COLOR #B9ACAE

HEX: #B9ACAE
RGB: (185,172,174)

Color info

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

RGB color model

#B9ACAE color RGB value is (185,172,174).

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

RGB channels and saturation

R 185 of 255 = 73%
G 172 of 255 = 67%
B 174 of 255 = 68%

185
172
174

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

Portions of RGB colors in percentages

R + G + B =
185 + 172 + 174 = 531 (100%)
R 185 of 531 ~ 34.84%
G 172 of 531 ~ 32.39%
B 174 of 531 ~ 32.77%

%34.84
%32.39
%32.77

CMYK color model

#B9ACAE color CMYK value is (0,7,6,27).

  • cyan value is 0.00%
  • magenta value is 7.03%
  • yellow value is 5.95%
  • key color value is 27.45%
CMYK:
(0,7,6,27)
C0M7Y6K27 
(0%,7%,6%,27%)
(0.00/0.07/0.06/0.27)	

CMYK percentages

%0
%7.03
%5.95
%27.45

Codes

Color #B9ACAE in popluar color models

B9ACAE
RGB185172174
HSL351°8.50%70.00%
HSB/HSV351°7.03%72.55%
CMYK0.00%7.03%5.95%
27.45%

Color #B9ACAE in popluar number systems.

HEXB9ACAE
Decimal185172174
Binary101110011010110010101110
Octal271254256

Shades and tints

Shades of #B9ACAE

#B9ACAE
(185,172,174)
#A99D9F
(169,157,159)
#998E90
(153,142,144)
#897F81
(137,127,129)
#797072
(121,112,114)
#696163
(105,97,99)
#595254
(89,82,84)
#494345
(73,67,69)
#393436
(57,52,54)
#292527
(41,37,39)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #B9ACAE

#B9ACAE
(185,172,174)
#BFB3B5
(191,179,181)
#C5BABC
(197,186,188)
#CBC1C3
(203,193,195)
#D1C8CA
(209,200,202)
#D7CFD1
(215,207,209)
#DDD6D8
(221,214,216)
#E3DDDF
(227,221,223)
#E9E4E6
(233,228,230)
#EFEBED
(239,235,237)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ACAE; }

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

This text font color is #B9ACAE.


Background Color

.myBgColor { background-color: #B9ACAE; }

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

This div background color is #B9ACAE.


Border color

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

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

This div border color is #B9ACAE.


Opacity

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

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

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

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

This text has shadow with #B9ACAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9ACAE on black background.


Color preview on white background

This text has color #B9ACAE on white background.



Black color preview on #B9ACAE background

This text has black color on #B9ACAE background.


White color preview on #B9ACAE background

This text has white color on #B9ACAE background.