COLOR #B9AE9C

HEX: #B9AE9C
RGB: (185,174,156)

Color info

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

RGB color model

#B9AE9C color RGB value is (185,174,156).

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

RGB channels and saturation

R 185 of 255 = 73%
G 174 of 255 = 68%
B 156 of 255 = 61%

185
174
156

R + G + B ~ 67%. #B9AE9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 174 + 156 = 515 (100%)
R 185 of 515 ~ 35.92%
G 174 of 515 ~ 33.79%
B 156 of 515 ~ 30.29%

%35.92
%33.79
%30.29

CMYK color model

#B9AE9C color CMYK value is (0,6,16,27).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 15.68%
  • key color value is 27.45%
CMYK:
(0,6,16,27)
C0M6Y16K27 
(0%,6%,16%,27%)
(0.00/0.06/0.16/0.27)	

CMYK percentages

%0
%5.95
%15.68
%27.45

Codes

Color #B9AE9C in popluar color models

B9AE9C
RGB185174156
HSL37°17.16%66.86%
HSB/HSV37°15.68%72.55%
CMYK0.00%5.95%15.68%
27.45%

Color #B9AE9C in popluar number systems.

HEXB9AE9C
Decimal185174156
Binary101110011010111010011100
Octal271256234

Shades and tints

Shades of #B9AE9C

#B9AE9C
(185,174,156)
#A99F8E
(169,159,142)
#999080
(153,144,128)
#898172
(137,129,114)
#797264
(121,114,100)
#696356
(105,99,86)
#595448
(89,84,72)
#49453A
(73,69,58)
#39362C
(57,54,44)
#29271E
(41,39,30)
#191810
(25,24,16)
#000000
(0,0,0)

Tints of #B9AE9C

#B9AE9C
(185,174,156)
#BFB5A5
(191,181,165)
#C5BCAE
(197,188,174)
#CBC3B7
(203,195,183)
#D1CAC0
(209,202,192)
#D7D1C9
(215,209,201)
#DDD8D2
(221,216,210)
#E3DFDB
(227,223,219)
#E9E6E4
(233,230,228)
#EFEDED
(239,237,237)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AE9C; }

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

This text font color is #B9AE9C.


Background Color

.myBgColor { background-color: #B9AE9C; }

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

This div background color is #B9AE9C.


Border color

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

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

This div border color is #B9AE9C.


Opacity

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

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

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

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

This text has shadow with #B9AE9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AE9C on black background.


Color preview on white background

This text has color #B9AE9C on white background.



Black color preview on #B9AE9C background

This text has black color on #B9AE9C background.


White color preview on #B9AE9C background

This text has white color on #B9AE9C background.