COLOR #A8C9A4

HEX: #A8C9A4 RGB: (168,201,164)

Color info

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

RGB color model

#A8C9A4 color RGB value is (168,201,164).

RGB: (168,201,164) (66%, 79%, 64%)

RGB channels and saturation

R 168 of 255 = 66%
G 201 of 255 = 79%
B 164 of 255 = 64%

168
201
164

R + G + B ~ 70%. #A8C9A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 201 + 164 = 533 (100%)
R 168 of 533 ~ 31.52%
G 201 of 533 ~ 37.71%
B 164 of 533 ~ 30.77'%

%31.52
%37.71
%30.77

CMYK color model

#A8C9A4 color CMYK value is (16,0,18,21).

  • cyan value is 16.42%
  • magenta value is 0.00%
  • yellow value is 18.41%
  • key color value is 21.18%

CMYK: (16,0,18,21)
C16M0Y18K21 (16%, 0%, 18%, 21%)
(0.16 / 0.00 / 0.18 / 0.21)

CMYK percentages

%16.42
%0
%18.41
%21.18

Codes

Color #A8C9A4 in popluar color models

A8 C9 A4
RGB 168 201 164
HSL 114° 25.52% 71.57%
HSB/HSV 114° 18.41% 78.82%
CMYK 16.42% 0.00% 18.41%
21.18%

Color #A8C9A4 in popluar number systems.

HEX A8 C9 A4
Decimal 168 201 164
Binary 10101000 11001001 10100100
Octal 250 311 244

Shades and tints

Shades of #A8C9A4

#A8C9A4
(168,201,164)
#99B796
(153,183,150)
#8AA588
(138,165,136)
#7B937A
(123,147,122)
#6C816C
(108,129,108)
#5D6F5E
(93,111,94)
#4E5D50
(78,93,80)
#3F4B42
(63,75,66)
#303934
(48,57,52)
#212726
(33,39,38)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #A8C9A4

#A8C9A4
(168,201,164)
#AFCDAC
(175,205,172)
#B6D1B4
(182,209,180)
#BDD5BC
(189,213,188)
#C4D9C4
(196,217,196)
#CBDDCC
(203,221,204)
#D2E1D4
(210,225,212)
#D9E5DC
(217,229,220)
#E0E9E4
(224,233,228)
#E7EDEC
(231,237,236)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C9A4 color. Also use rgb(168,201,164) instead hex code.

Text Font Color

.myTextColor { color: #A8C9A4; }

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

This text font color is #A8C9A4.

Background Color

.myBgColor { background-color: #A8C9A4; }

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

This div background color is #A8C9A4.

Border color

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

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

This div border color is #A8C9A4.

Opacity

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

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

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

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

This text has shadow with #A8C9A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8C9A4.

Preview

Color preview on black background

This text has color #A8C9A4 on black background.


Color preview on white background

This text has color #A8C9A4 on white background.


Black color preview on #A8C9A4 background

This text has black color on #A8C9A4 background.


White color preview on #A8C9A4 background

This text has white color on #A8C9A4 background.


Related colors

Complementary color

Complementary color for #hex is #57365B.


I love getcolorcode.com

Triadic colors

1 #A4A8C9 and #C9A4A8 with #A8C9A4 are triadic colors.

2 #A4C9A8 and #C9A8A4 with #A8C9A4 are triadic colors.