COLOR #A9E7C2

HEX: #A9E7C2 RGB: (169,231,194)

Color info

#A9E7C2 contains mainly green and blue colors. Web safe color of #A9E7C2 is #99FFCC (or #9FC).

RGB color model

#A9E7C2 color RGB value is (169,231,194).

RGB: (169,231,194) (66%, 91%, 76%)

RGB channels and saturation

R 169 of 255 = 66%
G 231 of 255 = 91%
B 194 of 255 = 76%

169
231
194

R + G + B ~ 78%. #A9E7C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 231 + 194 = 594 (100%)
R 169 of 594 ~ 28.45%
G 231 of 594 ~ 38.89%
B 194 of 594 ~ 32.66'%

%28.45
%38.89
%32.66

CMYK color model

#A9E7C2 color CMYK value is (27,0,16,9).

  • cyan value is 26.84%
  • magenta value is 0.00%
  • yellow value is 16.02%
  • key color value is 9.41%

CMYK: (27,0,16,9)
C27M0Y16K9 (27%, 0%, 16%, 9%)
(0.27 / 0.00 / 0.16 / 0.09)

CMYK percentages

%26.84
%0
%16.02
%9.41

Codes

Color #A9E7C2 in popluar color models

A9 E7 C2
RGB 169 231 194
HSL 144° 56.36% 78.43%
HSB/HSV 144° 26.84% 90.59%
CMYK 26.84% 0.00% 16.02%
9.41%

Color #A9E7C2 in popluar number systems.

HEX A9 E7 C2
Decimal 169 231 194
Binary 10101001 11100111 11000010
Octal 251 347 302

Shades and tints

Shades of #A9E7C2

#A9E7C2
(169,231,194)
#9AD2B1
(154,210,177)
#8BBDA0
(139,189,160)
#7CA88F
(124,168,143)
#6D937E
(109,147,126)
#5E7E6D
(94,126,109)
#4F695C
(79,105,92)
#40544B
(64,84,75)
#313F3A
(49,63,58)
#222A29
(34,42,41)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #A9E7C2

#A9E7C2
(169,231,194)
#B0E9C7
(176,233,199)
#B7EBCC
(183,235,204)
#BEEDD1
(190,237,209)
#C5EFD6
(197,239,214)
#CCF1DB
(204,241,219)
#D3F3E0
(211,243,224)
#DAF5E5
(218,245,229)
#E1F7EA
(225,247,234)
#E8F9EF
(232,249,239)
#EFFBF4
(239,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E7C2 color. Also use rgb(169,231,194) instead hex code.

Text Font Color

.myTextColor { color: #A9E7C2; }

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

This text font color is #A9E7C2.

Background Color

.myBgColor { background-color: #A9E7C2; }

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

This div background color is #A9E7C2.

Border color

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

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

This div border color is #A9E7C2.

Opacity

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

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

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

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

This text has shadow with #A9E7C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9E7C2.

Preview

Color preview on black background

This text has color #A9E7C2 on black background.


Color preview on white background

This text has color #A9E7C2 on white background.


Black color preview on #A9E7C2 background

This text has black color on #A9E7C2 background.


White color preview on #A9E7C2 background

This text has white color on #A9E7C2 background.


Related colors

Complementary color

Complementary color for #hex is #56183D.


I love getcolorcode.com

Triadic colors

1 #C2A9E7 and #E7C2A9 with #A9E7C2 are triadic colors.

2 #C2E7A9 and #E7A9C2 with #A9E7C2 are triadic colors.