COLOR #B0AA9E

HEX: #B0AA9E
RGB: (176,170,158)

Color info

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

RGB color model

#B0AA9E color RGB value is (176,170,158).

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

RGB channels and saturation

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

176
170
158

R + G + B ~ 66%. #B0AA9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 170 + 158 = 504 (100%)
R 176 of 504 ~ 34.92%
G 170 of 504 ~ 33.73%
B 158 of 504 ~ 31.35%

%34.92
%33.73
%31.35

CMYK color model

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

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

CMYK percentages

%0
%3.41
%10.23
%30.98

Codes

Color #B0AA9E in popluar color models

B0AA9E
RGB176170158
HSL40°10.23%65.49%
HSB/HSV40°10.23%69.02%
CMYK0.00%3.41%10.23%
30.98%

Color #B0AA9E in popluar number systems.

HEXB0AA9E
Decimal176170158
Binary101100001010101010011110
Octal260252236

Shades and tints

Shades of #B0AA9E

#B0AA9E
(176,170,158)
#A09B90
(160,155,144)
#908C82
(144,140,130)
#807D74
(128,125,116)
#706E66
(112,110,102)
#605F58
(96,95,88)
#50504A
(80,80,74)
#40413C
(64,65,60)
#30322E
(48,50,46)
#202320
(32,35,32)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #B0AA9E

#B0AA9E
(176,170,158)
#B7B1A6
(183,177,166)
#BEB8AE
(190,184,174)
#C5BFB6
(197,191,182)
#CCC6BE
(204,198,190)
#D3CDC6
(211,205,198)
#DAD4CE
(218,212,206)
#E1DBD6
(225,219,214)
#E8E2DE
(232,226,222)
#EFE9E6
(239,233,230)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AA9E; }

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

This text font color is #B0AA9E.


Background Color

.myBgColor { background-color: #B0AA9E; }

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

This div background color is #B0AA9E.


Border color

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

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

This div border color is #B0AA9E.


Opacity

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

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

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

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

This text has shadow with #B0AA9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AA9E on black background.


Color preview on white background

This text has color #B0AA9E on white background.



Black color preview on #B0AA9E background

This text has black color on #B0AA9E background.


White color preview on #B0AA9E background

This text has white color on #B0AA9E background.