COLOR #B9D2CE

HEX: #B9D2CE
RGB: (185,210,206)

Color info

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

RGB color model

#B9D2CE color RGB value is (185,210,206).

  • red value is 185;
  • green value is 210;
  • blue value is 206.
RGB:
(185,210,206)
(73%,82%,81%)

RGB channels and saturation

R 185 of 255 = 73%
G 210 of 255 = 82%
B 206 of 255 = 81%

185
210
206

R + G + B ~ 79%. #B9D2CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 210 + 206 = 601 (100%)
R 185 of 601 ~ 30.78%
G 210 of 601 ~ 34.94%
B 206 of 601 ~ 34.28%

%30.78
%34.94
%34.28

CMYK color model

#B9D2CE color CMYK value is (12,0,2,18).

  • cyan value is 11.90%
  • magenta value is 0.00%
  • yellow value is 1.90%
  • key color value is 17.65%
CMYK:
(12,0,2,18)
C12M0Y2K18 
(12%,0%,2%,18%)
(0.12/0.00/0.02/0.18)	

CMYK percentages

%11.9
%0
%1.9
%17.65

Codes

Color #B9D2CE in popluar color models

B9D2CE
RGB185210206
HSL170°21.74%77.45%
HSB/HSV170°11.90%82.35%
CMYK11.90%0.00%1.90%
17.65%

Color #B9D2CE in popluar number systems.

HEXB9D2CE
Decimal185210206
Binary101110011101001011001110
Octal271322316

Shades and tints

Shades of #B9D2CE

#B9D2CE
(185,210,206)
#A9BFBC
(169,191,188)
#99ACAA
(153,172,170)
#899998
(137,153,152)
#798686
(121,134,134)
#697374
(105,115,116)
#596062
(89,96,98)
#494D50
(73,77,80)
#393A3E
(57,58,62)
#29272C
(41,39,44)
#19141A
(25,20,26)
#000000
(0,0,0)

Tints of #B9D2CE

#B9D2CE
(185,210,206)
#BFD6D2
(191,214,210)
#C5DAD6
(197,218,214)
#CBDEDA
(203,222,218)
#D1E2DE
(209,226,222)
#D7E6E2
(215,230,226)
#DDEAE6
(221,234,230)
#E3EEEA
(227,238,234)
#E9F2EE
(233,242,238)
#EFF6F2
(239,246,242)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D2CE color. Also use rgb(185,210,206) instead hex code.

Text Font Color

.myTextColor { color: #B9D2CE; }

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

This text font color is #B9D2CE.


Background Color

.myBgColor { background-color: #B9D2CE; }

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

This div background color is #B9D2CE.


Border color

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

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

This div border color is #B9D2CE.


Opacity

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

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

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

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

This text has shadow with #B9D2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D2CE on black background.


Color preview on white background

This text has color #B9D2CE on white background.



Black color preview on #B9D2CE background

This text has black color on #B9D2CE background.


White color preview on #B9D2CE background

This text has white color on #B9D2CE background.