COLOR #B0A79D

HEX: #B0A79D
RGB: (176,167,157)

Color info

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

RGB color model

#B0A79D color RGB value is (176,167,157).

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

RGB channels and saturation

R 176 of 255 = 69%
G 167 of 255 = 65%
B 157 of 255 = 62%

176
167
157

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

Portions of RGB colors in percentages

R + G + B =
176 + 167 + 157 = 500 (100%)
R 176 of 500 ~ 35.2%
G 167 of 500 ~ 33.4%
B 157 of 500 ~ 31.4%

%35.2
%33.4
%31.4

CMYK color model

#B0A79D color CMYK value is (0,5,11,31).

  • cyan value is 0.00%
  • magenta value is 5.11%
  • yellow value is 10.80%
  • key color value is 30.98%
CMYK:
(0,5,11,31)
C0M5Y11K31 
(0%,5%,11%,31%)
(0.00/0.05/0.11/0.31)	

CMYK percentages

%0
%5.11
%10.8
%30.98

Codes

Color #B0A79D in popluar color models

B0A79D
RGB176167157
HSL32°10.73%65.29%
HSB/HSV32°10.80%69.02%
CMYK0.00%5.11%10.80%
30.98%

Color #B0A79D in popluar number systems.

HEXB0A79D
Decimal176167157
Binary101100001010011110011101
Octal260247235

Shades and tints

Shades of #B0A79D

#B0A79D
(176,167,157)
#A0988F
(160,152,143)
#908981
(144,137,129)
#807A73
(128,122,115)
#706B65
(112,107,101)
#605C57
(96,92,87)
#504D49
(80,77,73)
#403E3B
(64,62,59)
#302F2D
(48,47,45)
#20201F
(32,32,31)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #B0A79D

#B0A79D
(176,167,157)
#B7AFA5
(183,175,165)
#BEB7AD
(190,183,173)
#C5BFB5
(197,191,181)
#CCC7BD
(204,199,189)
#D3CFC5
(211,207,197)
#DAD7CD
(218,215,205)
#E1DFD5
(225,223,213)
#E8E7DD
(232,231,221)
#EFEFE5
(239,239,229)
#F6F7ED
(246,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A79D; }

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

This text font color is #B0A79D.


Background Color

.myBgColor { background-color: #B0A79D; }

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

This div background color is #B0A79D.


Border color

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

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

This div border color is #B0A79D.


Opacity

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

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

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

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

This text has shadow with #B0A79D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A79D on black background.


Color preview on white background

This text has color #B0A79D on white background.



Black color preview on #B0A79D background

This text has black color on #B0A79D background.


White color preview on #B0A79D background

This text has white color on #B0A79D background.