COLOR #A9E6A7

HEX: #A9E6A7 RGB: (169,230,167)

Color info

#A9E6A7 contains mainly green color. Web safe color of #A9E6A7 is #99CC99 (or #9C9).

RGB color model

#A9E6A7 color RGB value is (169,230,167).

RGB: (169,230,167) (66%, 90%, 65%)

RGB channels and saturation

R 169 of 255 = 66%
G 230 of 255 = 90%
B 167 of 255 = 65%

169
230
167

R + G + B ~ 74%. #A9E6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 230 + 167 = 566 (100%)
R 169 of 566 ~ 29.86%
G 230 of 566 ~ 40.64%
B 167 of 566 ~ 29.51'%

%29.86
%40.64
%29.51

CMYK color model

#A9E6A7 color CMYK value is (27,0,27,10).

  • cyan value is 26.52%
  • magenta value is 0.00%
  • yellow value is 27.39%
  • key color value is 9.80%

CMYK: (27,0,27,10)
C27M0Y27K10 (27%, 0%, 27%, 10%)
(0.27 / 0.00 / 0.27 / 0.10)

CMYK percentages

%26.52
%0
%27.39
%9.8

Codes

Color #A9E6A7 in popluar color models

A9 E6 A7
RGB 169 230 167
HSL 118° 55.75% 77.84%
HSB/HSV 118° 27.39% 90.20%
CMYK 26.52% 0.00% 27.39%
9.80%

Color #A9E6A7 in popluar number systems.

HEX A9 E6 A7
Decimal 169 230 167
Binary 10101001 11100110 10100111
Octal 251 346 247

Shades and tints

Shades of #A9E6A7

#A9E6A7
(169,230,167)
#9AD298
(154,210,152)
#8BBE89
(139,190,137)
#7CAA7A
(124,170,122)
#6D966B
(109,150,107)
#5E825C
(94,130,92)
#4F6E4D
(79,110,77)
#405A3E
(64,90,62)
#31462F
(49,70,47)
#223220
(34,50,32)
#131E11
(19,30,17)
#000000
(0,0,0)

Tints of #A9E6A7

#A9E6A7
(169,230,167)
#B0E8AF
(176,232,175)
#B7EAB7
(183,234,183)
#BEECBF
(190,236,191)
#C5EEC7
(197,238,199)
#CCF0CF
(204,240,207)
#D3F2D7
(211,242,215)
#DAF4DF
(218,244,223)
#E1F6E7
(225,246,231)
#E8F8EF
(232,248,239)
#EFFAF7
(239,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E6A7 color. Also use rgb(169,230,167) instead hex code.

Text Font Color

.myTextColor { color: #A9E6A7; }

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

This text font color is #A9E6A7.

Background Color

.myBgColor { background-color: #A9E6A7; }

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

This div background color is #A9E6A7.

Border color

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

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

This div border color is #A9E6A7.

Opacity

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

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

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

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

This text has shadow with #A9E6A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9E6A7.

Preview

Color preview on black background

This text has color #A9E6A7 on black background.


Color preview on white background

This text has color #A9E6A7 on white background.


Black color preview on #A9E6A7 background

This text has black color on #A9E6A7 background.


White color preview on #A9E6A7 background

This text has white color on #A9E6A7 background.


Related colors

Complementary color

Complementary color for #hex is #561958.


I love getcolorcode.com

Triadic colors

1 #A7A9E6 and #E6A7A9 with #A9E6A7 are triadic colors.

2 #A7E6A9 and #E6A9A7 with #A9E6A7 are triadic colors.