COLOR #B9AEA3

HEX: #B9AEA3
RGB: (185,174,163)

Color info

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

RGB color model

#B9AEA3 color RGB value is (185,174,163).

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

RGB channels and saturation

R 185 of 255 = 73%
G 174 of 255 = 68%
B 163 of 255 = 64%

185
174
163

R + G + B ~ 68%. #B9AEA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 174 + 163 = 522 (100%)
R 185 of 522 ~ 35.44%
G 174 of 522 ~ 33.33%
B 163 of 522 ~ 31.23%

%35.44
%33.33
%31.23

CMYK color model

#B9AEA3 color CMYK value is (0,6,12,27).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 11.89%
  • key color value is 27.45%
CMYK:
(0,6,12,27)
C0M6Y12K27 
(0%,6%,12%,27%)
(0.00/0.06/0.12/0.27)	

CMYK percentages

%0
%5.95
%11.89
%27.45

Codes

Color #B9AEA3 in popluar color models

B9AEA3
RGB185174163
HSL30°13.58%68.24%
HSB/HSV30°11.89%72.55%
CMYK0.00%5.95%11.89%
27.45%

Color #B9AEA3 in popluar number systems.

HEXB9AEA3
Decimal185174163
Binary101110011010111010100011
Octal271256243

Shades and tints

Shades of #B9AEA3

#B9AEA3
(185,174,163)
#A99F95
(169,159,149)
#999087
(153,144,135)
#898179
(137,129,121)
#79726B
(121,114,107)
#69635D
(105,99,93)
#59544F
(89,84,79)
#494541
(73,69,65)
#393633
(57,54,51)
#292725
(41,39,37)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #B9AEA3

#B9AEA3
(185,174,163)
#BFB5AB
(191,181,171)
#C5BCB3
(197,188,179)
#CBC3BB
(203,195,187)
#D1CAC3
(209,202,195)
#D7D1CB
(215,209,203)
#DDD8D3
(221,216,211)
#E3DFDB
(227,223,219)
#E9E6E3
(233,230,227)
#EFEDEB
(239,237,235)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AEA3; }

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

This text font color is #B9AEA3.


Background Color

.myBgColor { background-color: #B9AEA3; }

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

This div background color is #B9AEA3.


Border color

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

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

This div border color is #B9AEA3.


Opacity

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

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

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

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

This text has shadow with #B9AEA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AEA3 on black background.


Color preview on white background

This text has color #B9AEA3 on white background.



Black color preview on #B9AEA3 background

This text has black color on #B9AEA3 background.


White color preview on #B9AEA3 background

This text has white color on #B9AEA3 background.