COLOR #A9E2E6

HEX: #A9E2E6
RGB: (169,226,230)

Color info

#A9E2E6 contains mainly green and blue colors. Web safe color of #A9E2E6 is #99CCCC (or #9CC).

RGB color model

#A9E2E6 color RGB value is (169,226,230).

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

RGB channels and saturation

R 169 of 255 = 66%
G 226 of 255 = 89%
B 230 of 255 = 90%

169
226
230

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

Portions of RGB colors in percentages

R + G + B =
169 + 226 + 230 = 625 (100%)
R 169 of 625 ~ 27.04%
G 226 of 625 ~ 36.16%
B 230 of 625 ~ 36.8%

%27.04
%36.16
%36.8

CMYK color model

#A9E2E6 color CMYK value is (27,2,0,10).

  • cyan value is 26.52%
  • magenta value is 1.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(27,2,0,10)
C27M2Y0K10 
(27%,2%,0%,10%)
(0.27/0.02/0.00/0.10)	

CMYK percentages

%26.52
%1.74
%0
%9.8

Codes

Color #A9E2E6 in popluar color models

A9E2E6
RGB169226230
HSL184°54.95%78.24%
HSB/HSV184°26.52%90.20%
CMYK26.52%1.74%0.00%
9.80%

Color #A9E2E6 in popluar number systems.

HEXA9E2E6
Decimal169226230
Binary101010011110001011100110
Octal251342346

Shades and tints

Shades of #A9E2E6

#A9E2E6
(169,226,230)
#9ACED2
(154,206,210)
#8BBABE
(139,186,190)
#7CA6AA
(124,166,170)
#6D9296
(109,146,150)
#5E7E82
(94,126,130)
#4F6A6E
(79,106,110)
#40565A
(64,86,90)
#314246
(49,66,70)
#222E32
(34,46,50)
#131A1E
(19,26,30)
#000000
(0,0,0)

Tints of #A9E2E6

#A9E2E6
(169,226,230)
#B0E4E8
(176,228,232)
#B7E6EA
(183,230,234)
#BEE8EC
(190,232,236)
#C5EAEE
(197,234,238)
#CCECF0
(204,236,240)
#D3EEF2
(211,238,242)
#DAF0F4
(218,240,244)
#E1F2F6
(225,242,246)
#E8F4F8
(232,244,248)
#EFF6FA
(239,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9E2E6; }

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

This text font color is #A9E2E6.


Background Color

.myBgColor { background-color: #A9E2E6; }

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

This div background color is #A9E2E6.


Border color

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

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

This div border color is #A9E2E6.


Opacity

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

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

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

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

This text has shadow with #A9E2E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E2E6 on black background.


Color preview on white background

This text has color #A9E2E6 on white background.



Black color preview on #A9E2E6 background

This text has black color on #A9E2E6 background.


White color preview on #A9E2E6 background

This text has white color on #A9E2E6 background.