COLOR #A9D7EC

HEX: #A9D7EC RGB: (169,215,236)

Color info

#A9D7EC contains mainly green and blue colors. Web safe color of #A9D7EC is #99CCFF (or #9CF).

RGB color model

#A9D7EC color RGB value is (169,215,236).

RGB: (169,215,236) (66%, 84%, 93%)

RGB channels and saturation

R 169 of 255 = 66%
G 215 of 255 = 84%
B 236 of 255 = 93%

169
215
236

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

Portions of RGB colors in percentages

R + G + B = 169 + 215 + 236 = 620 (100%)
R 169 of 620 ~ 27.26%
G 215 of 620 ~ 34.68%
B 236 of 620 ~ 38.06'%

%27.26
%34.68
%38.06

CMYK color model

#A9D7EC color CMYK value is (28,9,0,7).

  • cyan value is 28.39%
  • magenta value is 8.90%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (28,9,0,7)
C28M9Y0K7 (28%, 9%, 0%, 7%)
(0.28 / 0.09 / 0.00 / 0.07)

CMYK percentages

%28.39
%8.9
%0
%7.45

Codes

Color #A9D7EC in popluar color models

A9 D7 EC
RGB 169 215 236
HSL 199° 63.81% 79.41%
HSB/HSV 199° 28.39% 92.55%
CMYK 28.39% 8.90% 0.00%
7.45%

Color #A9D7EC in popluar number systems.

HEX A9 D7 EC
Decimal 169 215 236
Binary 10101001 11010111 11101100
Octal 251 327 354

Shades and tints

Shades of #A9D7EC

#A9D7EC
(169,215,236)
#9AC4D7
(154,196,215)
#8BB1C2
(139,177,194)
#7C9EAD
(124,158,173)
#6D8B98
(109,139,152)
#5E7883
(94,120,131)
#4F656E
(79,101,110)
#405259
(64,82,89)
#313F44
(49,63,68)
#222C2F
(34,44,47)
#13191A
(19,25,26)
#000000
(0,0,0)

Tints of #A9D7EC

#A9D7EC
(169,215,236)
#B0DAED
(176,218,237)
#B7DDEE
(183,221,238)
#BEE0EF
(190,224,239)
#C5E3F0
(197,227,240)
#CCE6F1
(204,230,241)
#D3E9F2
(211,233,242)
#DAECF3
(218,236,243)
#E1EFF4
(225,239,244)
#E8F2F5
(232,242,245)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D7EC color. Also use rgb(169,215,236) instead hex code.

Text Font Color

.myTextColor { color: #A9D7EC; }

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

This text font color is #A9D7EC.

Background Color

.myBgColor { background-color: #A9D7EC; }

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

This div background color is #A9D7EC.

Border color

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

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

This div border color is #A9D7EC.

Opacity

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

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

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

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

This text has shadow with #A9D7EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9D7EC.

Preview

Color preview on black background

This text has color #A9D7EC on black background.


Color preview on white background

This text has color #A9D7EC on white background.


Black color preview on #A9D7EC background

This text has black color on #A9D7EC background.


White color preview on #A9D7EC background

This text has white color on #A9D7EC background.


Related colors

Complementary color

Complementary color for #hex is #562813.


I love getcolorcode.com

Triadic colors

1 #ECA9D7 and #D7ECA9 with #A9D7EC are triadic colors.

2 #ECD7A9 and #D7A9EC with #A9D7EC are triadic colors.