COLOR #B9AFAB

HEX: #B9AFAB
RGB: (185,175,171)

Color info

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

RGB color model

#B9AFAB color RGB value is (185,175,171).

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

RGB channels and saturation

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

185
175
171

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

Portions of RGB colors in percentages

R + G + B =
185 + 175 + 171 = 531 (100%)
R 185 of 531 ~ 34.84%
G 175 of 531 ~ 32.96%
B 171 of 531 ~ 32.2%

%34.84
%32.96
%32.2

CMYK color model

#B9AFAB color CMYK value is (0,5,8,27).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 7.57%
  • key color value is 27.45%
CMYK:
(0,5,8,27)
C0M5Y8K27 
(0%,5%,8%,27%)
(0.00/0.05/0.08/0.27)	

CMYK percentages

%0
%5.41
%7.57
%27.45

Codes

Color #B9AFAB in popluar color models

B9AFAB
RGB185175171
HSL17°9.09%69.80%
HSB/HSV17°7.57%72.55%
CMYK0.00%5.41%7.57%
27.45%

Color #B9AFAB in popluar number systems.

HEXB9AFAB
Decimal185175171
Binary101110011010111110101011
Octal271257253

Shades and tints

Shades of #B9AFAB

#B9AFAB
(185,175,171)
#A9A09C
(169,160,156)
#99918D
(153,145,141)
#89827E
(137,130,126)
#79736F
(121,115,111)
#696460
(105,100,96)
#595551
(89,85,81)
#494642
(73,70,66)
#393733
(57,55,51)
#292824
(41,40,36)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #B9AFAB

#B9AFAB
(185,175,171)
#BFB6B2
(191,182,178)
#C5BDB9
(197,189,185)
#CBC4C0
(203,196,192)
#D1CBC7
(209,203,199)
#D7D2CE
(215,210,206)
#DDD9D5
(221,217,213)
#E3E0DC
(227,224,220)
#E9E7E3
(233,231,227)
#EFEEEA
(239,238,234)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AFAB; }

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

This text font color is #B9AFAB.


Background Color

.myBgColor { background-color: #B9AFAB; }

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

This div background color is #B9AFAB.


Border color

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

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

This div border color is #B9AFAB.


Opacity

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

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

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

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

This text has shadow with #B9AFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AFAB on black background.


Color preview on white background

This text has color #B9AFAB on white background.



Black color preview on #B9AFAB background

This text has black color on #B9AFAB background.


White color preview on #B9AFAB background

This text has white color on #B9AFAB background.