COLOR #B9ABA7

HEX: #B9ABA7
RGB: (185,171,167)

Color info

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

RGB color model

#B9ABA7 color RGB value is (185,171,167).

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

RGB channels and saturation

R 185 of 255 = 73%
G 171 of 255 = 67%
B 167 of 255 = 65%

185
171
167

R + G + B ~ 68%. #B9ABA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 171 + 167 = 523 (100%)
R 185 of 523 ~ 35.37%
G 171 of 523 ~ 32.7%
B 167 of 523 ~ 31.93%

%35.37
%32.7
%31.93

CMYK color model

#B9ABA7 color CMYK value is (0,8,10,27).

  • cyan value is 0.00%
  • magenta value is 7.57%
  • yellow value is 9.73%
  • key color value is 27.45%
CMYK:
(0,8,10,27)
C0M8Y10K27 
(0%,8%,10%,27%)
(0.00/0.08/0.10/0.27)	

CMYK percentages

%0
%7.57
%9.73
%27.45

Codes

Color #B9ABA7 in popluar color models

B9ABA7
RGB185171167
HSL13°11.39%69.02%
HSB/HSV13°9.73%72.55%
CMYK0.00%7.57%9.73%
27.45%

Color #B9ABA7 in popluar number systems.

HEXB9ABA7
Decimal185171167
Binary101110011010101110100111
Octal271253247

Shades and tints

Shades of #B9ABA7

#B9ABA7
(185,171,167)
#A99C98
(169,156,152)
#998D89
(153,141,137)
#897E7A
(137,126,122)
#796F6B
(121,111,107)
#69605C
(105,96,92)
#59514D
(89,81,77)
#49423E
(73,66,62)
#39332F
(57,51,47)
#292420
(41,36,32)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #B9ABA7

#B9ABA7
(185,171,167)
#BFB2AF
(191,178,175)
#C5B9B7
(197,185,183)
#CBC0BF
(203,192,191)
#D1C7C7
(209,199,199)
#D7CECF
(215,206,207)
#DDD5D7
(221,213,215)
#E3DCDF
(227,220,223)
#E9E3E7
(233,227,231)
#EFEAEF
(239,234,239)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ABA7; }

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

This text font color is #B9ABA7.


Background Color

.myBgColor { background-color: #B9ABA7; }

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

This div background color is #B9ABA7.


Border color

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

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

This div border color is #B9ABA7.


Opacity

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

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

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

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

This text has shadow with #B9ABA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9ABA7 on black background.


Color preview on white background

This text has color #B9ABA7 on white background.



Black color preview on #B9ABA7 background

This text has black color on #B9ABA7 background.


White color preview on #B9ABA7 background

This text has white color on #B9ABA7 background.