COLOR #B9B4AC

HEX: #B9B4AC
RGB: (185,180,172)

Color info

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

RGB color model

#B9B4AC color RGB value is (185,180,172).

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

RGB channels and saturation

R 185 of 255 = 73%
G 180 of 255 = 71%
B 172 of 255 = 67%

185
180
172

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

Portions of RGB colors in percentages

R + G + B =
185 + 180 + 172 = 537 (100%)
R 185 of 537 ~ 34.45%
G 180 of 537 ~ 33.52%
B 172 of 537 ~ 32.03%

%34.45
%33.52
%32.03

CMYK color model

#B9B4AC color CMYK value is (0,3,7,27).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 7.03%
  • key color value is 27.45%
CMYK:
(0,3,7,27)
C0M3Y7K27 
(0%,3%,7%,27%)
(0.00/0.03/0.07/0.27)	

CMYK percentages

%0
%2.7
%7.03
%27.45

Codes

Color #B9B4AC in popluar color models

B9B4AC
RGB185180172
HSL37°8.50%70.00%
HSB/HSV37°7.03%72.55%
CMYK0.00%2.70%7.03%
27.45%

Color #B9B4AC in popluar number systems.

HEXB9B4AC
Decimal185180172
Binary101110011011010010101100
Octal271264254

Shades and tints

Shades of #B9B4AC

#B9B4AC
(185,180,172)
#A9A49D
(169,164,157)
#99948E
(153,148,142)
#89847F
(137,132,127)
#797470
(121,116,112)
#696461
(105,100,97)
#595452
(89,84,82)
#494443
(73,68,67)
#393434
(57,52,52)
#292425
(41,36,37)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #B9B4AC

#B9B4AC
(185,180,172)
#BFBAB3
(191,186,179)
#C5C0BA
(197,192,186)
#CBC6C1
(203,198,193)
#D1CCC8
(209,204,200)
#D7D2CF
(215,210,207)
#DDD8D6
(221,216,214)
#E3DEDD
(227,222,221)
#E9E4E4
(233,228,228)
#EFEAEB
(239,234,235)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B4AC; }

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

This text font color is #B9B4AC.


Background Color

.myBgColor { background-color: #B9B4AC; }

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

This div background color is #B9B4AC.


Border color

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

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

This div border color is #B9B4AC.


Opacity

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

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

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

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

This text has shadow with #B9B4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B4AC on black background.


Color preview on white background

This text has color #B9B4AC on white background.



Black color preview on #B9B4AC background

This text has black color on #B9B4AC background.


White color preview on #B9B4AC background

This text has white color on #B9B4AC background.