COLOR #A9F7E4

HEX: #A9F7E4 RGB: (169,247,228)

Color info

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

RGB color model

#A9F7E4 color RGB value is (169,247,228).

RGB: (169,247,228) (66%, 97%, 89%)

RGB channels and saturation

R 169 of 255 = 66%
G 247 of 255 = 97%
B 228 of 255 = 89%

169
247
228

R + G + B ~ 84%. #A9F7E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 247 + 228 = 644 (100%)
R 169 of 644 ~ 26.24%
G 247 of 644 ~ 38.35%
B 228 of 644 ~ 35.4'%

%26.24
%38.35
%35.4

CMYK color model

#A9F7E4 color CMYK value is (32,0,8,3).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 3.14%

CMYK: (32,0,8,3)
C32M0Y8K3 (32%, 0%, 8%, 3%)
(0.32 / 0.00 / 0.08 / 0.03)

CMYK percentages

%31.58
%0
%7.69
%3.14

Codes

Color #A9F7E4 in popluar color models

A9 F7 E4
RGB 169 247 228
HSL 165° 82.98% 81.57%
HSB/HSV 165° 31.58% 96.86%
CMYK 31.58% 0.00% 7.69%
3.14%

Color #A9F7E4 in popluar number systems.

HEX A9 F7 E4
Decimal 169 247 228
Binary 10101001 11110111 11100100
Octal 251 367 344

Shades and tints

Shades of #A9F7E4

#A9F7E4
(169,247,228)
#9AE1D0
(154,225,208)
#8BCBBC
(139,203,188)
#7CB5A8
(124,181,168)
#6D9F94
(109,159,148)
#5E8980
(94,137,128)
#4F736C
(79,115,108)
#405D58
(64,93,88)
#314744
(49,71,68)
#223130
(34,49,48)
#131B1C
(19,27,28)
#000000
(0,0,0)

Tints of #A9F7E4

#A9F7E4
(169,247,228)
#B0F7E6
(176,247,230)
#B7F7E8
(183,247,232)
#BEF7EA
(190,247,234)
#C5F7EC
(197,247,236)
#CCF7EE
(204,247,238)
#D3F7F0
(211,247,240)
#DAF7F2
(218,247,242)
#E1F7F4
(225,247,244)
#E8F7F6
(232,247,246)
#EFF7F8
(239,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F7E4 color. Also use rgb(169,247,228) instead hex code.

Text Font Color

.myTextColor { color: #A9F7E4; }

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

This text font color is #A9F7E4.

Background Color

.myBgColor { background-color: #A9F7E4; }

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

This div background color is #A9F7E4.

Border color

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

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

This div border color is #A9F7E4.

Opacity

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

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

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

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

This text has shadow with #A9F7E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9F7E4.

Preview

Color preview on black background

This text has color #A9F7E4 on black background.


Color preview on white background

This text has color #A9F7E4 on white background.


Black color preview on #A9F7E4 background

This text has black color on #A9F7E4 background.


White color preview on #A9F7E4 background

This text has white color on #A9F7E4 background.


Related colors

Complementary color

Complementary color for #hex is #56081B.


I love getcolorcode.com

Triadic colors

1 #E4A9F7 and #F7E4A9 with #A9F7E4 are triadic colors.

2 #E4F7A9 and #F7A9E4 with #A9F7E4 are triadic colors.