COLOR #B0B0AA

HEX: #B0B0AA
RGB: (176,176,170)

Color info

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

RGB color model

#B0B0AA color RGB value is (176,176,170).

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

RGB channels and saturation

R 176 of 255 = 69%
G 176 of 255 = 69%
B 170 of 255 = 67%

176
176
170

R + G + B ~ 68%. #B0B0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 176 + 170 = 522 (100%)
R 176 of 522 ~ 33.72%
G 176 of 522 ~ 33.72%
B 170 of 522 ~ 32.57%

%33.72
%33.72
%32.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 30.98%
CMYK:
(0,0,3,31)
C0M0Y3K31 
(0%,0%,3%,31%)
(0.00/0.00/0.03/0.31)	

CMYK percentages

%0
%0
%3.41
%30.98

Codes

Color #B0B0AA in popluar color models

B0B0AA
RGB176176170
HSL60°3.66%67.84%
HSB/HSV60°3.41%69.02%
CMYK0.00%0.00%3.41%
30.98%

Color #B0B0AA in popluar number systems.

HEXB0B0AA
Decimal176176170
Binary101100001011000010101010
Octal260260252

Shades and tints

Shades of #B0B0AA

#B0B0AA
(176,176,170)
#A0A09B
(160,160,155)
#90908C
(144,144,140)
#80807D
(128,128,125)
#70706E
(112,112,110)
#60605F
(96,96,95)
#505050
(80,80,80)
#404041
(64,64,65)
#303032
(48,48,50)
#202023
(32,32,35)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #B0B0AA

#B0B0AA
(176,176,170)
#B7B7B1
(183,183,177)
#BEBEB8
(190,190,184)
#C5C5BF
(197,197,191)
#CCCCC6
(204,204,198)
#D3D3CD
(211,211,205)
#DADAD4
(218,218,212)
#E1E1DB
(225,225,219)
#E8E8E2
(232,232,226)
#EFEFE9
(239,239,233)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B0AA; }

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

This text font color is #B0B0AA.


Background Color

.myBgColor { background-color: #B0B0AA; }

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

This div background color is #B0B0AA.


Border color

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

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

This div border color is #B0B0AA.


Opacity

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

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

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

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

This text has shadow with #B0B0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B0AA on black background.


Color preview on white background

This text has color #B0B0AA on white background.



Black color preview on #B0B0AA background

This text has black color on #B0B0AA background.


White color preview on #B0B0AA background

This text has white color on #B0B0AA background.