COLOR #B0A87E

HEX: #B0A87E
RGB: (176,168,126)

Color info

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

RGB color model

#B0A87E color RGB value is (176,168,126).

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

RGB channels and saturation

R 176 of 255 = 69%
G 168 of 255 = 66%
B 126 of 255 = 49%

176
168
126

R + G + B ~ 61%. #B0A87E is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 168 + 126 = 470 (100%)
R 176 of 470 ~ 37.45%
G 168 of 470 ~ 35.74%
B 126 of 470 ~ 26.81%

%37.45
%35.74
%26.81

CMYK color model

#B0A87E color CMYK value is (0,5,28,31).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 28.41%
  • key color value is 30.98%
CMYK:
(0,5,28,31)
C0M5Y28K31 
(0%,5%,28%,31%)
(0.00/0.05/0.28/0.31)	

CMYK percentages

%0
%4.55
%28.41
%30.98

Codes

Color #B0A87E in popluar color models

B0A87E
RGB176168126
HSL50°24.04%59.22%
HSB/HSV50°28.41%69.02%
CMYK0.00%4.55%28.41%
30.98%

Color #B0A87E in popluar number systems.

HEXB0A87E
Decimal176168126
Binary10110000101010001111110
Octal260250176

Shades and tints

Shades of #B0A87E

#B0A87E
(176,168,126)
#A09973
(160,153,115)
#908A68
(144,138,104)
#807B5D
(128,123,93)
#706C52
(112,108,82)
#605D47
(96,93,71)
#504E3C
(80,78,60)
#403F31
(64,63,49)
#303026
(48,48,38)
#20211B
(32,33,27)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #B0A87E

#B0A87E
(176,168,126)
#B7AF89
(183,175,137)
#BEB694
(190,182,148)
#C5BD9F
(197,189,159)
#CCC4AA
(204,196,170)
#D3CBB5
(211,203,181)
#DAD2C0
(218,210,192)
#E1D9CB
(225,217,203)
#E8E0D6
(232,224,214)
#EFE7E1
(239,231,225)
#F6EEEC
(246,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A87E; }

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

This text font color is #B0A87E.


Background Color

.myBgColor { background-color: #B0A87E; }

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

This div background color is #B0A87E.


Border color

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

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

This div border color is #B0A87E.


Opacity

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

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

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

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

This text has shadow with #B0A87E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A87E on black background.


Color preview on white background

This text has color #B0A87E on white background.



Black color preview on #B0A87E background

This text has black color on #B0A87E background.


White color preview on #B0A87E background

This text has white color on #B0A87E background.