COLOR #B0AAAF

HEX: #B0AAAF
RGB: (176,170,175)

Color info

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

RGB color model

#B0AAAF color RGB value is (176,170,175).

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

RGB channels and saturation

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

176
170
175

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

Portions of RGB colors in percentages

R + G + B =
176 + 170 + 175 = 521 (100%)
R 176 of 521 ~ 33.78%
G 170 of 521 ~ 32.63%
B 175 of 521 ~ 33.59%

%33.78
%32.63
%33.59

CMYK color model

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

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

CMYK percentages

%0
%3.41
%0.57
%30.98

Codes

Color #B0AAAF in popluar color models

B0AAAF
RGB176170175
HSL310°3.66%67.84%
HSB/HSV310°3.41%69.02%
CMYK0.00%3.41%0.57%
30.98%

Color #B0AAAF in popluar number systems.

HEXB0AAAF
Decimal176170175
Binary101100001010101010101111
Octal260252257

Shades and tints

Shades of #B0AAAF

#B0AAAF
(176,170,175)
#A09BA0
(160,155,160)
#908C91
(144,140,145)
#807D82
(128,125,130)
#706E73
(112,110,115)
#605F64
(96,95,100)
#505055
(80,80,85)
#404146
(64,65,70)
#303237
(48,50,55)
#202328
(32,35,40)
#101419
(16,20,25)
#000000
(0,0,0)

Tints of #B0AAAF

#B0AAAF
(176,170,175)
#B7B1B6
(183,177,182)
#BEB8BD
(190,184,189)
#C5BFC4
(197,191,196)
#CCC6CB
(204,198,203)
#D3CDD2
(211,205,210)
#DAD4D9
(218,212,217)
#E1DBE0
(225,219,224)
#E8E2E7
(232,226,231)
#EFE9EE
(239,233,238)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AAAF; }

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

This text font color is #B0AAAF.


Background Color

.myBgColor { background-color: #B0AAAF; }

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

This div background color is #B0AAAF.


Border color

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

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

This div border color is #B0AAAF.


Opacity

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

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

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

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

This text has shadow with #B0AAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AAAF on black background.


Color preview on white background

This text has color #B0AAAF on white background.



Black color preview on #B0AAAF background

This text has black color on #B0AAAF background.


White color preview on #B0AAAF background

This text has white color on #B0AAAF background.