COLOR #B0D6DE

HEX: #B0D6DE RGB: (176,214,222)

Color info

#B0D6DE contains red, green and blue colors in about the same proportion. Web safe color of #B0D6DE is #99CCCC (or #9CC).

RGB color model

#B0D6DE color RGB value is (176,214,222).

RGB: (176,214,222) (69%, 84%, 87%)

RGB channels and saturation

R 176 of 255 = 69%
G 214 of 255 = 84%
B 222 of 255 = 87%

176
214
222

R + G + B ~ 80%. #B0D6DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 214 + 222 = 612 (100%)
R 176 of 612 ~ 28.76%
G 214 of 612 ~ 34.97%
B 222 of 612 ~ 36.27'%

%28.76
%34.97
%36.27

CMYK color model

#B0D6DE color CMYK value is (21,4,0,13).

  • cyan value is 20.72%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (21,4,0,13)
C21M4Y0K13 (21%, 4%, 0%, 13%)
(0.21 / 0.04 / 0.00 / 0.13)

CMYK percentages

%20.72
%3.6
%0
%12.94

Codes

Color #B0D6DE in popluar color models

B0 D6 DE
RGB 176 214 222
HSL 190° 41.07% 78.04%
HSB/HSV 190° 20.72% 87.06%
CMYK 20.72% 3.60% 0.00%
12.94%

Color #B0D6DE in popluar number systems.

HEX B0 D6 DE
Decimal 176 214 222
Binary 10110000 11010110 11011110
Octal 260 326 336

Shades and tints

Shades of #B0D6DE

#B0D6DE
(176,214,222)
#A0C3CA
(160,195,202)
#90B0B6
(144,176,182)
#809DA2
(128,157,162)
#708A8E
(112,138,142)
#60777A
(96,119,122)
#506466
(80,100,102)
#405152
(64,81,82)
#303E3E
(48,62,62)
#202B2A
(32,43,42)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #B0D6DE

#B0D6DE
(176,214,222)
#B7D9E1
(183,217,225)
#BEDCE4
(190,220,228)
#C5DFE7
(197,223,231)
#CCE2EA
(204,226,234)
#D3E5ED
(211,229,237)
#DAE8F0
(218,232,240)
#E1EBF3
(225,235,243)
#E8EEF6
(232,238,246)
#EFF1F9
(239,241,249)
#F6F4FC
(246,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0D6DE; }

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

This text font color is #B0D6DE.

Background Color

.myBgColor { background-color: #B0D6DE; }

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

This div background color is #B0D6DE.

Border color

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

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

This div border color is #B0D6DE.

Opacity

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

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

Text with #B0D6DE 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 #B0D6DE;}

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

This text has shadow with #B0D6DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0D6DE.

Preview

Color preview on black background

This text has color #B0D6DE on black background.


Color preview on white background

This text has color #B0D6DE on white background.


Black color preview on #B0D6DE background

This text has black color on #B0D6DE background.


White color preview on #B0D6DE background

This text has white color on #B0D6DE background.


Related colors

Complementary color

Complementary color for #hex is #4F2921.


I love getcolorcode.com

Triadic colors

1 #DEB0D6 and #D6DEB0 with #B0D6DE are triadic colors.

2 #DED6B0 and #D6B0DE with #B0D6DE are triadic colors.