COLOR #A8B08E

HEX: #A8B08E
RGB: (168,176,142)

Color info

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

RGB color model

#A8B08E color RGB value is (168,176,142).

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

RGB channels and saturation

R 168 of 255 = 66%
G 176 of 255 = 69%
B 142 of 255 = 56%

168
176
142

R + G + B ~ 64%. #A8B08E is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 176 + 142 = 486 (100%)
R 168 of 486 ~ 34.57%
G 176 of 486 ~ 36.21%
B 142 of 486 ~ 29.22%

%34.57
%36.21
%29.22

CMYK color model

#A8B08E color CMYK value is (5,0,19,31).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 19.32%
  • key color value is 30.98%
CMYK:
(5,0,19,31)
C5M0Y19K31 
(5%,0%,19%,31%)
(0.05/0.00/0.19/0.31)	

CMYK percentages

%4.55
%0
%19.32
%30.98

Codes

Color #A8B08E in popluar color models

A8B08E
RGB168176142
HSL74°17.71%62.35%
HSB/HSV74°19.32%69.02%
CMYK4.55%0.00%19.32%
30.98%

Color #A8B08E in popluar number systems.

HEXA8B08E
Decimal168176142
Binary101010001011000010001110
Octal250260216

Shades and tints

Shades of #A8B08E

#A8B08E
(168,176,142)
#99A082
(153,160,130)
#8A9076
(138,144,118)
#7B806A
(123,128,106)
#6C705E
(108,112,94)
#5D6052
(93,96,82)
#4E5046
(78,80,70)
#3F403A
(63,64,58)
#30302E
(48,48,46)
#212022
(33,32,34)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #A8B08E

#A8B08E
(168,176,142)
#AFB798
(175,183,152)
#B6BEA2
(182,190,162)
#BDC5AC
(189,197,172)
#C4CCB6
(196,204,182)
#CBD3C0
(203,211,192)
#D2DACA
(210,218,202)
#D9E1D4
(217,225,212)
#E0E8DE
(224,232,222)
#E7EFE8
(231,239,232)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B08E; }

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

This text font color is #A8B08E.


Background Color

.myBgColor { background-color: #A8B08E; }

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

This div background color is #A8B08E.


Border color

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

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

This div border color is #A8B08E.


Opacity

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

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

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

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

This text has shadow with #A8B08E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B08E on black background.


Color preview on white background

This text has color #A8B08E on white background.



Black color preview on #A8B08E background

This text has black color on #A8B08E background.


White color preview on #A8B08E background

This text has white color on #A8B08E background.