COLOR #B9AAB3

HEX: #B9AAB3 RGB: (185,170,179)

Color info

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

RGB color model

#B9AAB3 color RGB value is (185,170,179).

RGB: (185,170,179) (73%, 67%, 70%)

RGB channels and saturation

R 185 of 255 = 73%
G 170 of 255 = 67%
B 179 of 255 = 70%

185
170
179

R + G + B ~ 70%. #B9AAB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 170 + 179 = 534 (100%)
R 185 of 534 ~ 34.64%
G 170 of 534 ~ 31.84%
B 179 of 534 ~ 33.52'%

%34.64
%31.84
%33.52

CMYK color model

#B9AAB3 color CMYK value is (0,8,3,27).

  • cyan value is 0.00%
  • magenta value is 8.11%
  • yellow value is 3.24%
  • key color value is 27.45%

CMYK: (0,8,3,27)
C0M8Y3K27 (0%, 8%, 3%, 27%)
(0.00 / 0.08 / 0.03 / 0.27)

CMYK percentages

%0
%8.11
%3.24
%27.45

Codes

Color #B9AAB3 in popluar color models

B9 AA B3
RGB 185 170 179
HSL 324° 9.68% 69.61%
HSB/HSV 324° 8.11% 72.55%
CMYK 0.00% 8.11% 3.24%
27.45%

Color #B9AAB3 in popluar number systems.

HEX B9 AA B3
Decimal 185 170 179
Binary 10111001 10101010 10110011
Octal 271 252 263

Shades and tints

Shades of #B9AAB3

#B9AAB3
(185,170,179)
#A99BA3
(169,155,163)
#998C93
(153,140,147)
#897D83
(137,125,131)
#796E73
(121,110,115)
#695F63
(105,95,99)
#595053
(89,80,83)
#494143
(73,65,67)
#393233
(57,50,51)
#292323
(41,35,35)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #B9AAB3

#B9AAB3
(185,170,179)
#BFB1B9
(191,177,185)
#C5B8BF
(197,184,191)
#CBBFC5
(203,191,197)
#D1C6CB
(209,198,203)
#D7CDD1
(215,205,209)
#DDD4D7
(221,212,215)
#E3DBDD
(227,219,221)
#E9E2E3
(233,226,227)
#EFE9E9
(239,233,233)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AAB3; }

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

This text font color is #B9AAB3.

Background Color

.myBgColor { background-color: #B9AAB3; }

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

This div background color is #B9AAB3.

Border color

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

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

This div border color is #B9AAB3.

Opacity

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

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

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

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

This text has shadow with #B9AAB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9AAB3.

Preview

Color preview on black background

This text has color #B9AAB3 on black background.


Color preview on white background

This text has color #B9AAB3 on white background.


Black color preview on #B9AAB3 background

This text has black color on #B9AAB3 background.


White color preview on #B9AAB3 background

This text has white color on #B9AAB3 background.


Related colors

Complementary color

Complementary color for #hex is #46554C.


I love getcolorcode.com

Triadic colors

1 #B3B9AA and #AAB3B9 with #B9AAB3 are triadic colors.

2 #B3AAB9 and #AAB9B3 with #B9AAB3 are triadic colors.