COLOR #B9B0AC

HEX: #B9B0AC
RGB: (185,176,172)

Color info

#B9B0AC contains red, green and blue colors in about the same proportion. Web safe color of #B9B0AC is #CC9999 (or #C99).

RGB color model

#B9B0AC color RGB value is (185,176,172).

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

RGB channels and saturation

R 185 of 255 = 73%
G 176 of 255 = 69%
B 172 of 255 = 67%

185
176
172

R + G + B ~ 70%. #B9B0AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 176 + 172 = 533 (100%)
R 185 of 533 ~ 34.71%
G 176 of 533 ~ 33.02%
B 172 of 533 ~ 32.27%

%34.71
%33.02
%32.27

CMYK color model

#B9B0AC color CMYK value is (0,5,7,27).

  • cyan value is 0.00%
  • magenta value is 4.86%
  • yellow value is 7.03%
  • key color value is 27.45%
CMYK:
(0,5,7,27)
C0M5Y7K27 
(0%,5%,7%,27%)
(0.00/0.05/0.07/0.27)	

CMYK percentages

%0
%4.86
%7.03
%27.45

Codes

Color #B9B0AC in popluar color models

B9B0AC
RGB185176172
HSL18°8.50%70.00%
HSB/HSV18°7.03%72.55%
CMYK0.00%4.86%7.03%
27.45%

Color #B9B0AC in popluar number systems.

HEXB9B0AC
Decimal185176172
Binary101110011011000010101100
Octal271260254

Shades and tints

Shades of #B9B0AC

#B9B0AC
(185,176,172)
#A9A09D
(169,160,157)
#99908E
(153,144,142)
#89807F
(137,128,127)
#797070
(121,112,112)
#696061
(105,96,97)
#595052
(89,80,82)
#494043
(73,64,67)
#393034
(57,48,52)
#292025
(41,32,37)
#191016
(25,16,22)
#000000
(0,0,0)

Tints of #B9B0AC

#B9B0AC
(185,176,172)
#BFB7B3
(191,183,179)
#C5BEBA
(197,190,186)
#CBC5C1
(203,197,193)
#D1CCC8
(209,204,200)
#D7D3CF
(215,211,207)
#DDDAD6
(221,218,214)
#E3E1DD
(227,225,221)
#E9E8E4
(233,232,228)
#EFEFEB
(239,239,235)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B0AC; }

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

This text font color is #B9B0AC.


Background Color

.myBgColor { background-color: #B9B0AC; }

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

This div background color is #B9B0AC.


Border color

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

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

This div border color is #B9B0AC.


Opacity

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

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

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

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

This text has shadow with #B9B0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B0AC on black background.


Color preview on white background

This text has color #B9B0AC on white background.



Black color preview on #B9B0AC background

This text has black color on #B9B0AC background.


White color preview on #B9B0AC background

This text has white color on #B9B0AC background.