COLOR #B9D2BB

HEX: #B9D2BB
RGB: (185,210,187)

Color info

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

RGB color model

#B9D2BB color RGB value is (185,210,187).

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

RGB channels and saturation

R 185 of 255 = 73%
G 210 of 255 = 82%
B 187 of 255 = 73%

185
210
187

R + G + B ~ 76%. #B9D2BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 210 + 187 = 582 (100%)
R 185 of 582 ~ 31.79%
G 210 of 582 ~ 36.08%
B 187 of 582 ~ 32.13%

%31.79
%36.08
%32.13

CMYK color model

#B9D2BB color CMYK value is (12,0,11,18).

  • cyan value is 11.90%
  • magenta value is 0.00%
  • yellow value is 10.95%
  • key color value is 17.65%
CMYK:
(12,0,11,18)
C12M0Y11K18 
(12%,0%,11%,18%)
(0.12/0.00/0.11/0.18)	

CMYK percentages

%11.9
%0
%10.95
%17.65

Codes

Color #B9D2BB in popluar color models

B9D2BB
RGB185210187
HSL125°21.74%77.45%
HSB/HSV125°11.90%82.35%
CMYK11.90%0.00%10.95%
17.65%

Color #B9D2BB in popluar number systems.

HEXB9D2BB
Decimal185210187
Binary101110011101001010111011
Octal271322273

Shades and tints

Shades of #B9D2BB

#B9D2BB
(185,210,187)
#A9BFAA
(169,191,170)
#99AC99
(153,172,153)
#899988
(137,153,136)
#798677
(121,134,119)
#697366
(105,115,102)
#596055
(89,96,85)
#494D44
(73,77,68)
#393A33
(57,58,51)
#292722
(41,39,34)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #B9D2BB

#B9D2BB
(185,210,187)
#BFD6C1
(191,214,193)
#C5DAC7
(197,218,199)
#CBDECD
(203,222,205)
#D1E2D3
(209,226,211)
#D7E6D9
(215,230,217)
#DDEADF
(221,234,223)
#E3EEE5
(227,238,229)
#E9F2EB
(233,242,235)
#EFF6F1
(239,246,241)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D2BB; }

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

This text font color is #B9D2BB.


Background Color

.myBgColor { background-color: #B9D2BB; }

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

This div background color is #B9D2BB.


Border color

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

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

This div border color is #B9D2BB.


Opacity

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

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

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

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

This text has shadow with #B9D2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D2BB on black background.


Color preview on white background

This text has color #B9D2BB on white background.



Black color preview on #B9D2BB background

This text has black color on #B9D2BB background.


White color preview on #B9D2BB background

This text has white color on #B9D2BB background.