COLOR #A8B08D

HEX: #A8B08D
RGB: (168,176,141)

Color info

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

RGB color model

#A8B08D color RGB value is (168,176,141).

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

RGB channels and saturation

R 168 of 255 = 66%
G 176 of 255 = 69%
B 141 of 255 = 55%

168
176
141

R + G + B ~ 63%. #A8B08D is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 176 + 141 = 485 (100%)
R 168 of 485 ~ 34.64%
G 176 of 485 ~ 36.29%
B 141 of 485 ~ 29.07%

%34.64
%36.29
%29.07

CMYK color model

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

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

CMYK percentages

%4.55
%0
%19.89
%30.98

Codes

Color #A8B08D in popluar color models

A8B08D
RGB168176141
HSL74°18.13%62.16%
HSB/HSV74°19.89%69.02%
CMYK4.55%0.00%19.89%
30.98%

Color #A8B08D in popluar number systems.

HEXA8B08D
Decimal168176141
Binary101010001011000010001101
Octal250260215

Shades and tints

Shades of #A8B08D

#A8B08D
(168,176,141)
#99A081
(153,160,129)
#8A9075
(138,144,117)
#7B8069
(123,128,105)
#6C705D
(108,112,93)
#5D6051
(93,96,81)
#4E5045
(78,80,69)
#3F4039
(63,64,57)
#30302D
(48,48,45)
#212021
(33,32,33)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #A8B08D

#A8B08D
(168,176,141)
#AFB797
(175,183,151)
#B6BEA1
(182,190,161)
#BDC5AB
(189,197,171)
#C4CCB5
(196,204,181)
#CBD3BF
(203,211,191)
#D2DAC9
(210,218,201)
#D9E1D3
(217,225,211)
#E0E8DD
(224,232,221)
#E7EFE7
(231,239,231)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B08D; }

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

This text font color is #A8B08D.


Background Color

.myBgColor { background-color: #A8B08D; }

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

This div background color is #A8B08D.


Border color

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

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

This div border color is #A8B08D.


Opacity

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

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

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

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

This text has shadow with #A8B08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B08D on black background.


Color preview on white background

This text has color #A8B08D on white background.



Black color preview on #A8B08D background

This text has black color on #A8B08D background.


White color preview on #A8B08D background

This text has white color on #A8B08D background.