COLOR #A9ECF9

HEX: #A9ECF9
RGB: (169,236,249)

Color info

#A9ECF9 contains mainly green and blue colors. Web safe color of #A9ECF9 is #99FFFF (or #9FF).

RGB color model

#A9ECF9 color RGB value is (169,236,249).

  • red value is 169;
  • green value is 236;
  • blue value is 249.
RGB:
(169,236,249)
(66%,93%,98%)

RGB channels and saturation

R 169 of 255 = 66%
G 236 of 255 = 93%
B 249 of 255 = 98%

169
236
249

R + G + B ~ 86%. #A9ECF9 is light color.

Portions of RGB colors in percentages

R + G + B =
169 + 236 + 249 = 654 (100%)
R 169 of 654 ~ 25.84%
G 236 of 654 ~ 36.09%
B 249 of 654 ~ 38.07%

%25.84
%36.09
%38.07

CMYK color model

#A9ECF9 color CMYK value is (32,5,0,2).

  • cyan value is 32.13%
  • magenta value is 5.22%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(32,5,0,2)
C32M5Y0K2 
(32%,5%,0%,2%)
(0.32/0.05/0.00/0.02)	

CMYK percentages

%32.13
%5.22
%0
%2.35

Codes

Color #A9ECF9 in popluar color models

A9ECF9
RGB169236249
HSL190°86.96%81.96%
HSB/HSV190°32.13%97.65%
CMYK32.13%5.22%0.00%
2.35%

Color #A9ECF9 in popluar number systems.

HEXA9ECF9
Decimal169236249
Binary101010011110110011111001
Octal251354371

Shades and tints

Shades of #A9ECF9

#A9ECF9
(169,236,249)
#9AD7E3
(154,215,227)
#8BC2CD
(139,194,205)
#7CADB7
(124,173,183)
#6D98A1
(109,152,161)
#5E838B
(94,131,139)
#4F6E75
(79,110,117)
#40595F
(64,89,95)
#314449
(49,68,73)
#222F33
(34,47,51)
#131A1D
(19,26,29)
#000000
(0,0,0)

Tints of #A9ECF9

#A9ECF9
(169,236,249)
#B0EDF9
(176,237,249)
#B7EEF9
(183,238,249)
#BEEFF9
(190,239,249)
#C5F0F9
(197,240,249)
#CCF1F9
(204,241,249)
#D3F2F9
(211,242,249)
#DAF3F9
(218,243,249)
#E1F4F9
(225,244,249)
#E8F5F9
(232,245,249)
#EFF6F9
(239,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9ECF9; }

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

This text font color is #A9ECF9.


Background Color

.myBgColor { background-color: #A9ECF9; }

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

This div background color is #A9ECF9.


Border color

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

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

This div border color is #A9ECF9.


Opacity

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

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

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

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

This text has shadow with #A9ECF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9ECF9 on black background.


Color preview on white background

This text has color #A9ECF9 on white background.



Black color preview on #A9ECF9 background

This text has black color on #A9ECF9 background.


White color preview on #A9ECF9 background

This text has white color on #A9ECF9 background.