COLOR #B0ABA9

HEX: #B0ABA9
RGB: (176,171,169)

Color info

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

RGB color model

#B0ABA9 color RGB value is (176,171,169).

  • red value is 176;
  • green value is 171;
  • blue value is 169.
RGB:
(176,171,169)
(69%,67%,66%)

RGB channels and saturation

R 176 of 255 = 69%
G 171 of 255 = 67%
B 169 of 255 = 66%

176
171
169

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

Portions of RGB colors in percentages

R + G + B =
176 + 171 + 169 = 516 (100%)
R 176 of 516 ~ 34.11%
G 171 of 516 ~ 33.14%
B 169 of 516 ~ 32.75%

%34.11
%33.14
%32.75

CMYK color model

#B0ABA9 color CMYK value is (0,3,4,31).

  • cyan value is 0.00%
  • magenta value is 2.84%
  • yellow value is 3.98%
  • key color value is 30.98%
CMYK:
(0,3,4,31)
C0M3Y4K31 
(0%,3%,4%,31%)
(0.00/0.03/0.04/0.31)	

CMYK percentages

%0
%2.84
%3.98
%30.98

Codes

Color #B0ABA9 in popluar color models

B0ABA9
RGB176171169
HSL17°4.24%67.65%
HSB/HSV17°3.98%69.02%
CMYK0.00%2.84%3.98%
30.98%

Color #B0ABA9 in popluar number systems.

HEXB0ABA9
Decimal176171169
Binary101100001010101110101001
Octal260253251

Shades and tints

Shades of #B0ABA9

#B0ABA9
(176,171,169)
#A09C9A
(160,156,154)
#908D8B
(144,141,139)
#807E7C
(128,126,124)
#706F6D
(112,111,109)
#60605E
(96,96,94)
#50514F
(80,81,79)
#404240
(64,66,64)
#303331
(48,51,49)
#202422
(32,36,34)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #B0ABA9

#B0ABA9
(176,171,169)
#B7B2B0
(183,178,176)
#BEB9B7
(190,185,183)
#C5C0BE
(197,192,190)
#CCC7C5
(204,199,197)
#D3CECC
(211,206,204)
#DAD5D3
(218,213,211)
#E1DCDA
(225,220,218)
#E8E3E1
(232,227,225)
#EFEAE8
(239,234,232)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0ABA9; }

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

This text font color is #B0ABA9.


Background Color

.myBgColor { background-color: #B0ABA9; }

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

This div background color is #B0ABA9.


Border color

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

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

This div border color is #B0ABA9.


Opacity

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

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

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

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

This text has shadow with #B0ABA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0ABA9 on black background.


Color preview on white background

This text has color #B0ABA9 on white background.



Black color preview on #B0ABA9 background

This text has black color on #B0ABA9 background.


White color preview on #B0ABA9 background

This text has white color on #B0ABA9 background.