COLOR #B9DEC9

HEX: #B9DEC9
RGB: (185,222,201)

Color info

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

RGB color model

#B9DEC9 color RGB value is (185,222,201).

  • red value is 185;
  • green value is 222;
  • blue value is 201.
RGB:
(185,222,201)
(73%,87%,79%)

RGB channels and saturation

R 185 of 255 = 73%
G 222 of 255 = 87%
B 201 of 255 = 79%

185
222
201

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

Portions of RGB colors in percentages

R + G + B =
185 + 222 + 201 = 608 (100%)
R 185 of 608 ~ 30.43%
G 222 of 608 ~ 36.51%
B 201 of 608 ~ 33.06%

%30.43
%36.51
%33.06

CMYK color model

#B9DEC9 color CMYK value is (17,0,9,13).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 9.46%
  • key color value is 12.94%
CMYK:
(17,0,9,13)
C17M0Y9K13 
(17%,0%,9%,13%)
(0.17/0.00/0.09/0.13)	

CMYK percentages

%16.67
%0
%9.46
%12.94

Codes

Color #B9DEC9 in popluar color models

B9DEC9
RGB185222201
HSL146°35.92%79.80%
HSB/HSV146°16.67%87.06%
CMYK16.67%0.00%9.46%
12.94%

Color #B9DEC9 in popluar number systems.

HEXB9DEC9
Decimal185222201
Binary101110011101111011001001
Octal271336311

Shades and tints

Shades of #B9DEC9

#B9DEC9
(185,222,201)
#A9CAB7
(169,202,183)
#99B6A5
(153,182,165)
#89A293
(137,162,147)
#798E81
(121,142,129)
#697A6F
(105,122,111)
#59665D
(89,102,93)
#49524B
(73,82,75)
#393E39
(57,62,57)
#292A27
(41,42,39)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #B9DEC9

#B9DEC9
(185,222,201)
#BFE1CD
(191,225,205)
#C5E4D1
(197,228,209)
#CBE7D5
(203,231,213)
#D1EAD9
(209,234,217)
#D7EDDD
(215,237,221)
#DDF0E1
(221,240,225)
#E3F3E5
(227,243,229)
#E9F6E9
(233,246,233)
#EFF9ED
(239,249,237)
#F5FCF1
(245,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DEC9; }

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

This text font color is #B9DEC9.


Background Color

.myBgColor { background-color: #B9DEC9; }

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

This div background color is #B9DEC9.


Border color

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

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

This div border color is #B9DEC9.


Opacity

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

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

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

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

This text has shadow with #B9DEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DEC9 on black background.


Color preview on white background

This text has color #B9DEC9 on white background.



Black color preview on #B9DEC9 background

This text has black color on #B9DEC9 background.


White color preview on #B9DEC9 background

This text has white color on #B9DEC9 background.