COLOR #A2DEA5

HEX: #A2DEA5
RGB: (162,222,165)

Color info

#A2DEA5 contains mainly green and blue colors. Web safe color of #A2DEA5 is #99CC99 (or #9C9).

RGB color model

#A2DEA5 color RGB value is (162,222,165).

  • red value is 162;
  • green value is 222;
  • blue value is 165.
RGB:
(162,222,165)
(64%,87%,65%)

RGB channels and saturation

R 162 of 255 = 64%
G 222 of 255 = 87%
B 165 of 255 = 65%

162
222
165

R + G + B ~ 72%. #A2DEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 222 + 165 = 549 (100%)
R 162 of 549 ~ 29.51%
G 222 of 549 ~ 40.44%
B 165 of 549 ~ 30.05%

%29.51
%40.44
%30.05

CMYK color model

#A2DEA5 color CMYK value is (27,0,26,13).

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 25.68%
  • key color value is 12.94%
CMYK:
(27,0,26,13)
C27M0Y26K13 
(27%,0%,26%,13%)
(0.27/0.00/0.26/0.13)	

CMYK percentages

%27.03
%0
%25.68
%12.94

Codes

Color #A2DEA5 in popluar color models

A2DEA5
RGB162222165
HSL123°47.62%75.29%
HSB/HSV123°27.03%87.06%
CMYK27.03%0.00%25.68%
12.94%

Color #A2DEA5 in popluar number systems.

HEXA2DEA5
Decimal162222165
Binary101000101101111010100101
Octal242336245

Shades and tints

Shades of #A2DEA5

#A2DEA5
(162,222,165)
#94CA96
(148,202,150)
#86B687
(134,182,135)
#78A278
(120,162,120)
#6A8E69
(106,142,105)
#5C7A5A
(92,122,90)
#4E664B
(78,102,75)
#40523C
(64,82,60)
#323E2D
(50,62,45)
#242A1E
(36,42,30)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #A2DEA5

#A2DEA5
(162,222,165)
#AAE1AD
(170,225,173)
#B2E4B5
(178,228,181)
#BAE7BD
(186,231,189)
#C2EAC5
(194,234,197)
#CAEDCD
(202,237,205)
#D2F0D5
(210,240,213)
#DAF3DD
(218,243,221)
#E2F6E5
(226,246,229)
#EAF9ED
(234,249,237)
#F2FCF5
(242,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2DEA5 color. Also use rgb(162,222,165) instead hex code.

Text Font Color

.myTextColor { color: #A2DEA5; }

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

This text font color is #A2DEA5.


Background Color

.myBgColor { background-color: #A2DEA5; }

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

This div background color is #A2DEA5.


Border color

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

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

This div border color is #A2DEA5.


Opacity

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

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

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

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

This text has shadow with #A2DEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2DEA5 on black background.


Color preview on white background

This text has color #A2DEA5 on white background.



Black color preview on #A2DEA5 background

This text has black color on #A2DEA5 background.


White color preview on #A2DEA5 background

This text has white color on #A2DEA5 background.