COLOR #B9ABA9

HEX: #B9ABA9 RGB: (185,171,169)

Color info

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

RGB color model

#B9ABA9 color RGB value is (185,171,169).

RGB: (185,171,169) (73%, 67%, 66%)

RGB channels and saturation

R 185 of 255 = 73%
G 171 of 255 = 67%
B 169 of 255 = 66%

185
171
169

R + G + B ~ 69%. #B9ABA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 171 + 169 = 525 (100%)
R 185 of 525 ~ 35.24%
G 171 of 525 ~ 32.57%
B 169 of 525 ~ 32.19'%

%35.24
%32.57
%32.19

CMYK color model

#B9ABA9 color CMYK value is (0,8,9,27).

  • cyan value is 0.00%
  • magenta value is 7.57%
  • yellow value is 8.65%
  • key color value is 27.45%
CMYK: (0,8,9,27) C0M8Y9K27 (0%,8%,9%,27%) (0.00/0.08/0.09/0.27) 

CMYK percentages

%0
%7.57
%8.65
%27.45

Codes

Color #B9ABA9 in popluar color models

B9 AB A9
RGB 185 171 169
HSL 10.26% 69.41%
HSB/HSV 8.65% 72.55%
CMYK 0.00% 7.57% 8.65%
27.45%

Color #B9ABA9 in popluar number systems.

HEX B9 AB A9
Decimal 185 171 169
Binary 10111001 10101011 10101001
Octal 271 253 251

Shades and tints

Shades of #B9ABA9

#B9ABA9
(185,171,169)
#A99C9A
(169,156,154)
#998D8B
(153,141,139)
#897E7C
(137,126,124)
#796F6D
(121,111,109)
#69605E
(105,96,94)
#59514F
(89,81,79)
#494240
(73,66,64)
#393331
(57,51,49)
#292422
(41,36,34)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #B9ABA9

#B9ABA9
(185,171,169)
#BFB2B0
(191,178,176)
#C5B9B7
(197,185,183)
#CBC0BE
(203,192,190)
#D1C7C5
(209,199,197)
#D7CECC
(215,206,204)
#DDD5D3
(221,213,211)
#E3DCDA
(227,220,218)
#E9E3E1
(233,227,225)
#EFEAE8
(239,234,232)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ABA9; }

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

This text font color is #B9ABA9.

Background Color

.myBgColor { background-color: #B9ABA9; }

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

This div background color is #B9ABA9.

Border color

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

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

This div border color is #B9ABA9.

Opacity

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

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

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

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

This text has shadow with #B9ABA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9ABA9.

Preview

Color preview on black background

This text has color #B9ABA9 on black background.


Color preview on white background

This text has color #B9ABA9 on white background.


Black color preview on #B9ABA9 background

This text has black color on #B9ABA9 background.


White color preview on #B9ABA9 background

This text has white color on #B9ABA9 background.


Related colors

Complementary color

Complementary color for #hex is #465456.


I love getcolorcode.com

Triadic colors

1 #A9B9AB and #ABA9B9 with #B9ABA9 are triadic colors.

2 #A9ABB9 and #ABB9A9 with #B9ABA9 are triadic colors.