COLOR #B9ABCD

HEX: #B9ABCD RGB: (185,171,205)

Color info

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

RGB color model

#B9ABCD color RGB value is (185,171,205).

RGB: (185,171,205) (73%, 67%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 171 of 255 = 67%
B 205 of 255 = 80%

185
171
205

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

Portions of RGB colors in percentages

R + G + B = 185 + 171 + 205 = 561 (100%)
R 185 of 561 ~ 32.98%
G 171 of 561 ~ 30.48%
B 205 of 561 ~ 36.54'%

%32.98
%30.48
%36.54

CMYK color model

#B9ABCD color CMYK value is (10,17,0,20).

  • cyan value is 9.76%
  • magenta value is 16.59%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (10,17,0,20)
C10M17Y0K20 (10%, 17%, 0%, 20%)
(0.10 / 0.17 / 0.00 / 0.20)

CMYK percentages

%9.76
%16.59
%0
%19.61

Codes

Color #B9ABCD in popluar color models

B9 AB CD
RGB 185 171 205
HSL 265° 25.37% 73.73%
HSB/HSV 265° 16.59% 80.39%
CMYK 9.76% 16.59% 0.00%
19.61%

Color #B9ABCD in popluar number systems.

HEX B9 AB CD
Decimal 185 171 205
Binary 10111001 10101011 11001101
Octal 271 253 315

Shades and tints

Shades of #B9ABCD

#B9ABCD
(185,171,205)
#A99CBB
(169,156,187)
#998DA9
(153,141,169)
#897E97
(137,126,151)
#796F85
(121,111,133)
#696073
(105,96,115)
#595161
(89,81,97)
#49424F
(73,66,79)
#39333D
(57,51,61)
#29242B
(41,36,43)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #B9ABCD

#B9ABCD
(185,171,205)
#BFB2D1
(191,178,209)
#C5B9D5
(197,185,213)
#CBC0D9
(203,192,217)
#D1C7DD
(209,199,221)
#D7CEE1
(215,206,225)
#DDD5E5
(221,213,229)
#E3DCE9
(227,220,233)
#E9E3ED
(233,227,237)
#EFEAF1
(239,234,241)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ABCD; }

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

This text font color is #B9ABCD.

Background Color

.myBgColor { background-color: #B9ABCD; }

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

This div background color is #B9ABCD.

Border color

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

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

This div border color is #B9ABCD.

Opacity

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

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

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

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

This text has shadow with #B9ABCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9ABCD.

Preview

Color preview on black background

This text has color #B9ABCD on black background.


Color preview on white background

This text has color #B9ABCD on white background.


Black color preview on #B9ABCD background

This text has black color on #B9ABCD background.


White color preview on #B9ABCD background

This text has white color on #B9ABCD background.


Related colors

Complementary color

Complementary color for #hex is #465432.


I love getcolorcode.com

Triadic colors

1 #CDB9AB and #ABCDB9 with #B9ABCD are triadic colors.

2 #CDABB9 and #ABB9CD with #B9ABCD are triadic colors.