COLOR #B9AABD

HEX: #B9AABD RGB: (185,170,189)

Color info

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

RGB color model

#B9AABD color RGB value is (185,170,189).

RGB: (185,170,189) (73%, 67%, 74%)

RGB channels and saturation

R 185 of 255 = 73%
G 170 of 255 = 67%
B 189 of 255 = 74%

185
170
189

R + G + B ~ 71%. #B9AABD is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 170 + 189 = 544 (100%)
R 185 of 544 ~ 34.01%
G 170 of 544 ~ 31.25%
B 189 of 544 ~ 34.74'%

%34.01
%31.25
%34.74

CMYK color model

#B9AABD color CMYK value is (2,10,0,26).

  • cyan value is 2.12%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (2,10,0,26)
C2M10Y0K26 (2%, 10%, 0%, 26%)
(0.02 / 0.10 / 0.00 / 0.26)

CMYK percentages

%2.12
%10.05
%0
%25.88

Codes

Color #B9AABD in popluar color models

B9 AA BD
RGB 185 170 189
HSL 287° 12.58% 70.39%
HSB/HSV 287° 10.05% 74.12%
CMYK 2.12% 10.05% 0.00%
25.88%

Color #B9AABD in popluar number systems.

HEX B9 AA BD
Decimal 185 170 189
Binary 10111001 10101010 10111101
Octal 271 252 275

Shades and tints

Shades of #B9AABD

#B9AABD
(185,170,189)
#A99BAC
(169,155,172)
#998C9B
(153,140,155)
#897D8A
(137,125,138)
#796E79
(121,110,121)
#695F68
(105,95,104)
#595057
(89,80,87)
#494146
(73,65,70)
#393235
(57,50,53)
#292324
(41,35,36)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #B9AABD

#B9AABD
(185,170,189)
#BFB1C3
(191,177,195)
#C5B8C9
(197,184,201)
#CBBFCF
(203,191,207)
#D1C6D5
(209,198,213)
#D7CDDB
(215,205,219)
#DDD4E1
(221,212,225)
#E3DBE7
(227,219,231)
#E9E2ED
(233,226,237)
#EFE9F3
(239,233,243)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AABD; }

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

This text font color is #B9AABD.

Background Color

.myBgColor { background-color: #B9AABD; }

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

This div background color is #B9AABD.

Border color

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

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

This div border color is #B9AABD.

Opacity

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

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

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

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

This text has shadow with #B9AABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9AABD.

Preview

Color preview on black background

This text has color #B9AABD on black background.


Color preview on white background

This text has color #B9AABD on white background.


Black color preview on #B9AABD background

This text has black color on #B9AABD background.


White color preview on #B9AABD background

This text has white color on #B9AABD background.


Related colors

Complementary color

Complementary color for #hex is #465542.


I love getcolorcode.com

Triadic colors

1 #BDB9AA and #AABDB9 with #B9AABD are triadic colors.

2 #BDAAB9 and #AAB9BD with #B9AABD are triadic colors.