COLOR #B9ABB1

HEX: #B9ABB1 RGB: (185,171,177)

Color info

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

RGB color model

#B9ABB1 color RGB value is (185,171,177).

RGB: (185,171,177) (73%, 67%, 69%)

RGB channels and saturation

R 185 of 255 = 73%
G 171 of 255 = 67%
B 177 of 255 = 69%

185
171
177

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

Portions of RGB colors in percentages

R + G + B = 185 + 171 + 177 = 533 (100%)
R 185 of 533 ~ 34.71%
G 171 of 533 ~ 32.08%
B 177 of 533 ~ 33.21'%

%34.71
%32.08
%33.21

CMYK color model

#B9ABB1 color CMYK value is (0,8,4,27).

  • cyan value is 0.00%
  • magenta value is 7.57%
  • yellow value is 4.32%
  • key color value is 27.45%

CMYK: (0,8,4,27)
C0M8Y4K27 (0%, 8%, 4%, 27%)
(0.00 / 0.08 / 0.04 / 0.27)

CMYK percentages

%0
%7.57
%4.32
%27.45

Codes

Color #B9ABB1 in popluar color models

B9 AB B1
RGB 185 171 177
HSL 334° 9.09% 69.80%
HSB/HSV 334° 7.57% 72.55%
CMYK 0.00% 7.57% 4.32%
27.45%

Color #B9ABB1 in popluar number systems.

HEX B9 AB B1
Decimal 185 171 177
Binary 10111001 10101011 10110001
Octal 271 253 261

Shades and tints

Shades of #B9ABB1

#B9ABB1
(185,171,177)
#A99CA1
(169,156,161)
#998D91
(153,141,145)
#897E81
(137,126,129)
#796F71
(121,111,113)
#696061
(105,96,97)
#595151
(89,81,81)
#494241
(73,66,65)
#393331
(57,51,49)
#292421
(41,36,33)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #B9ABB1

#B9ABB1
(185,171,177)
#BFB2B8
(191,178,184)
#C5B9BF
(197,185,191)
#CBC0C6
(203,192,198)
#D1C7CD
(209,199,205)
#D7CED4
(215,206,212)
#DDD5DB
(221,213,219)
#E3DCE2
(227,220,226)
#E9E3E9
(233,227,233)
#EFEAF0
(239,234,240)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ABB1; }

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

This text font color is #B9ABB1.

Background Color

.myBgColor { background-color: #B9ABB1; }

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

This div background color is #B9ABB1.

Border color

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

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

This div border color is #B9ABB1.

Opacity

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

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

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

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

This text has shadow with #B9ABB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9ABB1.

Preview

Color preview on black background

This text has color #B9ABB1 on black background.


Color preview on white background

This text has color #B9ABB1 on white background.


Black color preview on #B9ABB1 background

This text has black color on #B9ABB1 background.


White color preview on #B9ABB1 background

This text has white color on #B9ABB1 background.


Related colors

Complementary color

Complementary color for #hex is #46544E.


I love getcolorcode.com

Triadic colors

1 #B1B9AB and #ABB1B9 with #B9ABB1 are triadic colors.

2 #B1ABB9 and #ABB9B1 with #B9ABB1 are triadic colors.