COLOR #A2E2D7

HEX: #A2E2D7
RGB: (162,226,215)

Color info

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

RGB color model

#A2E2D7 color RGB value is (162,226,215).

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

RGB channels and saturation

R 162 of 255 = 64%
G 226 of 255 = 89%
B 215 of 255 = 84%

162
226
215

R + G + B ~ 79%. #A2E2D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 226 + 215 = 603 (100%)
R 162 of 603 ~ 26.87%
G 226 of 603 ~ 37.48%
B 215 of 603 ~ 35.66%

%26.87
%37.48
%35.66

CMYK color model

#A2E2D7 color CMYK value is (28,0,5,11).

  • cyan value is 28.32%
  • magenta value is 0.00%
  • yellow value is 4.87%
  • key color value is 11.37%
CMYK:
(28,0,5,11)
C28M0Y5K11 
(28%,0%,5%,11%)
(0.28/0.00/0.05/0.11)	

CMYK percentages

%28.32
%0
%4.87
%11.37

Codes

Color #A2E2D7 in popluar color models

A2E2D7
RGB162226215
HSL170°52.46%76.08%
HSB/HSV170°28.32%88.63%
CMYK28.32%0.00%4.87%
11.37%

Color #A2E2D7 in popluar number systems.

HEXA2E2D7
Decimal162226215
Binary101000101110001011010111
Octal242342327

Shades and tints

Shades of #A2E2D7

#A2E2D7
(162,226,215)
#94CEC4
(148,206,196)
#86BAB1
(134,186,177)
#78A69E
(120,166,158)
#6A928B
(106,146,139)
#5C7E78
(92,126,120)
#4E6A65
(78,106,101)
#405652
(64,86,82)
#32423F
(50,66,63)
#242E2C
(36,46,44)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #A2E2D7

#A2E2D7
(162,226,215)
#AAE4DA
(170,228,218)
#B2E6DD
(178,230,221)
#BAE8E0
(186,232,224)
#C2EAE3
(194,234,227)
#CAECE6
(202,236,230)
#D2EEE9
(210,238,233)
#DAF0EC
(218,240,236)
#E2F2EF
(226,242,239)
#EAF4F2
(234,244,242)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2E2D7; }

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

This text font color is #A2E2D7.


Background Color

.myBgColor { background-color: #A2E2D7; }

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

This div background color is #A2E2D7.


Border color

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

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

This div border color is #A2E2D7.


Opacity

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

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

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

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

This text has shadow with #A2E2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E2D7 on black background.


Color preview on white background

This text has color #A2E2D7 on white background.



Black color preview on #A2E2D7 background

This text has black color on #A2E2D7 background.


White color preview on #A2E2D7 background

This text has white color on #A2E2D7 background.