COLOR #A8C89C

HEX: #A8C89C RGB: (168,200,156)

Color info

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

RGB color model

#A8C89C color RGB value is (168,200,156).

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

RGB channels and saturation

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

168
200
156

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

Portions of RGB colors in percentages

R + G + B = 168 + 200 + 156 = 524 (100%)
R 168 of 524 ~ 32.06%
G 200 of 524 ~ 38.17%
B 156 of 524 ~ 29.77'%

%32.06
%38.17
%29.77

CMYK color model

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

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 22.00%
  • key color value is 21.57%

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

CMYK percentages

%16
%0
%22
%21.57

Codes

Color #A8C89C in popluar color models

A8 C8 9C
RGB 168 200 156
HSL 104° 28.57% 69.80%
HSB/HSV 104° 22.00% 78.43%
CMYK 16.00% 0.00% 22.00%
21.57%

Color #A8C89C in popluar number systems.

HEX A8 C8 9C
Decimal 168 200 156
Binary 10101000 11001000 10011100
Octal 250 310 234

Shades and tints

Shades of #A8C89C

#A8C89C
(168,200,156)
#99B68E
(153,182,142)
#8AA480
(138,164,128)
#7B9272
(123,146,114)
#6C8064
(108,128,100)
#5D6E56
(93,110,86)
#4E5C48
(78,92,72)
#3F4A3A
(63,74,58)
#30382C
(48,56,44)
#21261E
(33,38,30)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #A8C89C

#A8C89C
(168,200,156)
#AFCDA5
(175,205,165)
#B6D2AE
(182,210,174)
#BDD7B7
(189,215,183)
#C4DCC0
(196,220,192)
#CBE1C9
(203,225,201)
#D2E6D2
(210,230,210)
#D9EBDB
(217,235,219)
#E0F0E4
(224,240,228)
#E7F5ED
(231,245,237)
#EEFAF6
(238,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C89C; }

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

This text font color is #A8C89C.

Background Color

.myBgColor { background-color: #A8C89C; }

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

This div background color is #A8C89C.

Border color

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

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

This div border color is #A8C89C.

Opacity

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

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

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

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

This text has shadow with #A8C89C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8C89C.

Preview

Color preview on black background

This text has color #A8C89C on black background.


Color preview on white background

This text has color #A8C89C on white background.


Black color preview on #A8C89C background

This text has black color on #A8C89C background.


White color preview on #A8C89C background

This text has white color on #A8C89C background.


Related colors

Complementary color

Complementary color for #hex is #573763.


I love getcolorcode.com

Triadic colors

1 #9CA8C8 and #C89CA8 with #A8C89C are triadic colors.

2 #9CC8A8 and #C8A89C with #A8C89C are triadic colors.