COLOR #B0EDDE

HEX: #B0EDDE RGB: (176,237,222)

Color info

#B0EDDE contains mainly green and blue colors. Web safe color of #B0EDDE is #99FFCC (or #9FC).

RGB color model

#B0EDDE color RGB value is (176,237,222).

RGB: (176,237,222) (69%, 93%, 87%)

RGB channels and saturation

R 176 of 255 = 69%
G 237 of 255 = 93%
B 222 of 255 = 87%

176
237
222

R + G + B ~ 83%. #B0EDDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 237 + 222 = 635 (100%)
R 176 of 635 ~ 27.72%
G 237 of 635 ~ 37.32%
B 222 of 635 ~ 34.96'%

%27.72
%37.32
%34.96

CMYK color model

#B0EDDE color CMYK value is (26,0,6,7).

  • cyan value is 25.74%
  • magenta value is 0.00%
  • yellow value is 6.33%
  • key color value is 7.06%
CMYK: (26,0,6,7) C26M0Y6K7 (26%,0%,6%,7%) (0.26/0.00/0.06/0.07) 

CMYK percentages

%25.74
%0
%6.33
%7.06

Codes

Color #B0EDDE in popluar color models

B0 ED DE
RGB 176 237 222
HSL 165° 62.89% 80.98%
HSB/HSV 165° 25.74% 92.94%
CMYK 25.74% 0.00% 6.33%
7.06%

Color #B0EDDE in popluar number systems.

HEX B0 ED DE
Decimal 176 237 222
Binary 10110000 11101101 11011110
Octal 260 355 336

Shades and tints

Shades of #B0EDDE

#B0EDDE
(176,237,222)
#A0D8CA
(160,216,202)
#90C3B6
(144,195,182)
#80AEA2
(128,174,162)
#70998E
(112,153,142)
#60847A
(96,132,122)
#506F66
(80,111,102)
#405A52
(64,90,82)
#30453E
(48,69,62)
#20302A
(32,48,42)
#101B16
(16,27,22)
#000000
(0,0,0)

Tints of #B0EDDE

#B0EDDE
(176,237,222)
#B7EEE1
(183,238,225)
#BEEFE4
(190,239,228)
#C5F0E7
(197,240,231)
#CCF1EA
(204,241,234)
#D3F2ED
(211,242,237)
#DAF3F0
(218,243,240)
#E1F4F3
(225,244,243)
#E8F5F6
(232,245,246)
#EFF6F9
(239,246,249)
#F6F7FC
(246,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0EDDE color. Also use rgb(176,237,222) instead hex code.

Text Font Color

.myTextColor { color: #B0EDDE; }

<p style="color:#B0EDDE">This sample text font color is #B0EDDE.</p>

This text font color is #B0EDDE.

Background Color

.myBgColor { background-color: #B0EDDE; }

<div style="background-color:#B0EDDE">Inner text</div>

This div background color is #B0EDDE.

Border color

.myBorderColor { border: 1px solid #B0EDDE; }

<div style="border:3px solid #B0EDDE">Div</div>

This div border color is #B0EDDE.

Opacity

.myOpacity80 { color: #B0EDDE; opacity: 0.8; }

<p style="color:#B0EDDE;opacity:0.8;">80%</p>

Text with #B0EDDE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B0EDDE;}

<p style="text-shadow: 3px 3px 1px #B0EDDE">Text here.</p>

This text has shadow with #B0EDDE color.


.textShadow {text-shadow: 3px 3px 1px #B0EDDE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B0EDDE, 5px 5px 20px red">Text here.</p>

This text has shadow with #B0EDDE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B0EDDE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B0EDDE, Direction=45, Strength=4)">Text</p>

This text has shadow with #B0EDDE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B0EDDE;
-webkit-box-shadow: 1px 1px 3px 2px #B0EDDE;
box-shadow: 1px 1px 3px 2px #B0EDDE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B0EDDE; -webkit-box-shadow: 1px 1px 3px 2px #B0EDDE; box-shadow:1px 1px 3px 2px #B0EDDE;">
Div content here
</div>

This div box has shadow with color #B0EDDE.

Preview

Color preview on black background

This text has color #B0EDDE on black background.


Color preview on white background

This text has color #B0EDDE on white background.


Black color preview on #B0EDDE background

This text has black color on #B0EDDE background.


White color preview on #B0EDDE background

This text has white color on #B0EDDE background.


Related colors

Complementary color

Complementary color for #hex is #4F1221.


I love getcolorcode.com

Triadic colors

1 #DEB0ED and #EDDEB0 with #B0EDDE are triadic colors.

2 #DEEDB0 and #EDB0DE with #B0EDDE are triadic colors.