COLOR #A8C79C

HEX: #A8C79C RGB: (168,199,156)

Color info

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

RGB color model

#A8C79C color RGB value is (168,199,156).

RGB: (168,199,156) (66%, 78%, 61%)

RGB channels and saturation

R 168 of 255 = 66%
G 199 of 255 = 78%
B 156 of 255 = 61%

168
199
156

R + G + B ~ 68%. #A8C79C is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 199 + 156 = 523 (100%)
R 168 of 523 ~ 32.12%
G 199 of 523 ~ 38.05%
B 156 of 523 ~ 29.83'%

%32.12
%38.05
%29.83

CMYK color model

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

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

CMYK: (16,0,22,22)
C16M0Y22K22 (16%, 0%, 22%, 22%)
(0.16 / 0.00 / 0.22 / 0.22)

CMYK percentages

%15.58
%0
%21.61
%21.96

Codes

Color #A8C79C in popluar color models

A8 C7 9C
RGB 168 199 156
HSL 103° 27.74% 69.61%
HSB/HSV 103° 21.61% 78.04%
CMYK 15.58% 0.00% 21.61%
21.96%

Color #A8C79C in popluar number systems.

HEX A8 C7 9C
Decimal 168 199 156
Binary 10101000 11000111 10011100
Octal 250 307 234

Shades and tints

Shades of #A8C79C

#A8C79C
(168,199,156)
#99B58E
(153,181,142)
#8AA380
(138,163,128)
#7B9172
(123,145,114)
#6C7F64
(108,127,100)
#5D6D56
(93,109,86)
#4E5B48
(78,91,72)
#3F493A
(63,73,58)
#30372C
(48,55,44)
#21251E
(33,37,30)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #A8C79C

#A8C79C
(168,199,156)
#AFCCA5
(175,204,165)
#B6D1AE
(182,209,174)
#BDD6B7
(189,214,183)
#C4DBC0
(196,219,192)
#CBE0C9
(203,224,201)
#D2E5D2
(210,229,210)
#D9EADB
(217,234,219)
#E0EFE4
(224,239,228)
#E7F4ED
(231,244,237)
#EEF9F6
(238,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C79C; }

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

This text font color is #A8C79C.

Background Color

.myBgColor { background-color: #A8C79C; }

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

This div background color is #A8C79C.

Border color

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

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

This div border color is #A8C79C.

Opacity

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

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

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

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

This text has shadow with #A8C79C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8C79C.

Preview

Color preview on black background

This text has color #A8C79C on black background.


Color preview on white background

This text has color #A8C79C on white background.


Black color preview on #A8C79C background

This text has black color on #A8C79C background.


White color preview on #A8C79C background

This text has white color on #A8C79C background.


Related colors

Complementary color

Complementary color for #hex is #573863.


I love getcolorcode.com

Triadic colors

1 #9CA8C7 and #C79CA8 with #A8C79C are triadic colors.

2 #9CC7A8 and #C7A89C with #A8C79C are triadic colors.