COLOR #B9A2AE

HEX: #B9A2AE
RGB: (185,162,174)

Color info

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

RGB color model

#B9A2AE color RGB value is (185,162,174).

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

RGB channels and saturation

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

185
162
174

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

Portions of RGB colors in percentages

R + G + B =
185 + 162 + 174 = 521 (100%)
R 185 of 521 ~ 35.51%
G 162 of 521 ~ 31.09%
B 174 of 521 ~ 33.4%

%35.51
%31.09
%33.4

CMYK color model

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

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

CMYK percentages

%0
%12.43
%5.95
%27.45

Codes

Color #B9A2AE in popluar color models

B9A2AE
RGB185162174
HSL329°14.11%68.04%
HSB/HSV329°12.43%72.55%
CMYK0.00%12.43%5.95%
27.45%

Color #B9A2AE in popluar number systems.

HEXB9A2AE
Decimal185162174
Binary101110011010001010101110
Octal271242256

Shades and tints

Shades of #B9A2AE

#B9A2AE
(185,162,174)
#A9949F
(169,148,159)
#998690
(153,134,144)
#897881
(137,120,129)
#796A72
(121,106,114)
#695C63
(105,92,99)
#594E54
(89,78,84)
#494045
(73,64,69)
#393236
(57,50,54)
#292427
(41,36,39)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #B9A2AE

#B9A2AE
(185,162,174)
#BFAAB5
(191,170,181)
#C5B2BC
(197,178,188)
#CBBAC3
(203,186,195)
#D1C2CA
(209,194,202)
#D7CAD1
(215,202,209)
#DDD2D8
(221,210,216)
#E3DADF
(227,218,223)
#E9E2E6
(233,226,230)
#EFEAED
(239,234,237)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A2AE; }

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

This text font color is #B9A2AE.


Background Color

.myBgColor { background-color: #B9A2AE; }

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

This div background color is #B9A2AE.


Border color

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

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

This div border color is #B9A2AE.


Opacity

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

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

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

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

This text has shadow with #B9A2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A2AE on black background.


Color preview on white background

This text has color #B9A2AE on white background.



Black color preview on #B9A2AE background

This text has black color on #B9A2AE background.


White color preview on #B9A2AE background

This text has white color on #B9A2AE background.