COLOR #B9B4AF

HEX: #B9B4AF
RGB: (185,180,175)

Color info

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

RGB color model

#B9B4AF color RGB value is (185,180,175).

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

RGB channels and saturation

R 185 of 255 = 73%
G 180 of 255 = 71%
B 175 of 255 = 69%

185
180
175

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

Portions of RGB colors in percentages

R + G + B =
185 + 180 + 175 = 540 (100%)
R 185 of 540 ~ 34.26%
G 180 of 540 ~ 33.33%
B 175 of 540 ~ 32.41%

%34.26
%33.33
%32.41

CMYK color model

#B9B4AF color CMYK value is (0,3,5,27).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 5.41%
  • key color value is 27.45%
CMYK:
(0,3,5,27)
C0M3Y5K27 
(0%,3%,5%,27%)
(0.00/0.03/0.05/0.27)	

CMYK percentages

%0
%2.7
%5.41
%27.45

Codes

Color #B9B4AF in popluar color models

B9B4AF
RGB185180175
HSL30°6.67%70.59%
HSB/HSV30°5.41%72.55%
CMYK0.00%2.70%5.41%
27.45%

Color #B9B4AF in popluar number systems.

HEXB9B4AF
Decimal185180175
Binary101110011011010010101111
Octal271264257

Shades and tints

Shades of #B9B4AF

#B9B4AF
(185,180,175)
#A9A4A0
(169,164,160)
#999491
(153,148,145)
#898482
(137,132,130)
#797473
(121,116,115)
#696464
(105,100,100)
#595455
(89,84,85)
#494446
(73,68,70)
#393437
(57,52,55)
#292428
(41,36,40)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #B9B4AF

#B9B4AF
(185,180,175)
#BFBAB6
(191,186,182)
#C5C0BD
(197,192,189)
#CBC6C4
(203,198,196)
#D1CCCB
(209,204,203)
#D7D2D2
(215,210,210)
#DDD8D9
(221,216,217)
#E3DEE0
(227,222,224)
#E9E4E7
(233,228,231)
#EFEAEE
(239,234,238)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B4AF; }

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

This text font color is #B9B4AF.


Background Color

.myBgColor { background-color: #B9B4AF; }

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

This div background color is #B9B4AF.


Border color

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

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

This div border color is #B9B4AF.


Opacity

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

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

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

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

This text has shadow with #B9B4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B4AF on black background.


Color preview on white background

This text has color #B9B4AF on white background.



Black color preview on #B9B4AF background

This text has black color on #B9B4AF background.


White color preview on #B9B4AF background

This text has white color on #B9B4AF background.