COLOR #B9ABB7

HEX: #B9ABB7
RGB: (185,171,183)

Color info

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

RGB color model

#B9ABB7 color RGB value is (185,171,183).

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

RGB channels and saturation

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

185
171
183

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

Portions of RGB colors in percentages

R + G + B =
185 + 171 + 183 = 539 (100%)
R 185 of 539 ~ 34.32%
G 171 of 539 ~ 31.73%
B 183 of 539 ~ 33.95%

%34.32
%31.73
%33.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.57%
  • yellow value is 1.08%
  • 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
%1.08
%27.45

Codes

Color #B9ABB7 in popluar color models

B9ABB7
RGB185171183
HSL309°9.09%69.80%
HSB/HSV309°7.57%72.55%
CMYK0.00%7.57%1.08%
27.45%

Color #B9ABB7 in popluar number systems.

HEXB9ABB7
Decimal185171183
Binary101110011010101110110111
Octal271253267

Shades and tints

Shades of #B9ABB7

#B9ABB7
(185,171,183)
#A99CA7
(169,156,167)
#998D97
(153,141,151)
#897E87
(137,126,135)
#796F77
(121,111,119)
#696067
(105,96,103)
#595157
(89,81,87)
#494247
(73,66,71)
#393337
(57,51,55)
#292427
(41,36,39)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #B9ABB7

#B9ABB7
(185,171,183)
#BFB2BD
(191,178,189)
#C5B9C3
(197,185,195)
#CBC0C9
(203,192,201)
#D1C7CF
(209,199,207)
#D7CED5
(215,206,213)
#DDD5DB
(221,213,219)
#E3DCE1
(227,220,225)
#E9E3E7
(233,227,231)
#EFEAED
(239,234,237)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ABB7; }

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

This text font color is #B9ABB7.


Background Color

.myBgColor { background-color: #B9ABB7; }

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

This div background color is #B9ABB7.


Border color

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

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

This div border color is #B9ABB7.


Opacity

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

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

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

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

This text has shadow with #B9ABB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9ABB7 on black background.


Color preview on white background

This text has color #B9ABB7 on white background.



Black color preview on #B9ABB7 background

This text has black color on #B9ABB7 background.


White color preview on #B9ABB7 background

This text has white color on #B9ABB7 background.