COLOR #B9ABC9

HEX: #B9ABC9 RGB: (185,171,201)

Color info

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

RGB color model

#B9ABC9 color RGB value is (185,171,201).

RGB: (185,171,201) (73%, 67%, 79%)

RGB channels and saturation

R 185 of 255 = 73%
G 171 of 255 = 67%
B 201 of 255 = 79%

185
171
201

R + G + B ~ 73%. #B9ABC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 171 + 201 = 557 (100%)
R 185 of 557 ~ 33.21%
G 171 of 557 ~ 30.7%
B 201 of 557 ~ 36.09'%

%33.21
%30.7
%36.09

CMYK color model

#B9ABC9 color CMYK value is (8,15,0,21).

  • cyan value is 7.96%
  • magenta value is 14.93%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (8,15,0,21)
C8M15Y0K21 (8%, 15%, 0%, 21%)
(0.08 / 0.15 / 0.00 / 0.21)

CMYK percentages

%7.96
%14.93
%0
%21.18

Codes

Color #B9ABC9 in popluar color models

B9 AB C9
RGB 185 171 201
HSL 268° 21.74% 72.94%
HSB/HSV 268° 14.93% 78.82%
CMYK 7.96% 14.93% 0.00%
21.18%

Color #B9ABC9 in popluar number systems.

HEX B9 AB C9
Decimal 185 171 201
Binary 10111001 10101011 11001001
Octal 271 253 311

Shades and tints

Shades of #B9ABC9

#B9ABC9
(185,171,201)
#A99CB7
(169,156,183)
#998DA5
(153,141,165)
#897E93
(137,126,147)
#796F81
(121,111,129)
#69606F
(105,96,111)
#59515D
(89,81,93)
#49424B
(73,66,75)
#393339
(57,51,57)
#292427
(41,36,39)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #B9ABC9

#B9ABC9
(185,171,201)
#BFB2CD
(191,178,205)
#C5B9D1
(197,185,209)
#CBC0D5
(203,192,213)
#D1C7D9
(209,199,217)
#D7CEDD
(215,206,221)
#DDD5E1
(221,213,225)
#E3DCE5
(227,220,229)
#E9E3E9
(233,227,233)
#EFEAED
(239,234,237)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ABC9; }

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

This text font color is #B9ABC9.

Background Color

.myBgColor { background-color: #B9ABC9; }

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

This div background color is #B9ABC9.

Border color

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

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

This div border color is #B9ABC9.

Opacity

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

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

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

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

This text has shadow with #B9ABC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9ABC9.

Preview

Color preview on black background

This text has color #B9ABC9 on black background.


Color preview on white background

This text has color #B9ABC9 on white background.


Black color preview on #B9ABC9 background

This text has black color on #B9ABC9 background.


White color preview on #B9ABC9 background

This text has white color on #B9ABC9 background.


Related colors

Complementary color

Complementary color for #hex is #465436.


I love getcolorcode.com

Triadic colors

1 #C9B9AB and #ABC9B9 with #B9ABC9 are triadic colors.

2 #C9ABB9 and #ABB9C9 with #B9ABC9 are triadic colors.