COLOR #B0AC7E

HEX: #B0AC7E
RGB: (176,172,126)

Color info

#B0AC7E contains red, green and blue colors in about the same proportion. Web safe color of #B0AC7E is #999966 (or #996).

RGB color model

#B0AC7E color RGB value is (176,172,126).

  • red value is 176;
  • green value is 172;
  • blue value is 126.
RGB:
(176,172,126)
(69%,67%,49%)

RGB channels and saturation

R 176 of 255 = 69%
G 172 of 255 = 67%
B 126 of 255 = 49%

176
172
126

R + G + B ~ 62%. #B0AC7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 172 + 126 = 474 (100%)
R 176 of 474 ~ 37.13%
G 172 of 474 ~ 36.29%
B 126 of 474 ~ 26.58%

%37.13
%36.29
%26.58

CMYK color model

#B0AC7E color CMYK value is (0,2,28,31).

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 28.41%
  • key color value is 30.98%
CMYK:
(0,2,28,31)
C0M2Y28K31 
(0%,2%,28%,31%)
(0.00/0.02/0.28/0.31)	

CMYK percentages

%0
%2.27
%28.41
%30.98

Codes

Color #B0AC7E in popluar color models

B0AC7E
RGB176172126
HSL55°24.04%59.22%
HSB/HSV55°28.41%69.02%
CMYK0.00%2.27%28.41%
30.98%

Color #B0AC7E in popluar number systems.

HEXB0AC7E
Decimal176172126
Binary10110000101011001111110
Octal260254176

Shades and tints

Shades of #B0AC7E

#B0AC7E
(176,172,126)
#A09D73
(160,157,115)
#908E68
(144,142,104)
#807F5D
(128,127,93)
#707052
(112,112,82)
#606147
(96,97,71)
#50523C
(80,82,60)
#404331
(64,67,49)
#303426
(48,52,38)
#20251B
(32,37,27)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #B0AC7E

#B0AC7E
(176,172,126)
#B7B389
(183,179,137)
#BEBA94
(190,186,148)
#C5C19F
(197,193,159)
#CCC8AA
(204,200,170)
#D3CFB5
(211,207,181)
#DAD6C0
(218,214,192)
#E1DDCB
(225,221,203)
#E8E4D6
(232,228,214)
#EFEBE1
(239,235,225)
#F6F2EC
(246,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0AC7E color. Also use rgb(176,172,126) instead hex code.

Text Font Color

.myTextColor { color: #B0AC7E; }

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

This text font color is #B0AC7E.


Background Color

.myBgColor { background-color: #B0AC7E; }

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

This div background color is #B0AC7E.


Border color

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

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

This div border color is #B0AC7E.


Opacity

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

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

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

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

This text has shadow with #B0AC7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AC7E on black background.


Color preview on white background

This text has color #B0AC7E on white background.



Black color preview on #B0AC7E background

This text has black color on #B0AC7E background.


White color preview on #B0AC7E background

This text has white color on #B0AC7E background.