COLOR #B9AFAC

HEX: #B9AFAC
RGB: (185,175,172)

Color info

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

RGB color model

#B9AFAC color RGB value is (185,175,172).

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

RGB channels and saturation

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

185
175
172

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

Portions of RGB colors in percentages

R + G + B =
185 + 175 + 172 = 532 (100%)
R 185 of 532 ~ 34.77%
G 175 of 532 ~ 32.89%
B 172 of 532 ~ 32.33%

%34.77
%32.89
%32.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.41%
  • 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
%5.41
%7.03
%27.45

Codes

Color #B9AFAC in popluar color models

B9AFAC
RGB185175172
HSL14°8.50%70.00%
HSB/HSV14°7.03%72.55%
CMYK0.00%5.41%7.03%
27.45%

Color #B9AFAC in popluar number systems.

HEXB9AFAC
Decimal185175172
Binary101110011010111110101100
Octal271257254

Shades and tints

Shades of #B9AFAC

#B9AFAC
(185,175,172)
#A9A09D
(169,160,157)
#99918E
(153,145,142)
#89827F
(137,130,127)
#797370
(121,115,112)
#696461
(105,100,97)
#595552
(89,85,82)
#494643
(73,70,67)
#393734
(57,55,52)
#292825
(41,40,37)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #B9AFAC

#B9AFAC
(185,175,172)
#BFB6B3
(191,182,179)
#C5BDBA
(197,189,186)
#CBC4C1
(203,196,193)
#D1CBC8
(209,203,200)
#D7D2CF
(215,210,207)
#DDD9D6
(221,217,214)
#E3E0DD
(227,224,221)
#E9E7E4
(233,231,228)
#EFEEEB
(239,238,235)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AFAC; }

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

This text font color is #B9AFAC.


Background Color

.myBgColor { background-color: #B9AFAC; }

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

This div background color is #B9AFAC.


Border color

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

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

This div border color is #B9AFAC.


Opacity

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

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

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

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

This text has shadow with #B9AFAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AFAC on black background.


Color preview on white background

This text has color #B9AFAC on white background.



Black color preview on #B9AFAC background

This text has black color on #B9AFAC background.


White color preview on #B9AFAC background

This text has white color on #B9AFAC background.