COLOR #B0A09D

HEX: #B0A09D
RGB: (176,160,157)

Color info

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

RGB color model

#B0A09D color RGB value is (176,160,157).

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

RGB channels and saturation

R 176 of 255 = 69%
G 160 of 255 = 63%
B 157 of 255 = 62%

176
160
157

R + G + B ~ 65%. #B0A09D is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 160 + 157 = 493 (100%)
R 176 of 493 ~ 35.7%
G 160 of 493 ~ 32.45%
B 157 of 493 ~ 31.85%

%35.7
%32.45
%31.85

CMYK color model

#B0A09D color CMYK value is (0,9,11,31).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 10.80%
  • key color value is 30.98%
CMYK:
(0,9,11,31)
C0M9Y11K31 
(0%,9%,11%,31%)
(0.00/0.09/0.11/0.31)	

CMYK percentages

%0
%9.09
%10.8
%30.98

Codes

Color #B0A09D in popluar color models

B0A09D
RGB176160157
HSL10.73%65.29%
HSB/HSV10.80%69.02%
CMYK0.00%9.09%10.80%
30.98%

Color #B0A09D in popluar number systems.

HEXB0A09D
Decimal176160157
Binary101100001010000010011101
Octal260240235

Shades and tints

Shades of #B0A09D

#B0A09D
(176,160,157)
#A0928F
(160,146,143)
#908481
(144,132,129)
#807673
(128,118,115)
#706865
(112,104,101)
#605A57
(96,90,87)
#504C49
(80,76,73)
#403E3B
(64,62,59)
#30302D
(48,48,45)
#20221F
(32,34,31)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #B0A09D

#B0A09D
(176,160,157)
#B7A8A5
(183,168,165)
#BEB0AD
(190,176,173)
#C5B8B5
(197,184,181)
#CCC0BD
(204,192,189)
#D3C8C5
(211,200,197)
#DAD0CD
(218,208,205)
#E1D8D5
(225,216,213)
#E8E0DD
(232,224,221)
#EFE8E5
(239,232,229)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A09D; }

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

This text font color is #B0A09D.


Background Color

.myBgColor { background-color: #B0A09D; }

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

This div background color is #B0A09D.


Border color

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

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

This div border color is #B0A09D.


Opacity

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

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

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

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

This text has shadow with #B0A09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A09D on black background.


Color preview on white background

This text has color #B0A09D on white background.



Black color preview on #B0A09D background

This text has black color on #B0A09D background.


White color preview on #B0A09D background

This text has white color on #B0A09D background.