COLOR #A8B07E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

168
176
126

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

Portions of RGB colors in percentages

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

%35.74
%37.45
%26.81

CMYK color model

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

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

CMYK percentages

%4.55
%0
%28.41
%30.98

Codes

Color #A8B07E in popluar color models

A8B07E
RGB168176126
HSL70°24.04%59.22%
HSB/HSV70°28.41%69.02%
CMYK4.55%0.00%28.41%
30.98%

Color #A8B07E in popluar number systems.

HEXA8B07E
Decimal168176126
Binary10101000101100001111110
Octal250260176

Shades and tints

Shades of #A8B07E

#A8B07E
(168,176,126)
#99A073
(153,160,115)
#8A9068
(138,144,104)
#7B805D
(123,128,93)
#6C7052
(108,112,82)
#5D6047
(93,96,71)
#4E503C
(78,80,60)
#3F4031
(63,64,49)
#303026
(48,48,38)
#21201B
(33,32,27)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #A8B07E

#A8B07E
(168,176,126)
#AFB789
(175,183,137)
#B6BE94
(182,190,148)
#BDC59F
(189,197,159)
#C4CCAA
(196,204,170)
#CBD3B5
(203,211,181)
#D2DAC0
(210,218,192)
#D9E1CB
(217,225,203)
#E0E8D6
(224,232,214)
#E7EFE1
(231,239,225)
#EEF6EC
(238,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B07E; }

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

This text font color is #A8B07E.


Background Color

.myBgColor { background-color: #A8B07E; }

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

This div background color is #A8B07E.


Border color

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

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

This div border color is #A8B07E.


Opacity

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

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

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

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

This text has shadow with #A8B07E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B07E on black background.


Color preview on white background

This text has color #A8B07E on white background.



Black color preview on #A8B07E background

This text has black color on #A8B07E background.


White color preview on #A8B07E background

This text has white color on #A8B07E background.