COLOR #A9EDE0

HEX: #A9EDE0 RGB: (169,237,224)

Color info

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

RGB color model

#A9EDE0 color RGB value is (169,237,224).

RGB: (169,237,224) (66%, 93%, 88%)

RGB channels and saturation

R 169 of 255 = 66%
G 237 of 255 = 93%
B 224 of 255 = 88%

169
237
224

R + G + B ~ 82%. #A9EDE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 237 + 224 = 630 (100%)
R 169 of 630 ~ 26.83%
G 237 of 630 ~ 37.62%
B 224 of 630 ~ 35.56'%

%26.83
%37.62
%35.56

CMYK color model

#A9EDE0 color CMYK value is (29,0,5,7).

  • cyan value is 28.69%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 7.06%

CMYK: (29,0,5,7)
C29M0Y5K7 (29%, 0%, 5%, 7%)
(0.29 / 0.00 / 0.05 / 0.07)

CMYK percentages

%28.69
%0
%5.49
%7.06

Codes

Color #A9EDE0 in popluar color models

A9 ED E0
RGB 169 237 224
HSL 169° 65.38% 79.61%
HSB/HSV 169° 28.69% 92.94%
CMYK 28.69% 0.00% 5.49%
7.06%

Color #A9EDE0 in popluar number systems.

HEX A9 ED E0
Decimal 169 237 224
Binary 10101001 11101101 11100000
Octal 251 355 340

Shades and tints

Shades of #A9EDE0

#A9EDE0
(169,237,224)
#9AD8CC
(154,216,204)
#8BC3B8
(139,195,184)
#7CAEA4
(124,174,164)
#6D9990
(109,153,144)
#5E847C
(94,132,124)
#4F6F68
(79,111,104)
#405A54
(64,90,84)
#314540
(49,69,64)
#22302C
(34,48,44)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #A9EDE0

#A9EDE0
(169,237,224)
#B0EEE2
(176,238,226)
#B7EFE4
(183,239,228)
#BEF0E6
(190,240,230)
#C5F1E8
(197,241,232)
#CCF2EA
(204,242,234)
#D3F3EC
(211,243,236)
#DAF4EE
(218,244,238)
#E1F5F0
(225,245,240)
#E8F6F2
(232,246,242)
#EFF7F4
(239,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9EDE0 color. Also use rgb(169,237,224) instead hex code.

Text Font Color

.myTextColor { color: #A9EDE0; }

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

This text font color is #A9EDE0.

Background Color

.myBgColor { background-color: #A9EDE0; }

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

This div background color is #A9EDE0.

Border color

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

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

This div border color is #A9EDE0.

Opacity

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

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

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

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

This text has shadow with #A9EDE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9EDE0.

Preview

Color preview on black background

This text has color #A9EDE0 on black background.


Color preview on white background

This text has color #A9EDE0 on white background.


Black color preview on #A9EDE0 background

This text has black color on #A9EDE0 background.


White color preview on #A9EDE0 background

This text has white color on #A9EDE0 background.


Related colors

Complementary color

Complementary color for #hex is #56121F.


I love getcolorcode.com

Triadic colors

1 #E0A9ED and #EDE0A9 with #A9EDE0 are triadic colors.

2 #E0EDA9 and #EDA9E0 with #A9EDE0 are triadic colors.