COLOR #A9F2EF

HEX: #A9F2EF
RGB: (169,242,239)

Color info

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

RGB color model

#A9F2EF color RGB value is (169,242,239).

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

RGB channels and saturation

R 169 of 255 = 66%
G 242 of 255 = 95%
B 239 of 255 = 94%

169
242
239

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

Portions of RGB colors in percentages

R + G + B =
169 + 242 + 239 = 650 (100%)
R 169 of 650 ~ 26%
G 242 of 650 ~ 37.23%
B 239 of 650 ~ 36.77%

%26
%37.23
%36.77

CMYK color model

#A9F2EF color CMYK value is (30,0,1,5).

  • cyan value is 30.17%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • key color value is 5.10%
CMYK:
(30,0,1,5)
C30M0Y1K5 
(30%,0%,1%,5%)
(0.30/0.00/0.01/0.05)	

CMYK percentages

%30.17
%0
%1.24
%5.1

Codes

Color #A9F2EF in popluar color models

A9F2EF
RGB169242239
HSL178°73.74%80.59%
HSB/HSV178°30.17%94.90%
CMYK30.17%0.00%1.24%
5.10%

Color #A9F2EF in popluar number systems.

HEXA9F2EF
Decimal169242239
Binary101010011111001011101111
Octal251362357

Shades and tints

Shades of #A9F2EF

#A9F2EF
(169,242,239)
#9ADCDA
(154,220,218)
#8BC6C5
(139,198,197)
#7CB0B0
(124,176,176)
#6D9A9B
(109,154,155)
#5E8486
(94,132,134)
#4F6E71
(79,110,113)
#40585C
(64,88,92)
#314247
(49,66,71)
#222C32
(34,44,50)
#13161D
(19,22,29)
#000000
(0,0,0)

Tints of #A9F2EF

#A9F2EF
(169,242,239)
#B0F3F0
(176,243,240)
#B7F4F1
(183,244,241)
#BEF5F2
(190,245,242)
#C5F6F3
(197,246,243)
#CCF7F4
(204,247,244)
#D3F8F5
(211,248,245)
#DAF9F6
(218,249,246)
#E1FAF7
(225,250,247)
#E8FBF8
(232,251,248)
#EFFCF9
(239,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9F2EF; }

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

This text font color is #A9F2EF.


Background Color

.myBgColor { background-color: #A9F2EF; }

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

This div background color is #A9F2EF.


Border color

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

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

This div border color is #A9F2EF.


Opacity

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

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

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

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

This text has shadow with #A9F2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F2EF on black background.


Color preview on white background

This text has color #A9F2EF on white background.



Black color preview on #A9F2EF background

This text has black color on #A9F2EF background.


White color preview on #A9F2EF background

This text has white color on #A9F2EF background.