COLOR #B0ABA4

HEX: #B0ABA4 RGB: (176,171,164)

Color info

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

RGB color model

#B0ABA4 color RGB value is (176,171,164).

RGB: (176,171,164) (69%, 67%, 64%)

RGB channels and saturation

R 176 of 255 = 69%
G 171 of 255 = 67%
B 164 of 255 = 64%

176
171
164

R + G + B ~ 67%. #B0ABA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 171 + 164 = 511 (100%)
R 176 of 511 ~ 34.44%
G 171 of 511 ~ 33.46%
B 164 of 511 ~ 32.09'%

%34.44
%33.46
%32.09

CMYK color model

#B0ABA4 color CMYK value is (0,3,7,31).

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

CMYK: (0,3,7,31)
C0M3Y7K31 (0%, 3%, 7%, 31%)
(0.00 / 0.03 / 0.07 / 0.31)

CMYK percentages

%0
%2.84
%6.82
%30.98

Codes

Color #B0ABA4 in popluar color models

B0 AB A4
RGB 176 171 164
HSL 35° 7.06% 66.67%
HSB/HSV 35° 6.82% 69.02%
CMYK 0.00% 2.84% 6.82%
30.98%

Color #B0ABA4 in popluar number systems.

HEX B0 AB A4
Decimal 176 171 164
Binary 10110000 10101011 10100100
Octal 260 253 244

Shades and tints

Shades of #B0ABA4

#B0ABA4
(176,171,164)
#A09C96
(160,156,150)
#908D88
(144,141,136)
#807E7A
(128,126,122)
#706F6C
(112,111,108)
#60605E
(96,96,94)
#505150
(80,81,80)
#404242
(64,66,66)
#303334
(48,51,52)
#202426
(32,36,38)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #B0ABA4

#B0ABA4
(176,171,164)
#B7B2AC
(183,178,172)
#BEB9B4
(190,185,180)
#C5C0BC
(197,192,188)
#CCC7C4
(204,199,196)
#D3CECC
(211,206,204)
#DAD5D4
(218,213,212)
#E1DCDC
(225,220,220)
#E8E3E4
(232,227,228)
#EFEAEC
(239,234,236)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0ABA4; }

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

This text font color is #B0ABA4.

Background Color

.myBgColor { background-color: #B0ABA4; }

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

This div background color is #B0ABA4.

Border color

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

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

This div border color is #B0ABA4.

Opacity

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

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

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

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

This text has shadow with #B0ABA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0ABA4.

Preview

Color preview on black background

This text has color #B0ABA4 on black background.


Color preview on white background

This text has color #B0ABA4 on white background.


Black color preview on #B0ABA4 background

This text has black color on #B0ABA4 background.


White color preview on #B0ABA4 background

This text has white color on #B0ABA4 background.


Related colors

Complementary color

Complementary color for #hex is #4F545B.


I love getcolorcode.com

Triadic colors

1 #A4B0AB and #ABA4B0 with #B0ABA4 are triadic colors.

2 #A4ABB0 and #ABB0A4 with #B0ABA4 are triadic colors.