COLOR #B9A6AC

HEX: #B9A6AC
RGB: (185,166,172)

Color info

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

RGB color model

#B9A6AC color RGB value is (185,166,172).

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

RGB channels and saturation

R 185 of 255 = 73%
G 166 of 255 = 65%
B 172 of 255 = 67%

185
166
172

R + G + B ~ 68%. #B9A6AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 166 + 172 = 523 (100%)
R 185 of 523 ~ 35.37%
G 166 of 523 ~ 31.74%
B 172 of 523 ~ 32.89%

%35.37
%31.74
%32.89

CMYK color model

#B9A6AC color CMYK value is (0,10,7,27).

  • cyan value is 0.00%
  • magenta value is 10.27%
  • yellow value is 7.03%
  • key color value is 27.45%
CMYK:
(0,10,7,27)
C0M10Y7K27 
(0%,10%,7%,27%)
(0.00/0.10/0.07/0.27)	

CMYK percentages

%0
%10.27
%7.03
%27.45

Codes

Color #B9A6AC in popluar color models

B9A6AC
RGB185166172
HSL341°11.95%68.82%
HSB/HSV341°10.27%72.55%
CMYK0.00%10.27%7.03%
27.45%

Color #B9A6AC in popluar number systems.

HEXB9A6AC
Decimal185166172
Binary101110011010011010101100
Octal271246254

Shades and tints

Shades of #B9A6AC

#B9A6AC
(185,166,172)
#A9979D
(169,151,157)
#99888E
(153,136,142)
#89797F
(137,121,127)
#796A70
(121,106,112)
#695B61
(105,91,97)
#594C52
(89,76,82)
#493D43
(73,61,67)
#392E34
(57,46,52)
#291F25
(41,31,37)
#191016
(25,16,22)
#000000
(0,0,0)

Tints of #B9A6AC

#B9A6AC
(185,166,172)
#BFAEB3
(191,174,179)
#C5B6BA
(197,182,186)
#CBBEC1
(203,190,193)
#D1C6C8
(209,198,200)
#D7CECF
(215,206,207)
#DDD6D6
(221,214,214)
#E3DEDD
(227,222,221)
#E9E6E4
(233,230,228)
#EFEEEB
(239,238,235)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A6AC; }

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

This text font color is #B9A6AC.


Background Color

.myBgColor { background-color: #B9A6AC; }

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

This div background color is #B9A6AC.


Border color

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

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

This div border color is #B9A6AC.


Opacity

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

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

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

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

This text has shadow with #B9A6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A6AC on black background.


Color preview on white background

This text has color #B9A6AC on white background.



Black color preview on #B9A6AC background

This text has black color on #B9A6AC background.


White color preview on #B9A6AC background

This text has white color on #B9A6AC background.