COLOR #B9DECC

HEX: #B9DECC RGB: (185,222,204)

Color info

#B9DECC contains red, green and blue colors in about the same proportion. Web safe color of #B9DECC is #CCCCCC (or #CCC).

RGB color model

#B9DECC color RGB value is (185,222,204).

RGB: (185,222,204) (73%, 87%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 222 of 255 = 87%
B 204 of 255 = 80%

185
222
204

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

Portions of RGB colors in percentages

R + G + B = 185 + 222 + 204 = 611 (100%)
R 185 of 611 ~ 30.28%
G 222 of 611 ~ 36.33%
B 204 of 611 ~ 33.39'%

%30.28
%36.33
%33.39

CMYK color model

#B9DECC color CMYK value is (17,0,8,13).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 8.11%
  • key color value is 12.94%

CMYK: (17,0,8,13)
C17M0Y8K13 (17%, 0%, 8%, 13%)
(0.17 / 0.00 / 0.08 / 0.13)

CMYK percentages

%16.67
%0
%8.11
%12.94

Codes

Color #B9DECC in popluar color models

B9 DE CC
RGB 185 222 204
HSL 151° 35.92% 79.80%
HSB/HSV 151° 16.67% 87.06%
CMYK 16.67% 0.00% 8.11%
12.94%

Color #B9DECC in popluar number systems.

HEX B9 DE CC
Decimal 185 222 204
Binary 10111001 11011110 11001100
Octal 271 336 314

Shades and tints

Shades of #B9DECC

#B9DECC
(185,222,204)
#A9CABA
(169,202,186)
#99B6A8
(153,182,168)
#89A296
(137,162,150)
#798E84
(121,142,132)
#697A72
(105,122,114)
#596660
(89,102,96)
#49524E
(73,82,78)
#393E3C
(57,62,60)
#292A2A
(41,42,42)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #B9DECC

#B9DECC
(185,222,204)
#BFE1D0
(191,225,208)
#C5E4D4
(197,228,212)
#CBE7D8
(203,231,216)
#D1EADC
(209,234,220)
#D7EDE0
(215,237,224)
#DDF0E4
(221,240,228)
#E3F3E8
(227,243,232)
#E9F6EC
(233,246,236)
#EFF9F0
(239,249,240)
#F5FCF4
(245,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DECC color. Also use rgb(185,222,204) instead hex code.

Text Font Color

.myTextColor { color: #B9DECC; }

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

This text font color is #B9DECC.

Background Color

.myBgColor { background-color: #B9DECC; }

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

This div background color is #B9DECC.

Border color

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

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

This div border color is #B9DECC.

Opacity

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

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

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

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

This text has shadow with #B9DECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DECC.

Preview

Color preview on black background

This text has color #B9DECC on black background.


Color preview on white background

This text has color #B9DECC on white background.


Black color preview on #B9DECC background

This text has black color on #B9DECC background.


White color preview on #B9DECC background

This text has white color on #B9DECC background.


Related colors

Complementary color

Complementary color for #hex is #462133.


I love getcolorcode.com

Triadic colors

1 #CCB9DE and #DECCB9 with #B9DECC are triadic colors.

2 #CCDEB9 and #DEB9CC with #B9DECC are triadic colors.