COLOR #A9EEF2

HEX: #A9EEF2
RGB: (169,238,242)

Color info

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

RGB color model

#A9EEF2 color RGB value is (169,238,242).

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

RGB channels and saturation

R 169 of 255 = 66%
G 238 of 255 = 93%
B 242 of 255 = 95%

169
238
242

R + G + B ~ 85%. #A9EEF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 238 + 242 = 649 (100%)
R 169 of 649 ~ 26.04%
G 238 of 649 ~ 36.67%
B 242 of 649 ~ 37.29%

%26.04
%36.67
%37.29

CMYK color model

#A9EEF2 color CMYK value is (30,2,0,5).

  • cyan value is 30.17%
  • magenta value is 1.65%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(30,2,0,5)
C30M2Y0K5 
(30%,2%,0%,5%)
(0.30/0.02/0.00/0.05)	

CMYK percentages

%30.17
%1.65
%0
%5.1

Codes

Color #A9EEF2 in popluar color models

A9EEF2
RGB169238242
HSL183°73.74%80.59%
HSB/HSV183°30.17%94.90%
CMYK30.17%1.65%0.00%
5.10%

Color #A9EEF2 in popluar number systems.

HEXA9EEF2
Decimal169238242
Binary101010011110111011110010
Octal251356362

Shades and tints

Shades of #A9EEF2

#A9EEF2
(169,238,242)
#9AD9DC
(154,217,220)
#8BC4C6
(139,196,198)
#7CAFB0
(124,175,176)
#6D9A9A
(109,154,154)
#5E8584
(94,133,132)
#4F706E
(79,112,110)
#405B58
(64,91,88)
#314642
(49,70,66)
#22312C
(34,49,44)
#131C16
(19,28,22)
#000000
(0,0,0)

Tints of #A9EEF2

#A9EEF2
(169,238,242)
#B0EFF3
(176,239,243)
#B7F0F4
(183,240,244)
#BEF1F5
(190,241,245)
#C5F2F6
(197,242,246)
#CCF3F7
(204,243,247)
#D3F4F8
(211,244,248)
#DAF5F9
(218,245,249)
#E1F6FA
(225,246,250)
#E8F7FB
(232,247,251)
#EFF8FC
(239,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9EEF2; }

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

This text font color is #A9EEF2.


Background Color

.myBgColor { background-color: #A9EEF2; }

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

This div background color is #A9EEF2.


Border color

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

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

This div border color is #A9EEF2.


Opacity

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

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

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

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

This text has shadow with #A9EEF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9EEF2 on black background.


Color preview on white background

This text has color #A9EEF2 on white background.



Black color preview on #A9EEF2 background

This text has black color on #A9EEF2 background.


White color preview on #A9EEF2 background

This text has white color on #A9EEF2 background.