COLOR #A8C49C

HEX: #A8C49C RGB: (168,196,156)

Color info

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

RGB color model

#A8C49C color RGB value is (168,196,156).

RGB: (168,196,156) (66%, 77%, 61%)

RGB channels and saturation

R 168 of 255 = 66%
G 196 of 255 = 77%
B 156 of 255 = 61%

168
196
156

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

Portions of RGB colors in percentages

R + G + B = 168 + 196 + 156 = 520 (100%)
R 168 of 520 ~ 32.31%
G 196 of 520 ~ 37.69%
B 156 of 520 ~ 30'%

%32.31
%37.69
%30

CMYK color model

#A8C49C color CMYK value is (14,0,20,23).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 20.41%
  • key color value is 23.14%

CMYK: (14,0,20,23)
C14M0Y20K23 (14%, 0%, 20%, 23%)
(0.14 / 0.00 / 0.20 / 0.23)

CMYK percentages

%14.29
%0
%20.41
%23.14

Codes

Color #A8C49C in popluar color models

A8 C4 9C
RGB 168 196 156
HSL 102° 25.32% 69.02%
HSB/HSV 102° 20.41% 76.86%
CMYK 14.29% 0.00% 20.41%
23.14%

Color #A8C49C in popluar number systems.

HEX A8 C4 9C
Decimal 168 196 156
Binary 10101000 11000100 10011100
Octal 250 304 234

Shades and tints

Shades of #A8C49C

#A8C49C
(168,196,156)
#99B38E
(153,179,142)
#8AA280
(138,162,128)
#7B9172
(123,145,114)
#6C8064
(108,128,100)
#5D6F56
(93,111,86)
#4E5E48
(78,94,72)
#3F4D3A
(63,77,58)
#303C2C
(48,60,44)
#212B1E
(33,43,30)
#121A10
(18,26,16)
#000000
(0,0,0)

Tints of #A8C49C

#A8C49C
(168,196,156)
#AFC9A5
(175,201,165)
#B6CEAE
(182,206,174)
#BDD3B7
(189,211,183)
#C4D8C0
(196,216,192)
#CBDDC9
(203,221,201)
#D2E2D2
(210,226,210)
#D9E7DB
(217,231,219)
#E0ECE4
(224,236,228)
#E7F1ED
(231,241,237)
#EEF6F6
(238,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C49C; }

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

This text font color is #A8C49C.

Background Color

.myBgColor { background-color: #A8C49C; }

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

This div background color is #A8C49C.

Border color

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

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

This div border color is #A8C49C.

Opacity

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

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

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

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

This text has shadow with #A8C49C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8C49C.

Preview

Color preview on black background

This text has color #A8C49C on black background.


Color preview on white background

This text has color #A8C49C on white background.


Black color preview on #A8C49C background

This text has black color on #A8C49C background.


White color preview on #A8C49C background

This text has white color on #A8C49C background.


Related colors

Complementary color

Complementary color for #hex is #573B63.


I love getcolorcode.com

Triadic colors

1 #9CA8C4 and #C49CA8 with #A8C49C are triadic colors.

2 #9CC4A8 and #C4A89C with #A8C49C are triadic colors.