COLOR #A9E5DD

HEX: #A9E5DD RGB: (169,229,221)

Color info

#A9E5DD contains mainly green and blue colors. Web safe color of #A9E5DD is #99CCCC (or #9CC).

RGB color model

#A9E5DD color RGB value is (169,229,221).

RGB: (169,229,221) (66%, 90%, 87%)

RGB channels and saturation

R 169 of 255 = 66%
G 229 of 255 = 90%
B 221 of 255 = 87%

169
229
221

R + G + B ~ 81%. #A9E5DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 229 + 221 = 619 (100%)
R 169 of 619 ~ 27.3%
G 229 of 619 ~ 37%
B 221 of 619 ~ 35.7'%

%27.3
%37
%35.7

CMYK color model

#A9E5DD color CMYK value is (26,0,3,10).

  • cyan value is 26.20%
  • magenta value is 0.00%
  • yellow value is 3.49%
  • key color value is 10.20%

CMYK: (26,0,3,10)
C26M0Y3K10 (26%, 0%, 3%, 10%)
(0.26 / 0.00 / 0.03 / 0.10)

CMYK percentages

%26.2
%0
%3.49
%10.2

Codes

Color #A9E5DD in popluar color models

A9 E5 DD
RGB 169 229 221
HSL 172° 53.57% 78.04%
HSB/HSV 172° 26.20% 89.80%
CMYK 26.20% 0.00% 3.49%
10.20%

Color #A9E5DD in popluar number systems.

HEX A9 E5 DD
Decimal 169 229 221
Binary 10101001 11100101 11011101
Octal 251 345 335

Shades and tints

Shades of #A9E5DD

#A9E5DD
(169,229,221)
#9AD1C9
(154,209,201)
#8BBDB5
(139,189,181)
#7CA9A1
(124,169,161)
#6D958D
(109,149,141)
#5E8179
(94,129,121)
#4F6D65
(79,109,101)
#405951
(64,89,81)
#31453D
(49,69,61)
#223129
(34,49,41)
#131D15
(19,29,21)
#000000
(0,0,0)

Tints of #A9E5DD

#A9E5DD
(169,229,221)
#B0E7E0
(176,231,224)
#B7E9E3
(183,233,227)
#BEEBE6
(190,235,230)
#C5EDE9
(197,237,233)
#CCEFEC
(204,239,236)
#D3F1EF
(211,241,239)
#DAF3F2
(218,243,242)
#E1F5F5
(225,245,245)
#E8F7F8
(232,247,248)
#EFF9FB
(239,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E5DD color. Also use rgb(169,229,221) instead hex code.

Text Font Color

.myTextColor { color: #A9E5DD; }

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

This text font color is #A9E5DD.

Background Color

.myBgColor { background-color: #A9E5DD; }

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

This div background color is #A9E5DD.

Border color

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

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

This div border color is #A9E5DD.

Opacity

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

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

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

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

This text has shadow with #A9E5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9E5DD.

Preview

Color preview on black background

This text has color #A9E5DD on black background.


Color preview on white background

This text has color #A9E5DD on white background.


Black color preview on #A9E5DD background

This text has black color on #A9E5DD background.


White color preview on #A9E5DD background

This text has white color on #A9E5DD background.


Related colors

Complementary color

Complementary color for #hex is #561A22.


I love getcolorcode.com

Triadic colors

1 #DDA9E5 and #E5DDA9 with #A9E5DD are triadic colors.

2 #DDE5A9 and #E5A9DD with #A9E5DD are triadic colors.