COLOR #A9EEE2

HEX: #A9EEE2
RGB: (169,238,226)

Color info

#A9EEE2 contains mainly green and blue colors. Web safe color of #A9EEE2 is #99FFCC (or #9FC).

RGB color model

#A9EEE2 color RGB value is (169,238,226).

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

RGB channels and saturation

R 169 of 255 = 66%
G 238 of 255 = 93%
B 226 of 255 = 89%

169
238
226

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

Portions of RGB colors in percentages

R + G + B =
169 + 238 + 226 = 633 (100%)
R 169 of 633 ~ 26.7%
G 238 of 633 ~ 37.6%
B 226 of 633 ~ 35.7%

%26.7
%37.6
%35.7

CMYK color model

#A9EEE2 color CMYK value is (29,0,5,7).

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 5.04%
  • key color value is 6.67%
CMYK:
(29,0,5,7)
C29M0Y5K7 
(29%,0%,5%,7%)
(0.29/0.00/0.05/0.07)	

CMYK percentages

%28.99
%0
%5.04
%6.67

Codes

Color #A9EEE2 in popluar color models

A9EEE2
RGB169238226
HSL170°66.99%79.80%
HSB/HSV170°28.99%93.33%
CMYK28.99%0.00%5.04%
6.67%

Color #A9EEE2 in popluar number systems.

HEXA9EEE2
Decimal169238226
Binary101010011110111011100010
Octal251356342

Shades and tints

Shades of #A9EEE2

#A9EEE2
(169,238,226)
#9AD9CE
(154,217,206)
#8BC4BA
(139,196,186)
#7CAFA6
(124,175,166)
#6D9A92
(109,154,146)
#5E857E
(94,133,126)
#4F706A
(79,112,106)
#405B56
(64,91,86)
#314642
(49,70,66)
#22312E
(34,49,46)
#131C1A
(19,28,26)
#000000
(0,0,0)

Tints of #A9EEE2

#A9EEE2
(169,238,226)
#B0EFE4
(176,239,228)
#B7F0E6
(183,240,230)
#BEF1E8
(190,241,232)
#C5F2EA
(197,242,234)
#CCF3EC
(204,243,236)
#D3F4EE
(211,244,238)
#DAF5F0
(218,245,240)
#E1F6F2
(225,246,242)
#E8F7F4
(232,247,244)
#EFF8F6
(239,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9EEE2; }

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

This text font color is #A9EEE2.


Background Color

.myBgColor { background-color: #A9EEE2; }

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

This div background color is #A9EEE2.


Border color

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

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

This div border color is #A9EEE2.


Opacity

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

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

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

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

This text has shadow with #A9EEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9EEE2 on black background.


Color preview on white background

This text has color #A9EEE2 on white background.



Black color preview on #A9EEE2 background

This text has black color on #A9EEE2 background.


White color preview on #A9EEE2 background

This text has white color on #A9EEE2 background.