COLOR #A2E9F5

HEX: #A2E9F5
RGB: (162,233,245)

Color info

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

RGB color model

#A2E9F5 color RGB value is (162,233,245).

  • red value is 162;
  • green value is 233;
  • blue value is 245.
RGB:
(162,233,245)
(64%,91%,96%)

RGB channels and saturation

R 162 of 255 = 64%
G 233 of 255 = 91%
B 245 of 255 = 96%

162
233
245

R + G + B ~ 84%. #A2E9F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 233 + 245 = 640 (100%)
R 162 of 640 ~ 25.31%
G 233 of 640 ~ 36.41%
B 245 of 640 ~ 38.28%

%25.31
%36.41
%38.28

CMYK color model

#A2E9F5 color CMYK value is (34,5,0,4).

  • cyan value is 33.88%
  • magenta value is 4.90%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(34,5,0,4)
C34M5Y0K4 
(34%,5%,0%,4%)
(0.34/0.05/0.00/0.04)	

CMYK percentages

%33.88
%4.9
%0
%3.92

Codes

Color #A2E9F5 in popluar color models

A2E9F5
RGB162233245
HSL189°80.58%79.80%
HSB/HSV189°33.88%96.08%
CMYK33.88%4.90%0.00%
3.92%

Color #A2E9F5 in popluar number systems.

HEXA2E9F5
Decimal162233245
Binary101000101110100111110101
Octal242351365

Shades and tints

Shades of #A2E9F5

#A2E9F5
(162,233,245)
#94D4DF
(148,212,223)
#86BFC9
(134,191,201)
#78AAB3
(120,170,179)
#6A959D
(106,149,157)
#5C8087
(92,128,135)
#4E6B71
(78,107,113)
#40565B
(64,86,91)
#324145
(50,65,69)
#242C2F
(36,44,47)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #A2E9F5

#A2E9F5
(162,233,245)
#AAEBF5
(170,235,245)
#B2EDF5
(178,237,245)
#BAEFF5
(186,239,245)
#C2F1F5
(194,241,245)
#CAF3F5
(202,243,245)
#D2F5F5
(210,245,245)
#DAF7F5
(218,247,245)
#E2F9F5
(226,249,245)
#EAFBF5
(234,251,245)
#F2FDF5
(242,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2E9F5 color. Also use rgb(162,233,245) instead hex code.

Text Font Color

.myTextColor { color: #A2E9F5; }

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

This text font color is #A2E9F5.


Background Color

.myBgColor { background-color: #A2E9F5; }

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

This div background color is #A2E9F5.


Border color

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

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

This div border color is #A2E9F5.


Opacity

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

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

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

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

This text has shadow with #A2E9F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E9F5 on black background.


Color preview on white background

This text has color #A2E9F5 on white background.



Black color preview on #A2E9F5 background

This text has black color on #A2E9F5 background.


White color preview on #A2E9F5 background

This text has white color on #A2E9F5 background.