COLOR #A9DFEE

HEX: #A9DFEE RGB: (169,223,238)

Color info

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

RGB color model

#A9DFEE color RGB value is (169,223,238).

RGB: (169,223,238) (66%, 87%, 93%)

RGB channels and saturation

R 169 of 255 = 66%
G 223 of 255 = 87%
B 238 of 255 = 93%

169
223
238

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

Portions of RGB colors in percentages

R + G + B = 169 + 223 + 238 = 630 (100%)
R 169 of 630 ~ 26.83%
G 223 of 630 ~ 35.4%
B 238 of 630 ~ 37.78'%

%26.83
%35.4
%37.78

CMYK color model

#A9DFEE color CMYK value is (29,6,0,7).

  • cyan value is 28.99%
  • magenta value is 6.30%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (29,6,0,7)
C29M6Y0K7 (29%, 6%, 0%, 7%)
(0.29 / 0.06 / 0.00 / 0.07)

CMYK percentages

%28.99
%6.3
%0
%6.67

Codes

Color #A9DFEE in popluar color models

A9 DF EE
RGB 169 223 238
HSL 193° 66.99% 79.80%
HSB/HSV 193° 28.99% 93.33%
CMYK 28.99% 6.30% 0.00%
6.67%

Color #A9DFEE in popluar number systems.

HEX A9 DF EE
Decimal 169 223 238
Binary 10101001 11011111 11101110
Octal 251 337 356

Shades and tints

Shades of #A9DFEE

#A9DFEE
(169,223,238)
#9ACBD9
(154,203,217)
#8BB7C4
(139,183,196)
#7CA3AF
(124,163,175)
#6D8F9A
(109,143,154)
#5E7B85
(94,123,133)
#4F6770
(79,103,112)
#40535B
(64,83,91)
#313F46
(49,63,70)
#222B31
(34,43,49)
#13171C
(19,23,28)
#000000
(0,0,0)

Tints of #A9DFEE

#A9DFEE
(169,223,238)
#B0E1EF
(176,225,239)
#B7E3F0
(183,227,240)
#BEE5F1
(190,229,241)
#C5E7F2
(197,231,242)
#CCE9F3
(204,233,243)
#D3EBF4
(211,235,244)
#DAEDF5
(218,237,245)
#E1EFF6
(225,239,246)
#E8F1F7
(232,241,247)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9DFEE color. Also use rgb(169,223,238) instead hex code.

Text Font Color

.myTextColor { color: #A9DFEE; }

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

This text font color is #A9DFEE.

Background Color

.myBgColor { background-color: #A9DFEE; }

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

This div background color is #A9DFEE.

Border color

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

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

This div border color is #A9DFEE.

Opacity

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

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

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

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

This text has shadow with #A9DFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9DFEE.

Preview

Color preview on black background

This text has color #A9DFEE on black background.


Color preview on white background

This text has color #A9DFEE on white background.


Black color preview on #A9DFEE background

This text has black color on #A9DFEE background.


White color preview on #A9DFEE background

This text has white color on #A9DFEE background.


Related colors

Complementary color

Complementary color for #hex is #562011.


I love getcolorcode.com

Triadic colors

1 #EEA9DF and #DFEEA9 with #A9DFEE are triadic colors.

2 #EEDFA9 and #DFA9EE with #A9DFEE are triadic colors.