COLOR #B9B3AB

HEX: #B9B3AB RGB: (185,179,171)

Color info

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

RGB color model

#B9B3AB color RGB value is (185,179,171).

RGB: (185,179,171) (73%, 70%, 67%)

RGB channels and saturation

R 185 of 255 = 73%
G 179 of 255 = 70%
B 171 of 255 = 67%

185
179
171

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

Portions of RGB colors in percentages

R + G + B = 185 + 179 + 171 = 535 (100%)
R 185 of 535 ~ 34.58%
G 179 of 535 ~ 33.46%
B 171 of 535 ~ 31.96'%

%34.58
%33.46
%31.96

CMYK color model

#B9B3AB color CMYK value is (0,3,8,27).

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

CMYK: (0,3,8,27)
C0M3Y8K27 (0%, 3%, 8%, 27%)
(0.00 / 0.03 / 0.08 / 0.27)

CMYK percentages

%0
%3.24
%7.57
%27.45

Codes

Color #B9B3AB in popluar color models

B9 B3 AB
RGB 185 179 171
HSL 34° 9.09% 69.80%
HSB/HSV 34° 7.57% 72.55%
CMYK 0.00% 3.24% 7.57%
27.45%

Color #B9B3AB in popluar number systems.

HEX B9 B3 AB
Decimal 185 179 171
Binary 10111001 10110011 10101011
Octal 271 263 253

Shades and tints

Shades of #B9B3AB

#B9B3AB
(185,179,171)
#A9A39C
(169,163,156)
#99938D
(153,147,141)
#89837E
(137,131,126)
#79736F
(121,115,111)
#696360
(105,99,96)
#595351
(89,83,81)
#494342
(73,67,66)
#393333
(57,51,51)
#292324
(41,35,36)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #B9B3AB

#B9B3AB
(185,179,171)
#BFB9B2
(191,185,178)
#C5BFB9
(197,191,185)
#CBC5C0
(203,197,192)
#D1CBC7
(209,203,199)
#D7D1CE
(215,209,206)
#DDD7D5
(221,215,213)
#E3DDDC
(227,221,220)
#E9E3E3
(233,227,227)
#EFE9EA
(239,233,234)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B3AB; }

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

This text font color is #B9B3AB.

Background Color

.myBgColor { background-color: #B9B3AB; }

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

This div background color is #B9B3AB.

Border color

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

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

This div border color is #B9B3AB.

Opacity

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

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

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

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

This text has shadow with #B9B3AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B3AB.

Preview

Color preview on black background

This text has color #B9B3AB on black background.


Color preview on white background

This text has color #B9B3AB on white background.


Black color preview on #B9B3AB background

This text has black color on #B9B3AB background.


White color preview on #B9B3AB background

This text has white color on #B9B3AB background.


Related colors

Complementary color

Complementary color for #hex is #464C54.


I love getcolorcode.com

Triadic colors

1 #ABB9B3 and #B3ABB9 with #B9B3AB are triadic colors.

2 #ABB3B9 and #B3B9AB with #B9B3AB are triadic colors.