COLOR #A9E2EF

HEX: #A9E2EF
RGB: (169,226,239)

Color info

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

RGB color model

#A9E2EF color RGB value is (169,226,239).

  • red value is 169;
  • green value is 226;
  • blue value is 239.
RGB:
(169,226,239)
(66%,89%,94%)

RGB channels and saturation

R 169 of 255 = 66%
G 226 of 255 = 89%
B 239 of 255 = 94%

169
226
239

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

Portions of RGB colors in percentages

R + G + B =
169 + 226 + 239 = 634 (100%)
R 169 of 634 ~ 26.66%
G 226 of 634 ~ 35.65%
B 239 of 634 ~ 37.7%

%26.66
%35.65
%37.7

CMYK color model

#A9E2EF color CMYK value is (29,5,0,6).

  • cyan value is 29.29%
  • magenta value is 5.44%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(29,5,0,6)
C29M5Y0K6 
(29%,5%,0%,6%)
(0.29/0.05/0.00/0.06)	

CMYK percentages

%29.29
%5.44
%0
%6.27

Codes

Color #A9E2EF in popluar color models

A9E2EF
RGB169226239
HSL191°68.63%80.00%
HSB/HSV191°29.29%93.73%
CMYK29.29%5.44%0.00%
6.27%

Color #A9E2EF in popluar number systems.

HEXA9E2EF
Decimal169226239
Binary101010011110001011101111
Octal251342357

Shades and tints

Shades of #A9E2EF

#A9E2EF
(169,226,239)
#9ACEDA
(154,206,218)
#8BBAC5
(139,186,197)
#7CA6B0
(124,166,176)
#6D929B
(109,146,155)
#5E7E86
(94,126,134)
#4F6A71
(79,106,113)
#40565C
(64,86,92)
#314247
(49,66,71)
#222E32
(34,46,50)
#131A1D
(19,26,29)
#000000
(0,0,0)

Tints of #A9E2EF

#A9E2EF
(169,226,239)
#B0E4F0
(176,228,240)
#B7E6F1
(183,230,241)
#BEE8F2
(190,232,242)
#C5EAF3
(197,234,243)
#CCECF4
(204,236,244)
#D3EEF5
(211,238,245)
#DAF0F6
(218,240,246)
#E1F2F7
(225,242,247)
#E8F4F8
(232,244,248)
#EFF6F9
(239,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E2EF color. Also use rgb(169,226,239) instead hex code.

Text Font Color

.myTextColor { color: #A9E2EF; }

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

This text font color is #A9E2EF.


Background Color

.myBgColor { background-color: #A9E2EF; }

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

This div background color is #A9E2EF.


Border color

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

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

This div border color is #A9E2EF.


Opacity

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

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

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

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

This text has shadow with #A9E2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E2EF on black background.


Color preview on white background

This text has color #A9E2EF on white background.



Black color preview on #A9E2EF background

This text has black color on #A9E2EF background.


White color preview on #A9E2EF background

This text has white color on #A9E2EF background.