COLOR #B0B0AE

HEX: #B0B0AE
RGB: (176,176,174)

Color info

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

RGB color model

#B0B0AE color RGB value is (176,176,174).

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

RGB channels and saturation

R 176 of 255 = 69%
G 176 of 255 = 69%
B 174 of 255 = 68%

176
176
174

R + G + B ~ 69%. #B0B0AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 176 + 174 = 526 (100%)
R 176 of 526 ~ 33.46%
G 176 of 526 ~ 33.46%
B 174 of 526 ~ 33.08%

%33.46
%33.46
%33.08

CMYK color model

#B0B0AE color CMYK value is (0,0,1,31).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 1.14%
  • key color value is 30.98%
CMYK:
(0,0,1,31)
C0M0Y1K31 
(0%,0%,1%,31%)
(0.00/0.00/0.01/0.31)	

CMYK percentages

%0
%0
%1.14
%30.98

Codes

Color #B0B0AE in popluar color models

B0B0AE
RGB176176174
HSL60°1.25%68.63%
HSB/HSV60°1.14%69.02%
CMYK0.00%0.00%1.14%
30.98%

Color #B0B0AE in popluar number systems.

HEXB0B0AE
Decimal176176174
Binary101100001011000010101110
Octal260260256

Shades and tints

Shades of #B0B0AE

#B0B0AE
(176,176,174)
#A0A09F
(160,160,159)
#909090
(144,144,144)
#808081
(128,128,129)
#707072
(112,112,114)
#606063
(96,96,99)
#505054
(80,80,84)
#404045
(64,64,69)
#303036
(48,48,54)
#202027
(32,32,39)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #B0B0AE

#B0B0AE
(176,176,174)
#B7B7B5
(183,183,181)
#BEBEBC
(190,190,188)
#C5C5C3
(197,197,195)
#CCCCCA
(204,204,202)
#D3D3D1
(211,211,209)
#DADAD8
(218,218,216)
#E1E1DF
(225,225,223)
#E8E8E6
(232,232,230)
#EFEFED
(239,239,237)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B0AE; }

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

This text font color is #B0B0AE.


Background Color

.myBgColor { background-color: #B0B0AE; }

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

This div background color is #B0B0AE.


Border color

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

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

This div border color is #B0B0AE.


Opacity

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

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

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

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

This text has shadow with #B0B0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B0AE on black background.


Color preview on white background

This text has color #B0B0AE on white background.



Black color preview on #B0B0AE background

This text has black color on #B0B0AE background.


White color preview on #B0B0AE background

This text has white color on #B0B0AE background.