COLOR #A8C79D

HEX: #A8C79D RGB: (168,199,157)

Color info

#A8C79D contains red, green and blue colors in about the same proportion. Web safe color of #A8C79D is #99CC99 (or #9C9).

RGB color model

#A8C79D color RGB value is (168,199,157).

RGB: (168,199,157) (66%, 78%, 62%)

RGB channels and saturation

R 168 of 255 = 66%
G 199 of 255 = 78%
B 157 of 255 = 62%

168
199
157

R + G + B ~ 69%. #A8C79D is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 199 + 157 = 524 (100%)
R 168 of 524 ~ 32.06%
G 199 of 524 ~ 37.98%
B 157 of 524 ~ 29.96'%

%32.06
%37.98
%29.96

CMYK color model

#A8C79D color CMYK value is (16,0,21,22).

  • cyan value is 15.58%
  • magenta value is 0.00%
  • yellow value is 21.11%
  • key color value is 21.96%

CMYK: (16,0,21,22)
C16M0Y21K22 (16%, 0%, 21%, 22%)
(0.16 / 0.00 / 0.21 / 0.22)

CMYK percentages

%15.58
%0
%21.11
%21.96

Codes

Color #A8C79D in popluar color models

A8 C7 9D
RGB 168 199 157
HSL 104° 27.27% 69.80%
HSB/HSV 104° 21.11% 78.04%
CMYK 15.58% 0.00% 21.11%
21.96%

Color #A8C79D in popluar number systems.

HEX A8 C7 9D
Decimal 168 199 157
Binary 10101000 11000111 10011101
Octal 250 307 235

Shades and tints

Shades of #A8C79D

#A8C79D
(168,199,157)
#99B58F
(153,181,143)
#8AA381
(138,163,129)
#7B9173
(123,145,115)
#6C7F65
(108,127,101)
#5D6D57
(93,109,87)
#4E5B49
(78,91,73)
#3F493B
(63,73,59)
#30372D
(48,55,45)
#21251F
(33,37,31)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #A8C79D

#A8C79D
(168,199,157)
#AFCCA5
(175,204,165)
#B6D1AD
(182,209,173)
#BDD6B5
(189,214,181)
#C4DBBD
(196,219,189)
#CBE0C5
(203,224,197)
#D2E5CD
(210,229,205)
#D9EAD5
(217,234,213)
#E0EFDD
(224,239,221)
#E7F4E5
(231,244,229)
#EEF9ED
(238,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C79D; }

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

This text font color is #A8C79D.

Background Color

.myBgColor { background-color: #A8C79D; }

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

This div background color is #A8C79D.

Border color

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

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

This div border color is #A8C79D.

Opacity

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

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

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

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

This text has shadow with #A8C79D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8C79D.

Preview

Color preview on black background

This text has color #A8C79D on black background.


Color preview on white background

This text has color #A8C79D on white background.


Black color preview on #A8C79D background

This text has black color on #A8C79D background.


White color preview on #A8C79D background

This text has white color on #A8C79D background.


Related colors

Complementary color

Complementary color for #hex is #573862.


I love getcolorcode.com

Triadic colors

1 #9DA8C7 and #C79DA8 with #A8C79D are triadic colors.

2 #9DC7A8 and #C7A89D with #A8C79D are triadic colors.