COLOR #B0A0AE

HEX: #B0A0AE
RGB: (176,160,174)

Color info

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

RGB color model

#B0A0AE color RGB value is (176,160,174).

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

RGB channels and saturation

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

176
160
174

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

Portions of RGB colors in percentages

R + G + B =
176 + 160 + 174 = 510 (100%)
R 176 of 510 ~ 34.51%
G 160 of 510 ~ 31.37%
B 174 of 510 ~ 34.12%

%34.51
%31.37
%34.12

CMYK color model

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

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

CMYK percentages

%0
%9.09
%1.14
%30.98

Codes

Color #B0A0AE in popluar color models

B0A0AE
RGB176160174
HSL308°9.20%65.88%
HSB/HSV308°9.09%69.02%
CMYK0.00%9.09%1.14%
30.98%

Color #B0A0AE in popluar number systems.

HEXB0A0AE
Decimal176160174
Binary101100001010000010101110
Octal260240256

Shades and tints

Shades of #B0A0AE

#B0A0AE
(176,160,174)
#A0929F
(160,146,159)
#908490
(144,132,144)
#807681
(128,118,129)
#706872
(112,104,114)
#605A63
(96,90,99)
#504C54
(80,76,84)
#403E45
(64,62,69)
#303036
(48,48,54)
#202227
(32,34,39)
#101418
(16,20,24)
#000000
(0,0,0)

Tints of #B0A0AE

#B0A0AE
(176,160,174)
#B7A8B5
(183,168,181)
#BEB0BC
(190,176,188)
#C5B8C3
(197,184,195)
#CCC0CA
(204,192,202)
#D3C8D1
(211,200,209)
#DAD0D8
(218,208,216)
#E1D8DF
(225,216,223)
#E8E0E6
(232,224,230)
#EFE8ED
(239,232,237)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A0AE; }

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

This text font color is #B0A0AE.


Background Color

.myBgColor { background-color: #B0A0AE; }

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

This div background color is #B0A0AE.


Border color

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

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

This div border color is #B0A0AE.


Opacity

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

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

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

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

This text has shadow with #B0A0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A0AE on black background.


Color preview on white background

This text has color #B0A0AE on white background.



Black color preview on #B0A0AE background

This text has black color on #B0A0AE background.


White color preview on #B0A0AE background

This text has white color on #B0A0AE background.