COLOR #B9ABB8

HEX: #B9ABB8
RGB: (185,171,184)

Color info

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

RGB color model

#B9ABB8 color RGB value is (185,171,184).

  • red value is 185;
  • green value is 171;
  • blue value is 184.
RGB:
(185,171,184)
(73%,67%,72%)

RGB channels and saturation

R 185 of 255 = 73%
G 171 of 255 = 67%
B 184 of 255 = 72%

185
171
184

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

Portions of RGB colors in percentages

R + G + B =
185 + 171 + 184 = 540 (100%)
R 185 of 540 ~ 34.26%
G 171 of 540 ~ 31.67%
B 184 of 540 ~ 34.07%

%34.26
%31.67
%34.07

CMYK color model

#B9ABB8 color CMYK value is (0,8,1,27).

  • cyan value is 0.00%
  • magenta value is 7.57%
  • yellow value is 0.54%
  • key color value is 27.45%
CMYK:
(0,8,1,27)
C0M8Y1K27 
(0%,8%,1%,27%)
(0.00/0.08/0.01/0.27)	

CMYK percentages

%0
%7.57
%0.54
%27.45

Codes

Color #B9ABB8 in popluar color models

B9ABB8
RGB185171184
HSL304°9.09%69.80%
HSB/HSV304°7.57%72.55%
CMYK0.00%7.57%0.54%
27.45%

Color #B9ABB8 in popluar number systems.

HEXB9ABB8
Decimal185171184
Binary101110011010101110111000
Octal271253270

Shades and tints

Shades of #B9ABB8

#B9ABB8
(185,171,184)
#A99CA8
(169,156,168)
#998D98
(153,141,152)
#897E88
(137,126,136)
#796F78
(121,111,120)
#696068
(105,96,104)
#595158
(89,81,88)
#494248
(73,66,72)
#393338
(57,51,56)
#292428
(41,36,40)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #B9ABB8

#B9ABB8
(185,171,184)
#BFB2BE
(191,178,190)
#C5B9C4
(197,185,196)
#CBC0CA
(203,192,202)
#D1C7D0
(209,199,208)
#D7CED6
(215,206,214)
#DDD5DC
(221,213,220)
#E3DCE2
(227,220,226)
#E9E3E8
(233,227,232)
#EFEAEE
(239,234,238)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ABB8; }

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

This text font color is #B9ABB8.


Background Color

.myBgColor { background-color: #B9ABB8; }

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

This div background color is #B9ABB8.


Border color

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

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

This div border color is #B9ABB8.


Opacity

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

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

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

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

This text has shadow with #B9ABB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9ABB8 on black background.


Color preview on white background

This text has color #B9ABB8 on white background.



Black color preview on #B9ABB8 background

This text has black color on #B9ABB8 background.


White color preview on #B9ABB8 background

This text has white color on #B9ABB8 background.