COLOR #B9ABAF

HEX: #B9ABAF
RGB: (185,171,175)

Color info

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

RGB color model

#B9ABAF color RGB value is (185,171,175).

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

RGB channels and saturation

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

185
171
175

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

Portions of RGB colors in percentages

R + G + B =
185 + 171 + 175 = 531 (100%)
R 185 of 531 ~ 34.84%
G 171 of 531 ~ 32.2%
B 175 of 531 ~ 32.96%

%34.84
%32.2
%32.96

CMYK color model

#B9ABAF color CMYK value is (0,8,5,27).

  • cyan value is 0.00%
  • magenta value is 7.57%
  • yellow value is 5.41%
  • key color value is 27.45%
CMYK:
(0,8,5,27)
C0M8Y5K27 
(0%,8%,5%,27%)
(0.00/0.08/0.05/0.27)	

CMYK percentages

%0
%7.57
%5.41
%27.45

Codes

Color #B9ABAF in popluar color models

B9ABAF
RGB185171175
HSL343°9.09%69.80%
HSB/HSV343°7.57%72.55%
CMYK0.00%7.57%5.41%
27.45%

Color #B9ABAF in popluar number systems.

HEXB9ABAF
Decimal185171175
Binary101110011010101110101111
Octal271253257

Shades and tints

Shades of #B9ABAF

#B9ABAF
(185,171,175)
#A99CA0
(169,156,160)
#998D91
(153,141,145)
#897E82
(137,126,130)
#796F73
(121,111,115)
#696064
(105,96,100)
#595155
(89,81,85)
#494246
(73,66,70)
#393337
(57,51,55)
#292428
(41,36,40)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #B9ABAF

#B9ABAF
(185,171,175)
#BFB2B6
(191,178,182)
#C5B9BD
(197,185,189)
#CBC0C4
(203,192,196)
#D1C7CB
(209,199,203)
#D7CED2
(215,206,210)
#DDD5D9
(221,213,217)
#E3DCE0
(227,220,224)
#E9E3E7
(233,227,231)
#EFEAEE
(239,234,238)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ABAF; }

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

This text font color is #B9ABAF.


Background Color

.myBgColor { background-color: #B9ABAF; }

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

This div background color is #B9ABAF.


Border color

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

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

This div border color is #B9ABAF.


Opacity

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

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

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

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

This text has shadow with #B9ABAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9ABAF on black background.


Color preview on white background

This text has color #B9ABAF on white background.



Black color preview on #B9ABAF background

This text has black color on #B9ABAF background.


White color preview on #B9ABAF background

This text has white color on #B9ABAF background.