COLOR #B0AB9B

HEX: #B0AB9B RGB: (176,171,155)

Color info

#B0AB9B contains red, green and blue colors in about the same proportion. Web safe color of #B0AB9B is #999999 (or #999).

RGB color model

#B0AB9B color RGB value is (176,171,155).

RGB: (176,171,155) (69%, 67%, 61%)

RGB channels and saturation

R 176 of 255 = 69%
G 171 of 255 = 67%
B 155 of 255 = 61%

176
171
155

R + G + B ~ 66%. #B0AB9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 171 + 155 = 502 (100%)
R 176 of 502 ~ 35.06%
G 171 of 502 ~ 34.06%
B 155 of 502 ~ 30.88'%

%35.06
%34.06
%30.88

CMYK color model

#B0AB9B color CMYK value is (0,3,12,31).

  • cyan value is 0.00%
  • magenta value is 2.84%
  • yellow value is 11.93%
  • key color value is 30.98%

CMYK: (0,3,12,31)
C0M3Y12K31 (0%, 3%, 12%, 31%)
(0.00 / 0.03 / 0.12 / 0.31)

CMYK percentages

%0
%2.84
%11.93
%30.98

Codes

Color #B0AB9B in popluar color models

B0 AB 9B
RGB 176 171 155
HSL 46° 11.73% 64.90%
HSB/HSV 46° 11.93% 69.02%
CMYK 0.00% 2.84% 11.93%
30.98%

Color #B0AB9B in popluar number systems.

HEX B0 AB 9B
Decimal 176 171 155
Binary 10110000 10101011 10011011
Octal 260 253 233

Shades and tints

Shades of #B0AB9B

#B0AB9B
(176,171,155)
#A09C8D
(160,156,141)
#908D7F
(144,141,127)
#807E71
(128,126,113)
#706F63
(112,111,99)
#606055
(96,96,85)
#505147
(80,81,71)
#404239
(64,66,57)
#30332B
(48,51,43)
#20241D
(32,36,29)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #B0AB9B

#B0AB9B
(176,171,155)
#B7B2A4
(183,178,164)
#BEB9AD
(190,185,173)
#C5C0B6
(197,192,182)
#CCC7BF
(204,199,191)
#D3CEC8
(211,206,200)
#DAD5D1
(218,213,209)
#E1DCDA
(225,220,218)
#E8E3E3
(232,227,227)
#EFEAEC
(239,234,236)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0AB9B color. Also use rgb(176,171,155) instead hex code.

Text Font Color

.myTextColor { color: #B0AB9B; }

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

This text font color is #B0AB9B.

Background Color

.myBgColor { background-color: #B0AB9B; }

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

This div background color is #B0AB9B.

Border color

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

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

This div border color is #B0AB9B.

Opacity

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

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

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

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

This text has shadow with #B0AB9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0AB9B.

Preview

Color preview on black background

This text has color #B0AB9B on black background.


Color preview on white background

This text has color #B0AB9B on white background.


Black color preview on #B0AB9B background

This text has black color on #B0AB9B background.


White color preview on #B0AB9B background

This text has white color on #B0AB9B background.


Related colors

Complementary color

Complementary color for #hex is #4F5464.


I love getcolorcode.com

Triadic colors

1 #9BB0AB and #AB9BB0 with #B0AB9B are triadic colors.

2 #9BABB0 and #ABB09B with #B0AB9B are triadic colors.