COLOR #B9C8BB

HEX: #B9C8BB
RGB: (185,200,187)

Color info

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

RGB color model

#B9C8BB color RGB value is (185,200,187).

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

RGB channels and saturation

R 185 of 255 = 73%
G 200 of 255 = 78%
B 187 of 255 = 73%

185
200
187

R + G + B ~ 75%. #B9C8BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 200 + 187 = 572 (100%)
R 185 of 572 ~ 32.34%
G 200 of 572 ~ 34.97%
B 187 of 572 ~ 32.69%

%32.34
%34.97
%32.69

CMYK color model

#B9C8BB color CMYK value is (8,0,7,22).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 6.50%
  • key color value is 21.57%
CMYK:
(8,0,7,22)
C8M0Y7K22 
(8%,0%,7%,22%)
(0.08/0.00/0.07/0.22)	

CMYK percentages

%7.5
%0
%6.5
%21.57

Codes

Color #B9C8BB in popluar color models

B9C8BB
RGB185200187
HSL128°12.00%75.49%
HSB/HSV128°7.50%78.43%
CMYK7.50%0.00%6.50%
21.57%

Color #B9C8BB in popluar number systems.

HEXB9C8BB
Decimal185200187
Binary101110011100100010111011
Octal271310273

Shades and tints

Shades of #B9C8BB

#B9C8BB
(185,200,187)
#A9B6AA
(169,182,170)
#99A499
(153,164,153)
#899288
(137,146,136)
#798077
(121,128,119)
#696E66
(105,110,102)
#595C55
(89,92,85)
#494A44
(73,74,68)
#393833
(57,56,51)
#292622
(41,38,34)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #B9C8BB

#B9C8BB
(185,200,187)
#BFCDC1
(191,205,193)
#C5D2C7
(197,210,199)
#CBD7CD
(203,215,205)
#D1DCD3
(209,220,211)
#D7E1D9
(215,225,217)
#DDE6DF
(221,230,223)
#E3EBE5
(227,235,229)
#E9F0EB
(233,240,235)
#EFF5F1
(239,245,241)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C8BB; }

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

This text font color is #B9C8BB.


Background Color

.myBgColor { background-color: #B9C8BB; }

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

This div background color is #B9C8BB.


Border color

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

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

This div border color is #B9C8BB.


Opacity

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

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

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

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

This text has shadow with #B9C8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C8BB on black background.


Color preview on white background

This text has color #B9C8BB on white background.



Black color preview on #B9C8BB background

This text has black color on #B9C8BB background.


White color preview on #B9C8BB background

This text has white color on #B9C8BB background.