COLOR #B9ABA4

HEX: #B9ABA4 RGB: (185,171,164)

Color info

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

RGB color model

#B9ABA4 color RGB value is (185,171,164).

RGB: (185,171,164) (73%, 67%, 64%)

RGB channels and saturation

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

185
171
164

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

Portions of RGB colors in percentages

R + G + B = 185 + 171 + 164 = 520 (100%)
R 185 of 520 ~ 35.58%
G 171 of 520 ~ 32.88%
B 164 of 520 ~ 31.54'%

%35.58
%32.88
%31.54

CMYK color model

#B9ABA4 color CMYK value is (0,8,11,27).

  • cyan value is 0.00%
  • magenta value is 7.57%
  • yellow value is 11.35%
  • key color value is 27.45%

CMYK: (0,8,11,27)
C0M8Y11K27 (0%, 8%, 11%, 27%)
(0.00 / 0.08 / 0.11 / 0.27)

CMYK percentages

%0
%7.57
%11.35
%27.45

Codes

Color #B9ABA4 in popluar color models

B9 AB A4
RGB 185 171 164
HSL 20° 13.04% 68.43%
HSB/HSV 20° 11.35% 72.55%
CMYK 0.00% 7.57% 11.35%
27.45%

Color #B9ABA4 in popluar number systems.

HEX B9 AB A4
Decimal 185 171 164
Binary 10111001 10101011 10100100
Octal 271 253 244

Shades and tints

Shades of #B9ABA4

#B9ABA4
(185,171,164)
#A99C96
(169,156,150)
#998D88
(153,141,136)
#897E7A
(137,126,122)
#796F6C
(121,111,108)
#69605E
(105,96,94)
#595150
(89,81,80)
#494242
(73,66,66)
#393334
(57,51,52)
#292426
(41,36,38)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #B9ABA4

#B9ABA4
(185,171,164)
#BFB2AC
(191,178,172)
#C5B9B4
(197,185,180)
#CBC0BC
(203,192,188)
#D1C7C4
(209,199,196)
#D7CECC
(215,206,204)
#DDD5D4
(221,213,212)
#E3DCDC
(227,220,220)
#E9E3E4
(233,227,228)
#EFEAEC
(239,234,236)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ABA4; }

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

This text font color is #B9ABA4.

Background Color

.myBgColor { background-color: #B9ABA4; }

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

This div background color is #B9ABA4.

Border color

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

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

This div border color is #B9ABA4.

Opacity

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

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

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

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

This text has shadow with #B9ABA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9ABA4.

Preview

Color preview on black background

This text has color #B9ABA4 on black background.


Color preview on white background

This text has color #B9ABA4 on white background.


Black color preview on #B9ABA4 background

This text has black color on #B9ABA4 background.


White color preview on #B9ABA4 background

This text has white color on #B9ABA4 background.


Related colors

Complementary color

Complementary color for #hex is #46545B.


I love getcolorcode.com

Triadic colors

1 #A4B9AB and #ABA4B9 with #B9ABA4 are triadic colors.

2 #A4ABB9 and #ABB9A4 with #B9ABA4 are triadic colors.