COLOR #B9AAAD

HEX: #B9AAAD
RGB: (185,170,173)

Color info

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

RGB color model

#B9AAAD color RGB value is (185,170,173).

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

RGB channels and saturation

R 185 of 255 = 73%
G 170 of 255 = 67%
B 173 of 255 = 68%

185
170
173

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

Portions of RGB colors in percentages

R + G + B =
185 + 170 + 173 = 528 (100%)
R 185 of 528 ~ 35.04%
G 170 of 528 ~ 32.2%
B 173 of 528 ~ 32.77%

%35.04
%32.2
%32.77

CMYK color model

#B9AAAD color CMYK value is (0,8,6,27).

  • cyan value is 0.00%
  • magenta value is 8.11%
  • yellow value is 6.49%
  • key color value is 27.45%
CMYK:
(0,8,6,27)
C0M8Y6K27 
(0%,8%,6%,27%)
(0.00/0.08/0.06/0.27)	

CMYK percentages

%0
%8.11
%6.49
%27.45

Codes

Color #B9AAAD in popluar color models

B9AAAD
RGB185170173
HSL348°9.68%69.61%
HSB/HSV348°8.11%72.55%
CMYK0.00%8.11%6.49%
27.45%

Color #B9AAAD in popluar number systems.

HEXB9AAAD
Decimal185170173
Binary101110011010101010101101
Octal271252255

Shades and tints

Shades of #B9AAAD

#B9AAAD
(185,170,173)
#A99B9E
(169,155,158)
#998C8F
(153,140,143)
#897D80
(137,125,128)
#796E71
(121,110,113)
#695F62
(105,95,98)
#595053
(89,80,83)
#494144
(73,65,68)
#393235
(57,50,53)
#292326
(41,35,38)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #B9AAAD

#B9AAAD
(185,170,173)
#BFB1B4
(191,177,180)
#C5B8BB
(197,184,187)
#CBBFC2
(203,191,194)
#D1C6C9
(209,198,201)
#D7CDD0
(215,205,208)
#DDD4D7
(221,212,215)
#E3DBDE
(227,219,222)
#E9E2E5
(233,226,229)
#EFE9EC
(239,233,236)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AAAD; }

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

This text font color is #B9AAAD.


Background Color

.myBgColor { background-color: #B9AAAD; }

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

This div background color is #B9AAAD.


Border color

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

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

This div border color is #B9AAAD.


Opacity

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

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

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

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

This text has shadow with #B9AAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AAAD on black background.


Color preview on white background

This text has color #B9AAAD on white background.



Black color preview on #B9AAAD background

This text has black color on #B9AAAD background.


White color preview on #B9AAAD background

This text has white color on #B9AAAD background.