COLOR #B9AAC0

HEX: #B9AAC0
RGB: (185,170,192)

Color info

#B9AAC0 contains red, green and blue colors in about the same proportion. Web safe color of #B9AAC0 is #CC99CC (or #C9C).

RGB color model

#B9AAC0 color RGB value is (185,170,192).

  • red value is 185;
  • green value is 170;
  • blue value is 192.
RGB:
(185,170,192)
(73%,67%,75%)

RGB channels and saturation

R 185 of 255 = 73%
G 170 of 255 = 67%
B 192 of 255 = 75%

185
170
192

R + G + B ~ 72%. #B9AAC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 170 + 192 = 547 (100%)
R 185 of 547 ~ 33.82%
G 170 of 547 ~ 31.08%
B 192 of 547 ~ 35.1%

%33.82
%31.08
%35.1

CMYK color model

#B9AAC0 color CMYK value is (4,11,0,25).

  • cyan value is 3.65%
  • magenta value is 11.46%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(4,11,0,25)
C4M11Y0K25 
(4%,11%,0%,25%)
(0.04/0.11/0.00/0.25)	

CMYK percentages

%3.65
%11.46
%0
%24.71

Codes

Color #B9AAC0 in popluar color models

B9AAC0
RGB185170192
HSL281°14.86%70.98%
HSB/HSV281°11.46%75.29%
CMYK3.65%11.46%0.00%
24.71%

Color #B9AAC0 in popluar number systems.

HEXB9AAC0
Decimal185170192
Binary101110011010101011000000
Octal271252300

Shades and tints

Shades of #B9AAC0

#B9AAC0
(185,170,192)
#A99BAF
(169,155,175)
#998C9E
(153,140,158)
#897D8D
(137,125,141)
#796E7C
(121,110,124)
#695F6B
(105,95,107)
#59505A
(89,80,90)
#494149
(73,65,73)
#393238
(57,50,56)
#292327
(41,35,39)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #B9AAC0

#B9AAC0
(185,170,192)
#BFB1C5
(191,177,197)
#C5B8CA
(197,184,202)
#CBBFCF
(203,191,207)
#D1C6D4
(209,198,212)
#D7CDD9
(215,205,217)
#DDD4DE
(221,212,222)
#E3DBE3
(227,219,227)
#E9E2E8
(233,226,232)
#EFE9ED
(239,233,237)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9AAC0 color. Also use rgb(185,170,192) instead hex code.

Text Font Color

.myTextColor { color: #B9AAC0; }

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

This text font color is #B9AAC0.


Background Color

.myBgColor { background-color: #B9AAC0; }

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

This div background color is #B9AAC0.


Border color

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

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

This div border color is #B9AAC0.


Opacity

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

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

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

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

This text has shadow with #B9AAC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AAC0 on black background.


Color preview on white background

This text has color #B9AAC0 on white background.



Black color preview on #B9AAC0 background

This text has black color on #B9AAC0 background.


White color preview on #B9AAC0 background

This text has white color on #B9AAC0 background.