COLOR #A2E2F5

HEX: #A2E2F5
RGB: (162,226,245)

Color info

#A2E2F5 contains mainly green and blue colors. Web safe color of #A2E2F5 is #99CCFF (or #9CF).

RGB color model

#A2E2F5 color RGB value is (162,226,245).

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

RGB channels and saturation

R 162 of 255 = 64%
G 226 of 255 = 89%
B 245 of 255 = 96%

162
226
245

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

Portions of RGB colors in percentages

R + G + B =
162 + 226 + 245 = 633 (100%)
R 162 of 633 ~ 25.59%
G 226 of 633 ~ 35.7%
B 245 of 633 ~ 38.7%

%25.59
%35.7
%38.7

CMYK color model

#A2E2F5 color CMYK value is (34,8,0,4).

  • cyan value is 33.88%
  • magenta value is 7.76%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(34,8,0,4)
C34M8Y0K4 
(34%,8%,0%,4%)
(0.34/0.08/0.00/0.04)	

CMYK percentages

%33.88
%7.76
%0
%3.92

Codes

Color #A2E2F5 in popluar color models

A2E2F5
RGB162226245
HSL194°80.58%79.80%
HSB/HSV194°33.88%96.08%
CMYK33.88%7.76%0.00%
3.92%

Color #A2E2F5 in popluar number systems.

HEXA2E2F5
Decimal162226245
Binary101000101110001011110101
Octal242342365

Shades and tints

Shades of #A2E2F5

#A2E2F5
(162,226,245)
#94CEDF
(148,206,223)
#86BAC9
(134,186,201)
#78A6B3
(120,166,179)
#6A929D
(106,146,157)
#5C7E87
(92,126,135)
#4E6A71
(78,106,113)
#40565B
(64,86,91)
#324245
(50,66,69)
#242E2F
(36,46,47)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #A2E2F5

#A2E2F5
(162,226,245)
#AAE4F5
(170,228,245)
#B2E6F5
(178,230,245)
#BAE8F5
(186,232,245)
#C2EAF5
(194,234,245)
#CAECF5
(202,236,245)
#D2EEF5
(210,238,245)
#DAF0F5
(218,240,245)
#E2F2F5
(226,242,245)
#EAF4F5
(234,244,245)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2E2F5; }

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

This text font color is #A2E2F5.


Background Color

.myBgColor { background-color: #A2E2F5; }

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

This div background color is #A2E2F5.


Border color

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

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

This div border color is #A2E2F5.


Opacity

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

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

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

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

This text has shadow with #A2E2F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E2F5 on black background.


Color preview on white background

This text has color #A2E2F5 on white background.



Black color preview on #A2E2F5 background

This text has black color on #A2E2F5 background.


White color preview on #A2E2F5 background

This text has white color on #A2E2F5 background.