COLOR #B9ABBD

HEX: #B9ABBD RGB: (185,171,189)

Color info

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

RGB color model

#B9ABBD color RGB value is (185,171,189).

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

RGB channels and saturation

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

185
171
189

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

Portions of RGB colors in percentages

R + G + B = 185 + 171 + 189 = 545 (100%)
R 185 of 545 ~ 33.94%
G 171 of 545 ~ 31.38%
B 189 of 545 ~ 34.68'%

%33.94
%31.38
%34.68

CMYK color model

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

  • cyan value is 2.12%
  • magenta value is 9.52%
  • 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
%9.52
%0
%25.88

Codes

Color #B9ABBD in popluar color models

B9 AB BD
RGB 185 171 189
HSL 287° 12.00% 70.59%
HSB/HSV 287° 9.52% 74.12%
CMYK 2.12% 9.52% 0.00%
25.88%

Color #B9ABBD in popluar number systems.

HEX B9 AB BD
Decimal 185 171 189
Binary 10111001 10101011 10111101
Octal 271 253 275

Shades and tints

Shades of #B9ABBD

#B9ABBD
(185,171,189)
#A99CAC
(169,156,172)
#998D9B
(153,141,155)
#897E8A
(137,126,138)
#796F79
(121,111,121)
#696068
(105,96,104)
#595157
(89,81,87)
#494246
(73,66,70)
#393335
(57,51,53)
#292424
(41,36,36)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #B9ABBD

#B9ABBD
(185,171,189)
#BFB2C3
(191,178,195)
#C5B9C9
(197,185,201)
#CBC0CF
(203,192,207)
#D1C7D5
(209,199,213)
#D7CEDB
(215,206,219)
#DDD5E1
(221,213,225)
#E3DCE7
(227,220,231)
#E9E3ED
(233,227,237)
#EFEAF3
(239,234,243)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ABBD; }

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

This text font color is #B9ABBD.

Background Color

.myBgColor { background-color: #B9ABBD; }

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

This div background color is #B9ABBD.

Border color

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

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

This div border color is #B9ABBD.

Opacity

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

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

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

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

This text has shadow with #B9ABBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9ABBD.

Preview

Color preview on black background

This text has color #B9ABBD on black background.


Color preview on white background

This text has color #B9ABBD on white background.


Black color preview on #B9ABBD background

This text has black color on #B9ABBD background.


White color preview on #B9ABBD background

This text has white color on #B9ABBD background.


Related colors

Complementary color

Complementary color for #hex is #465442.


I love getcolorcode.com

Triadic colors

1 #BDB9AB and #ABBDB9 with #B9ABBD are triadic colors.

2 #BDABB9 and #ABB9BD with #B9ABBD are triadic colors.