COLOR #B9AEA8

HEX: #B9AEA8
RGB: (185,174,168)

Color info

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

RGB color model

#B9AEA8 color RGB value is (185,174,168).

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

RGB channels and saturation

R 185 of 255 = 73%
G 174 of 255 = 68%
B 168 of 255 = 66%

185
174
168

R + G + B ~ 69%. #B9AEA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 174 + 168 = 527 (100%)
R 185 of 527 ~ 35.1%
G 174 of 527 ~ 33.02%
B 168 of 527 ~ 31.88%

%35.1
%33.02
%31.88

CMYK color model

#B9AEA8 color CMYK value is (0,6,9,27).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 9.19%
  • key color value is 27.45%
CMYK:
(0,6,9,27)
C0M6Y9K27 
(0%,6%,9%,27%)
(0.00/0.06/0.09/0.27)	

CMYK percentages

%0
%5.95
%9.19
%27.45

Codes

Color #B9AEA8 in popluar color models

B9AEA8
RGB185174168
HSL21°10.83%69.22%
HSB/HSV21°9.19%72.55%
CMYK0.00%5.95%9.19%
27.45%

Color #B9AEA8 in popluar number systems.

HEXB9AEA8
Decimal185174168
Binary101110011010111010101000
Octal271256250

Shades and tints

Shades of #B9AEA8

#B9AEA8
(185,174,168)
#A99F99
(169,159,153)
#99908A
(153,144,138)
#89817B
(137,129,123)
#79726C
(121,114,108)
#69635D
(105,99,93)
#59544E
(89,84,78)
#49453F
(73,69,63)
#393630
(57,54,48)
#292721
(41,39,33)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #B9AEA8

#B9AEA8
(185,174,168)
#BFB5AF
(191,181,175)
#C5BCB6
(197,188,182)
#CBC3BD
(203,195,189)
#D1CAC4
(209,202,196)
#D7D1CB
(215,209,203)
#DDD8D2
(221,216,210)
#E3DFD9
(227,223,217)
#E9E6E0
(233,230,224)
#EFEDE7
(239,237,231)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AEA8; }

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

This text font color is #B9AEA8.


Background Color

.myBgColor { background-color: #B9AEA8; }

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

This div background color is #B9AEA8.


Border color

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

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

This div border color is #B9AEA8.


Opacity

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

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

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

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

This text has shadow with #B9AEA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AEA8 on black background.


Color preview on white background

This text has color #B9AEA8 on white background.



Black color preview on #B9AEA8 background

This text has black color on #B9AEA8 background.


White color preview on #B9AEA8 background

This text has white color on #B9AEA8 background.