COLOR #A8B19D

HEX: #A8B19D
RGB: (168,177,157)

Color info

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

RGB color model

#A8B19D color RGB value is (168,177,157).

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

RGB channels and saturation

R 168 of 255 = 66%
G 177 of 255 = 69%
B 157 of 255 = 62%

168
177
157

R + G + B ~ 66%. #A8B19D is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 177 + 157 = 502 (100%)
R 168 of 502 ~ 33.47%
G 177 of 502 ~ 35.26%
B 157 of 502 ~ 31.27%

%33.47
%35.26
%31.27

CMYK color model

#A8B19D color CMYK value is (5,0,11,31).

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 30.59%
CMYK:
(5,0,11,31)
C5M0Y11K31 
(5%,0%,11%,31%)
(0.05/0.00/0.11/0.31)	

CMYK percentages

%5.08
%0
%11.3
%30.59

Codes

Color #A8B19D in popluar color models

A8B19D
RGB168177157
HSL87°11.36%65.49%
HSB/HSV87°11.30%69.41%
CMYK5.08%0.00%11.30%
30.59%

Color #A8B19D in popluar number systems.

HEXA8B19D
Decimal168177157
Binary101010001011000110011101
Octal250261235

Shades and tints

Shades of #A8B19D

#A8B19D
(168,177,157)
#99A18F
(153,161,143)
#8A9181
(138,145,129)
#7B8173
(123,129,115)
#6C7165
(108,113,101)
#5D6157
(93,97,87)
#4E5149
(78,81,73)
#3F413B
(63,65,59)
#30312D
(48,49,45)
#21211F
(33,33,31)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #A8B19D

#A8B19D
(168,177,157)
#AFB8A5
(175,184,165)
#B6BFAD
(182,191,173)
#BDC6B5
(189,198,181)
#C4CDBD
(196,205,189)
#CBD4C5
(203,212,197)
#D2DBCD
(210,219,205)
#D9E2D5
(217,226,213)
#E0E9DD
(224,233,221)
#E7F0E5
(231,240,229)
#EEF7ED
(238,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B19D; }

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

This text font color is #A8B19D.


Background Color

.myBgColor { background-color: #A8B19D; }

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

This div background color is #A8B19D.


Border color

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

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

This div border color is #A8B19D.


Opacity

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

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

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

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

This text has shadow with #A8B19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B19D on black background.


Color preview on white background

This text has color #A8B19D on white background.



Black color preview on #A8B19D background

This text has black color on #A8B19D background.


White color preview on #A8B19D background

This text has white color on #A8B19D background.