COLOR #B9B4AE

HEX: #B9B4AE
RGB: (185,180,174)

Color info

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

RGB color model

#B9B4AE color RGB value is (185,180,174).

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

RGB channels and saturation

R 185 of 255 = 73%
G 180 of 255 = 71%
B 174 of 255 = 68%

185
180
174

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

Portions of RGB colors in percentages

R + G + B =
185 + 180 + 174 = 539 (100%)
R 185 of 539 ~ 34.32%
G 180 of 539 ~ 33.4%
B 174 of 539 ~ 32.28%

%34.32
%33.4
%32.28

CMYK color model

#B9B4AE color CMYK value is (0,3,6,27).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 5.95%
  • key color value is 27.45%
CMYK:
(0,3,6,27)
C0M3Y6K27 
(0%,3%,6%,27%)
(0.00/0.03/0.06/0.27)	

CMYK percentages

%0
%2.7
%5.95
%27.45

Codes

Color #B9B4AE in popluar color models

B9B4AE
RGB185180174
HSL33°7.28%70.39%
HSB/HSV33°5.95%72.55%
CMYK0.00%2.70%5.95%
27.45%

Color #B9B4AE in popluar number systems.

HEXB9B4AE
Decimal185180174
Binary101110011011010010101110
Octal271264256

Shades and tints

Shades of #B9B4AE

#B9B4AE
(185,180,174)
#A9A49F
(169,164,159)
#999490
(153,148,144)
#898481
(137,132,129)
#797472
(121,116,114)
#696463
(105,100,99)
#595454
(89,84,84)
#494445
(73,68,69)
#393436
(57,52,54)
#292427
(41,36,39)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #B9B4AE

#B9B4AE
(185,180,174)
#BFBAB5
(191,186,181)
#C5C0BC
(197,192,188)
#CBC6C3
(203,198,195)
#D1CCCA
(209,204,202)
#D7D2D1
(215,210,209)
#DDD8D8
(221,216,216)
#E3DEDF
(227,222,223)
#E9E4E6
(233,228,230)
#EFEAED
(239,234,237)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B4AE; }

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

This text font color is #B9B4AE.


Background Color

.myBgColor { background-color: #B9B4AE; }

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

This div background color is #B9B4AE.


Border color

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

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

This div border color is #B9B4AE.


Opacity

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

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

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

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

This text has shadow with #B9B4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B4AE on black background.


Color preview on white background

This text has color #B9B4AE on white background.



Black color preview on #B9B4AE background

This text has black color on #B9B4AE background.


White color preview on #B9B4AE background

This text has white color on #B9B4AE background.