COLOR #A9D6A8

HEX: #A9D6A8 RGB: (169,214,168)

Color info

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

RGB color model

#A9D6A8 color RGB value is (169,214,168).

RGB: (169,214,168) (66%, 84%, 66%)

RGB channels and saturation

R 169 of 255 = 66%
G 214 of 255 = 84%
B 168 of 255 = 66%

169
214
168

R + G + B ~ 72%. #A9D6A8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 214 + 168 = 551 (100%)
R 169 of 551 ~ 30.67%
G 214 of 551 ~ 38.84%
B 168 of 551 ~ 30.49'%

%30.67
%38.84
%30.49

CMYK color model

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

  • cyan value is 21.03%
  • magenta value is 0.00%
  • yellow value is 21.50%
  • key color value is 16.08%
CMYK: (21,0,21,16) C21M0Y21K16 (21%,0%,21%,16%) (0.21/0.00/0.21/0.16) 

CMYK percentages

%21.03
%0
%21.5
%16.08

Codes

Color #A9D6A8 in popluar color models

A9 D6 A8
RGB 169 214 168
HSL 119° 35.94% 74.90%
HSB/HSV 119° 21.50% 83.92%
CMYK 21.03% 0.00% 21.50%
16.08%

Color #A9D6A8 in popluar number systems.

HEX A9 D6 A8
Decimal 169 214 168
Binary 10101001 11010110 10101000
Octal 251 326 250

Shades and tints

Shades of #A9D6A8

#A9D6A8
(169,214,168)
#9AC399
(154,195,153)
#8BB08A
(139,176,138)
#7C9D7B
(124,157,123)
#6D8A6C
(109,138,108)
#5E775D
(94,119,93)
#4F644E
(79,100,78)
#40513F
(64,81,63)
#313E30
(49,62,48)
#222B21
(34,43,33)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #A9D6A8

#A9D6A8
(169,214,168)
#B0D9AF
(176,217,175)
#B7DCB6
(183,220,182)
#BEDFBD
(190,223,189)
#C5E2C4
(197,226,196)
#CCE5CB
(204,229,203)
#D3E8D2
(211,232,210)
#DAEBD9
(218,235,217)
#E1EEE0
(225,238,224)
#E8F1E7
(232,241,231)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D6A8 color. Also use rgb(169,214,168) instead hex code.

Text Font Color

.myTextColor { color: #A9D6A8; }

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

This text font color is #A9D6A8.

Background Color

.myBgColor { background-color: #A9D6A8; }

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

This div background color is #A9D6A8.

Border color

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

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

This div border color is #A9D6A8.

Opacity

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

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

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

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

This text has shadow with #A9D6A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9D6A8.

Preview

Color preview on black background

This text has color #A9D6A8 on black background.


Color preview on white background

This text has color #A9D6A8 on white background.


Black color preview on #A9D6A8 background

This text has black color on #A9D6A8 background.


White color preview on #A9D6A8 background

This text has white color on #A9D6A8 background.


Related colors

Complementary color

Complementary color for #hex is #562957.


I love getcolorcode.com

Triadic colors

1 #A8A9D6 and #D6A8A9 with #A9D6A8 are triadic colors.

2 #A8D6A9 and #D6A9A8 with #A9D6A8 are triadic colors.