COLOR #A8B18E

HEX: #A8B18E
RGB: (168,177,142)

Color info

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

RGB color model

#A8B18E color RGB value is (168,177,142).

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

RGB channels and saturation

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

168
177
142

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

Portions of RGB colors in percentages

R + G + B =
168 + 177 + 142 = 487 (100%)
R 168 of 487 ~ 34.5%
G 177 of 487 ~ 36.34%
B 142 of 487 ~ 29.16%

%34.5
%36.34
%29.16

CMYK color model

#A8B18E color CMYK value is (5,0,20,31).

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 19.77%
  • key color value is 30.59%
CMYK:
(5,0,20,31)
C5M0Y20K31 
(5%,0%,20%,31%)
(0.05/0.00/0.20/0.31)	

CMYK percentages

%5.08
%0
%19.77
%30.59

Codes

Color #A8B18E in popluar color models

A8B18E
RGB168177142
HSL75°18.32%62.55%
HSB/HSV75°19.77%69.41%
CMYK5.08%0.00%19.77%
30.59%

Color #A8B18E in popluar number systems.

HEXA8B18E
Decimal168177142
Binary101010001011000110001110
Octal250261216

Shades and tints

Shades of #A8B18E

#A8B18E
(168,177,142)
#99A182
(153,161,130)
#8A9176
(138,145,118)
#7B816A
(123,129,106)
#6C715E
(108,113,94)
#5D6152
(93,97,82)
#4E5146
(78,81,70)
#3F413A
(63,65,58)
#30312E
(48,49,46)
#212122
(33,33,34)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #A8B18E

#A8B18E
(168,177,142)
#AFB898
(175,184,152)
#B6BFA2
(182,191,162)
#BDC6AC
(189,198,172)
#C4CDB6
(196,205,182)
#CBD4C0
(203,212,192)
#D2DBCA
(210,219,202)
#D9E2D4
(217,226,212)
#E0E9DE
(224,233,222)
#E7F0E8
(231,240,232)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B18E; }

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

This text font color is #A8B18E.


Background Color

.myBgColor { background-color: #A8B18E; }

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

This div background color is #A8B18E.


Border color

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

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

This div border color is #A8B18E.


Opacity

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

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

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

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

This text has shadow with #A8B18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B18E on black background.


Color preview on white background

This text has color #A8B18E on white background.



Black color preview on #A8B18E background

This text has black color on #A8B18E background.


White color preview on #A8B18E background

This text has white color on #A8B18E background.