COLOR #A9E2DA

HEX: #A9E2DA RGB: (169,226,218)

Color info

#A9E2DA contains red, green and blue colors in about the same proportion. Web safe color of #A9E2DA is #99CCCC (or #9CC).

RGB color model

#A9E2DA color RGB value is (169,226,218).

RGB: (169,226,218) (66%, 89%, 85%)

RGB channels and saturation

R 169 of 255 = 66%
G 226 of 255 = 89%
B 218 of 255 = 85%

169
226
218

R + G + B ~ 80%. #A9E2DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 226 + 218 = 613 (100%)
R 169 of 613 ~ 27.57%
G 226 of 613 ~ 36.87%
B 218 of 613 ~ 35.56'%

%27.57
%36.87
%35.56

CMYK color model

#A9E2DA color CMYK value is (25,0,4,11).

  • cyan value is 25.22%
  • magenta value is 0.00%
  • yellow value is 3.54%
  • key color value is 11.37%

CMYK: (25,0,4,11)
C25M0Y4K11 (25%, 0%, 4%, 11%)
(0.25 / 0.00 / 0.04 / 0.11)

CMYK percentages

%25.22
%0
%3.54
%11.37

Codes

Color #A9E2DA in popluar color models

A9 E2 DA
RGB 169 226 218
HSL 172° 49.57% 77.45%
HSB/HSV 172° 25.22% 88.63%
CMYK 25.22% 0.00% 3.54%
11.37%

Color #A9E2DA in popluar number systems.

HEX A9 E2 DA
Decimal 169 226 218
Binary 10101001 11100010 11011010
Octal 251 342 332

Shades and tints

Shades of #A9E2DA

#A9E2DA
(169,226,218)
#9ACEC7
(154,206,199)
#8BBAB4
(139,186,180)
#7CA6A1
(124,166,161)
#6D928E
(109,146,142)
#5E7E7B
(94,126,123)
#4F6A68
(79,106,104)
#405655
(64,86,85)
#314242
(49,66,66)
#222E2F
(34,46,47)
#131A1C
(19,26,28)
#000000
(0,0,0)

Tints of #A9E2DA

#A9E2DA
(169,226,218)
#B0E4DD
(176,228,221)
#B7E6E0
(183,230,224)
#BEE8E3
(190,232,227)
#C5EAE6
(197,234,230)
#CCECE9
(204,236,233)
#D3EEEC
(211,238,236)
#DAF0EF
(218,240,239)
#E1F2F2
(225,242,242)
#E8F4F5
(232,244,245)
#EFF6F8
(239,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E2DA color. Also use rgb(169,226,218) instead hex code.

Text Font Color

.myTextColor { color: #A9E2DA; }

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

This text font color is #A9E2DA.

Background Color

.myBgColor { background-color: #A9E2DA; }

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

This div background color is #A9E2DA.

Border color

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

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

This div border color is #A9E2DA.

Opacity

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

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

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

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

This text has shadow with #A9E2DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9E2DA.

Preview

Color preview on black background

This text has color #A9E2DA on black background.


Color preview on white background

This text has color #A9E2DA on white background.


Black color preview on #A9E2DA background

This text has black color on #A9E2DA background.


White color preview on #A9E2DA background

This text has white color on #A9E2DA background.


Related colors

Complementary color

Complementary color for #hex is #561D25.


I love getcolorcode.com

Triadic colors

1 #DAA9E2 and #E2DAA9 with #A9E2DA are triadic colors.

2 #DAE2A9 and #E2A9DA with #A9E2DA are triadic colors.