COLOR #B9B7AC

HEX: #B9B7AC
RGB: (185,183,172)

Color info

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

RGB color model

#B9B7AC color RGB value is (185,183,172).

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

RGB channels and saturation

R 185 of 255 = 73%
G 183 of 255 = 72%
B 172 of 255 = 67%

185
183
172

R + G + B ~ 71%. #B9B7AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 183 + 172 = 540 (100%)
R 185 of 540 ~ 34.26%
G 183 of 540 ~ 33.89%
B 172 of 540 ~ 31.85%

%34.26
%33.89
%31.85

CMYK color model

#B9B7AC color CMYK value is (0,1,7,27).

  • cyan value is 0.00%
  • magenta value is 1.08%
  • yellow value is 7.03%
  • key color value is 27.45%
CMYK:
(0,1,7,27)
C0M1Y7K27 
(0%,1%,7%,27%)
(0.00/0.01/0.07/0.27)	

CMYK percentages

%0
%1.08
%7.03
%27.45

Codes

Color #B9B7AC in popluar color models

B9B7AC
RGB185183172
HSL51°8.50%70.00%
HSB/HSV51°7.03%72.55%
CMYK0.00%1.08%7.03%
27.45%

Color #B9B7AC in popluar number systems.

HEXB9B7AC
Decimal185183172
Binary101110011011011110101100
Octal271267254

Shades and tints

Shades of #B9B7AC

#B9B7AC
(185,183,172)
#A9A79D
(169,167,157)
#99978E
(153,151,142)
#89877F
(137,135,127)
#797770
(121,119,112)
#696761
(105,103,97)
#595752
(89,87,82)
#494743
(73,71,67)
#393734
(57,55,52)
#292725
(41,39,37)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #B9B7AC

#B9B7AC
(185,183,172)
#BFBDB3
(191,189,179)
#C5C3BA
(197,195,186)
#CBC9C1
(203,201,193)
#D1CFC8
(209,207,200)
#D7D5CF
(215,213,207)
#DDDBD6
(221,219,214)
#E3E1DD
(227,225,221)
#E9E7E4
(233,231,228)
#EFEDEB
(239,237,235)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B7AC; }

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

This text font color is #B9B7AC.


Background Color

.myBgColor { background-color: #B9B7AC; }

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

This div background color is #B9B7AC.


Border color

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

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

This div border color is #B9B7AC.


Opacity

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

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

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

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

This text has shadow with #B9B7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B7AC on black background.


Color preview on white background

This text has color #B9B7AC on white background.



Black color preview on #B9B7AC background

This text has black color on #B9B7AC background.


White color preview on #B9B7AC background

This text has white color on #B9B7AC background.