COLOR #A2E5DC

HEX: #A2E5DC
RGB: (162,229,220)

Color info

#A2E5DC contains mainly green and blue colors. Web safe color of #A2E5DC is #99CCCC (or #9CC).

RGB color model

#A2E5DC color RGB value is (162,229,220).

  • red value is 162;
  • green value is 229;
  • blue value is 220.
RGB:
(162,229,220)
(64%,90%,86%)

RGB channels and saturation

R 162 of 255 = 64%
G 229 of 255 = 90%
B 220 of 255 = 86%

162
229
220

R + G + B ~ 80%. #A2E5DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 229 + 220 = 611 (100%)
R 162 of 611 ~ 26.51%
G 229 of 611 ~ 37.48%
B 220 of 611 ~ 36.01%

%26.51
%37.48
%36.01

CMYK color model

#A2E5DC color CMYK value is (29,0,4,10).

  • cyan value is 29.26%
  • magenta value is 0.00%
  • yellow value is 3.93%
  • key color value is 10.20%
CMYK:
(29,0,4,10)
C29M0Y4K10 
(29%,0%,4%,10%)
(0.29/0.00/0.04/0.10)	

CMYK percentages

%29.26
%0
%3.93
%10.2

Codes

Color #A2E5DC in popluar color models

A2E5DC
RGB162229220
HSL172°56.30%76.67%
HSB/HSV172°29.26%89.80%
CMYK29.26%0.00%3.93%
10.20%

Color #A2E5DC in popluar number systems.

HEXA2E5DC
Decimal162229220
Binary101000101110010111011100
Octal242345334

Shades and tints

Shades of #A2E5DC

#A2E5DC
(162,229,220)
#94D1C8
(148,209,200)
#86BDB4
(134,189,180)
#78A9A0
(120,169,160)
#6A958C
(106,149,140)
#5C8178
(92,129,120)
#4E6D64
(78,109,100)
#405950
(64,89,80)
#32453C
(50,69,60)
#243128
(36,49,40)
#161D14
(22,29,20)
#000000
(0,0,0)

Tints of #A2E5DC

#A2E5DC
(162,229,220)
#AAE7DF
(170,231,223)
#B2E9E2
(178,233,226)
#BAEBE5
(186,235,229)
#C2EDE8
(194,237,232)
#CAEFEB
(202,239,235)
#D2F1EE
(210,241,238)
#DAF3F1
(218,243,241)
#E2F5F4
(226,245,244)
#EAF7F7
(234,247,247)
#F2F9FA
(242,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2E5DC color. Also use rgb(162,229,220) instead hex code.

Text Font Color

.myTextColor { color: #A2E5DC; }

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

This text font color is #A2E5DC.


Background Color

.myBgColor { background-color: #A2E5DC; }

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

This div background color is #A2E5DC.


Border color

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

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

This div border color is #A2E5DC.


Opacity

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

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

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

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

This text has shadow with #A2E5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E5DC on black background.


Color preview on white background

This text has color #A2E5DC on white background.



Black color preview on #A2E5DC background

This text has black color on #A2E5DC background.


White color preview on #A2E5DC background

This text has white color on #A2E5DC background.