COLOR #B9C8AC

HEX: #B9C8AC
RGB: (185,200,172)

Color info

#B9C8AC contains red, green and blue colors in about the same proportion. Web safe color of #B9C8AC is #CCCC99 (or #CC9).

RGB color model

#B9C8AC color RGB value is (185,200,172).

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

RGB channels and saturation

R 185 of 255 = 73%
G 200 of 255 = 78%
B 172 of 255 = 67%

185
200
172

R + G + B ~ 73%. #B9C8AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 200 + 172 = 557 (100%)
R 185 of 557 ~ 33.21%
G 200 of 557 ~ 35.91%
B 172 of 557 ~ 30.88%

%33.21
%35.91
%30.88

CMYK color model

#B9C8AC color CMYK value is (8,0,14,22).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 14.00%
  • key color value is 21.57%
CMYK:
(8,0,14,22)
C8M0Y14K22 
(8%,0%,14%,22%)
(0.08/0.00/0.14/0.22)	

CMYK percentages

%7.5
%0
%14
%21.57

Codes

Color #B9C8AC in popluar color models

B9C8AC
RGB185200172
HSL92°20.29%72.94%
HSB/HSV92°14.00%78.43%
CMYK7.50%0.00%14.00%
21.57%

Color #B9C8AC in popluar number systems.

HEXB9C8AC
Decimal185200172
Binary101110011100100010101100
Octal271310254

Shades and tints

Shades of #B9C8AC

#B9C8AC
(185,200,172)
#A9B69D
(169,182,157)
#99A48E
(153,164,142)
#89927F
(137,146,127)
#798070
(121,128,112)
#696E61
(105,110,97)
#595C52
(89,92,82)
#494A43
(73,74,67)
#393834
(57,56,52)
#292625
(41,38,37)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #B9C8AC

#B9C8AC
(185,200,172)
#BFCDB3
(191,205,179)
#C5D2BA
(197,210,186)
#CBD7C1
(203,215,193)
#D1DCC8
(209,220,200)
#D7E1CF
(215,225,207)
#DDE6D6
(221,230,214)
#E3EBDD
(227,235,221)
#E9F0E4
(233,240,228)
#EFF5EB
(239,245,235)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C8AC; }

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

This text font color is #B9C8AC.


Background Color

.myBgColor { background-color: #B9C8AC; }

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

This div background color is #B9C8AC.


Border color

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

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

This div border color is #B9C8AC.


Opacity

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

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

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

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

This text has shadow with #B9C8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C8AC on black background.


Color preview on white background

This text has color #B9C8AC on white background.



Black color preview on #B9C8AC background

This text has black color on #B9C8AC background.


White color preview on #B9C8AC background

This text has white color on #B9C8AC background.