COLOR #A9F2E1

HEX: #A9F2E1
RGB: (169,242,225)

Color info

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

RGB color model

#A9F2E1 color RGB value is (169,242,225).

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

RGB channels and saturation

R 169 of 255 = 66%
G 242 of 255 = 95%
B 225 of 255 = 88%

169
242
225

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

Portions of RGB colors in percentages

R + G + B =
169 + 242 + 225 = 636 (100%)
R 169 of 636 ~ 26.57%
G 242 of 636 ~ 38.05%
B 225 of 636 ~ 35.38%

%26.57
%38.05
%35.38

CMYK color model

#A9F2E1 color CMYK value is (30,0,7,5).

  • cyan value is 30.17%
  • magenta value is 0.00%
  • yellow value is 7.02%
  • key color value is 5.10%
CMYK:
(30,0,7,5)
C30M0Y7K5 
(30%,0%,7%,5%)
(0.30/0.00/0.07/0.05)	

CMYK percentages

%30.17
%0
%7.02
%5.1

Codes

Color #A9F2E1 in popluar color models

A9F2E1
RGB169242225
HSL166°73.74%80.59%
HSB/HSV166°30.17%94.90%
CMYK30.17%0.00%7.02%
5.10%

Color #A9F2E1 in popluar number systems.

HEXA9F2E1
Decimal169242225
Binary101010011111001011100001
Octal251362341

Shades and tints

Shades of #A9F2E1

#A9F2E1
(169,242,225)
#9ADCCD
(154,220,205)
#8BC6B9
(139,198,185)
#7CB0A5
(124,176,165)
#6D9A91
(109,154,145)
#5E847D
(94,132,125)
#4F6E69
(79,110,105)
#405855
(64,88,85)
#314241
(49,66,65)
#222C2D
(34,44,45)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #A9F2E1

#A9F2E1
(169,242,225)
#B0F3E3
(176,243,227)
#B7F4E5
(183,244,229)
#BEF5E7
(190,245,231)
#C5F6E9
(197,246,233)
#CCF7EB
(204,247,235)
#D3F8ED
(211,248,237)
#DAF9EF
(218,249,239)
#E1FAF1
(225,250,241)
#E8FBF3
(232,251,243)
#EFFCF5
(239,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9F2E1; }

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

This text font color is #A9F2E1.


Background Color

.myBgColor { background-color: #A9F2E1; }

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

This div background color is #A9F2E1.


Border color

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

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

This div border color is #A9F2E1.


Opacity

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

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

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

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

This text has shadow with #A9F2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F2E1 on black background.


Color preview on white background

This text has color #A9F2E1 on white background.



Black color preview on #A9F2E1 background

This text has black color on #A9F2E1 background.


White color preview on #A9F2E1 background

This text has white color on #A9F2E1 background.