COLOR #A9E0F6

HEX: #A9E0F6 RGB: (169,224,246)

Color info

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

RGB color model

#A9E0F6 color RGB value is (169,224,246).

RGB: (169,224,246) (66%, 88%, 96%)

RGB channels and saturation

R 169 of 255 = 66%
G 224 of 255 = 88%
B 246 of 255 = 96%

169
224
246

R + G + B ~ 83%. #A9E0F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 224 + 246 = 639 (100%)
R 169 of 639 ~ 26.45%
G 224 of 639 ~ 35.05%
B 246 of 639 ~ 38.5'%

%26.45
%35.05
%38.5

CMYK color model

#A9E0F6 color CMYK value is (31,9,0,4).

  • cyan value is 31.30%
  • magenta value is 8.94%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (31,9,0,4)
C31M9Y0K4 (31%, 9%, 0%, 4%)
(0.31 / 0.09 / 0.00 / 0.04)

CMYK percentages

%31.3
%8.94
%0
%3.53

Codes

Color #A9E0F6 in popluar color models

A9 E0 F6
RGB 169 224 246
HSL 197° 81.05% 81.37%
HSB/HSV 197° 31.30% 96.47%
CMYK 31.30% 8.94% 0.00%
3.53%

Color #A9E0F6 in popluar number systems.

HEX A9 E0 F6
Decimal 169 224 246
Binary 10101001 11100000 11110110
Octal 251 340 366

Shades and tints

Shades of #A9E0F6

#A9E0F6
(169,224,246)
#9ACCE0
(154,204,224)
#8BB8CA
(139,184,202)
#7CA4B4
(124,164,180)
#6D909E
(109,144,158)
#5E7C88
(94,124,136)
#4F6872
(79,104,114)
#40545C
(64,84,92)
#314046
(49,64,70)
#222C30
(34,44,48)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #A9E0F6

#A9E0F6
(169,224,246)
#B0E2F6
(176,226,246)
#B7E4F6
(183,228,246)
#BEE6F6
(190,230,246)
#C5E8F6
(197,232,246)
#CCEAF6
(204,234,246)
#D3ECF6
(211,236,246)
#DAEEF6
(218,238,246)
#E1F0F6
(225,240,246)
#E8F2F6
(232,242,246)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E0F6 color. Also use rgb(169,224,246) instead hex code.

Text Font Color

.myTextColor { color: #A9E0F6; }

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

This text font color is #A9E0F6.

Background Color

.myBgColor { background-color: #A9E0F6; }

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

This div background color is #A9E0F6.

Border color

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

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

This div border color is #A9E0F6.

Opacity

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

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

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

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

This text has shadow with #A9E0F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9E0F6.

Preview

Color preview on black background

This text has color #A9E0F6 on black background.


Color preview on white background

This text has color #A9E0F6 on white background.


Black color preview on #A9E0F6 background

This text has black color on #A9E0F6 background.


White color preview on #A9E0F6 background

This text has white color on #A9E0F6 background.


Related colors

Complementary color

Complementary color for #hex is #561F09.


I love getcolorcode.com

Triadic colors

1 #F6A9E0 and #E0F6A9 with #A9E0F6 are triadic colors.

2 #F6E0A9 and #E0A9F6 with #A9E0F6 are triadic colors.