COLOR #A9EAD8

HEX: #A9EAD8 RGB: (169,234,216)

Color info

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

RGB color model

#A9EAD8 color RGB value is (169,234,216).

RGB: (169,234,216) (66%, 92%, 85%)

RGB channels and saturation

R 169 of 255 = 66%
G 234 of 255 = 92%
B 216 of 255 = 85%

169
234
216

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

Portions of RGB colors in percentages

R + G + B = 169 + 234 + 216 = 619 (100%)
R 169 of 619 ~ 27.3%
G 234 of 619 ~ 37.8%
B 216 of 619 ~ 34.89'%

%27.3
%37.8
%34.89

CMYK color model

#A9EAD8 color CMYK value is (28,0,8,8).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 8.24%

CMYK: (28,0,8,8)
C28M0Y8K8 (28%, 0%, 8%, 8%)
(0.28 / 0.00 / 0.08 / 0.08)

CMYK percentages

%27.78
%0
%7.69
%8.24

Codes

Color #A9EAD8 in popluar color models

A9 EA D8
RGB 169 234 216
HSL 163° 60.75% 79.02%
HSB/HSV 163° 27.78% 91.76%
CMYK 27.78% 0.00% 7.69%
8.24%

Color #A9EAD8 in popluar number systems.

HEX A9 EA D8
Decimal 169 234 216
Binary 10101001 11101010 11011000
Octal 251 352 330

Shades and tints

Shades of #A9EAD8

#A9EAD8
(169,234,216)
#9AD5C5
(154,213,197)
#8BC0B2
(139,192,178)
#7CAB9F
(124,171,159)
#6D968C
(109,150,140)
#5E8179
(94,129,121)
#4F6C66
(79,108,102)
#405753
(64,87,83)
#314240
(49,66,64)
#222D2D
(34,45,45)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #A9EAD8

#A9EAD8
(169,234,216)
#B0EBDB
(176,235,219)
#B7ECDE
(183,236,222)
#BEEDE1
(190,237,225)
#C5EEE4
(197,238,228)
#CCEFE7
(204,239,231)
#D3F0EA
(211,240,234)
#DAF1ED
(218,241,237)
#E1F2F0
(225,242,240)
#E8F3F3
(232,243,243)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9EAD8 color. Also use rgb(169,234,216) instead hex code.

Text Font Color

.myTextColor { color: #A9EAD8; }

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

This text font color is #A9EAD8.

Background Color

.myBgColor { background-color: #A9EAD8; }

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

This div background color is #A9EAD8.

Border color

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

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

This div border color is #A9EAD8.

Opacity

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

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

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

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

This text has shadow with #A9EAD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9EAD8.

Preview

Color preview on black background

This text has color #A9EAD8 on black background.


Color preview on white background

This text has color #A9EAD8 on white background.


Black color preview on #A9EAD8 background

This text has black color on #A9EAD8 background.


White color preview on #A9EAD8 background

This text has white color on #A9EAD8 background.


Related colors

Complementary color

Complementary color for #hex is #561527.


I love getcolorcode.com

Triadic colors

1 #D8A9EA and #EAD8A9 with #A9EAD8 are triadic colors.

2 #D8EAA9 and #EAA9D8 with #A9EAD8 are triadic colors.