COLOR #B9ABA2

HEX: #B9ABA2
RGB: (185,171,162)

Color info

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

RGB color model

#B9ABA2 color RGB value is (185,171,162).

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

RGB channels and saturation

R 185 of 255 = 73%
G 171 of 255 = 67%
B 162 of 255 = 64%

185
171
162

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

Portions of RGB colors in percentages

R + G + B =
185 + 171 + 162 = 518 (100%)
R 185 of 518 ~ 35.71%
G 171 of 518 ~ 33.01%
B 162 of 518 ~ 31.27%

%35.71
%33.01
%31.27

CMYK color model

#B9ABA2 color CMYK value is (0,8,12,27).

  • cyan value is 0.00%
  • magenta value is 7.57%
  • yellow value is 12.43%
  • key color value is 27.45%
CMYK:
(0,8,12,27)
C0M8Y12K27 
(0%,8%,12%,27%)
(0.00/0.08/0.12/0.27)	

CMYK percentages

%0
%7.57
%12.43
%27.45

Codes

Color #B9ABA2 in popluar color models

B9ABA2
RGB185171162
HSL23°14.11%68.04%
HSB/HSV23°12.43%72.55%
CMYK0.00%7.57%12.43%
27.45%

Color #B9ABA2 in popluar number systems.

HEXB9ABA2
Decimal185171162
Binary101110011010101110100010
Octal271253242

Shades and tints

Shades of #B9ABA2

#B9ABA2
(185,171,162)
#A99C94
(169,156,148)
#998D86
(153,141,134)
#897E78
(137,126,120)
#796F6A
(121,111,106)
#69605C
(105,96,92)
#59514E
(89,81,78)
#494240
(73,66,64)
#393332
(57,51,50)
#292424
(41,36,36)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #B9ABA2

#B9ABA2
(185,171,162)
#BFB2AA
(191,178,170)
#C5B9B2
(197,185,178)
#CBC0BA
(203,192,186)
#D1C7C2
(209,199,194)
#D7CECA
(215,206,202)
#DDD5D2
(221,213,210)
#E3DCDA
(227,220,218)
#E9E3E2
(233,227,226)
#EFEAEA
(239,234,234)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ABA2; }

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

This text font color is #B9ABA2.


Background Color

.myBgColor { background-color: #B9ABA2; }

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

This div background color is #B9ABA2.


Border color

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

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

This div border color is #B9ABA2.


Opacity

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

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

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

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

This text has shadow with #B9ABA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9ABA2 on black background.


Color preview on white background

This text has color #B9ABA2 on white background.



Black color preview on #B9ABA2 background

This text has black color on #B9ABA2 background.


White color preview on #B9ABA2 background

This text has white color on #B9ABA2 background.