COLOR #A2DEB2

HEX: #A2DEB2 RGB: (162,222,178)

Color info

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

RGB color model

#A2DEB2 color RGB value is (162,222,178).

RGB: (162,222,178) (64%, 87%, 70%)

RGB channels and saturation

R 162 of 255 = 64%
G 222 of 255 = 87%
B 178 of 255 = 70%

162
222
178

R + G + B ~ 74%. #A2DEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 222 + 178 = 562 (100%)
R 162 of 562 ~ 28.83%
G 222 of 562 ~ 39.5%
B 178 of 562 ~ 31.67'%

%28.83
%39.5
%31.67

CMYK color model

#A2DEB2 color CMYK value is (27,0,20,13).

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 12.94%
CMYK: (27,0,20,13) C27M0Y20K13 (27%,0%,20%,13%) (0.27/0.00/0.20/0.13) 

CMYK percentages

%27.03
%0
%19.82
%12.94

Codes

Color #A2DEB2 in popluar color models

A2 DE B2
RGB 162 222 178
HSL 136° 47.62% 75.29%
HSB/HSV 136° 27.03% 87.06%
CMYK 27.03% 0.00% 19.82%
12.94%

Color #A2DEB2 in popluar number systems.

HEX A2 DE B2
Decimal 162 222 178
Binary 10100010 11011110 10110010
Octal 242 336 262

Shades and tints

Shades of #A2DEB2

#A2DEB2
(162,222,178)
#94CAA2
(148,202,162)
#86B692
(134,182,146)
#78A282
(120,162,130)
#6A8E72
(106,142,114)
#5C7A62
(92,122,98)
#4E6652
(78,102,82)
#405242
(64,82,66)
#323E32
(50,62,50)
#242A22
(36,42,34)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #A2DEB2

#A2DEB2
(162,222,178)
#AAE1B9
(170,225,185)
#B2E4C0
(178,228,192)
#BAE7C7
(186,231,199)
#C2EACE
(194,234,206)
#CAEDD5
(202,237,213)
#D2F0DC
(210,240,220)
#DAF3E3
(218,243,227)
#E2F6EA
(226,246,234)
#EAF9F1
(234,249,241)
#F2FCF8
(242,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2DEB2; }

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

This text font color is #A2DEB2.

Background Color

.myBgColor { background-color: #A2DEB2; }

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

This div background color is #A2DEB2.

Border color

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

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

This div border color is #A2DEB2.

Opacity

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

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

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

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

This text has shadow with #A2DEB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2DEB2.

Preview

Color preview on black background

This text has color #A2DEB2 on black background.


Color preview on white background

This text has color #A2DEB2 on white background.


Black color preview on #A2DEB2 background

This text has black color on #A2DEB2 background.


White color preview on #A2DEB2 background

This text has white color on #A2DEB2 background.


Related colors

Complementary color

Complementary color for #hex is #5D214D.


I love getcolorcode.com

Triadic colors

1 #B2A2DE and #DEB2A2 with #A2DEB2 are triadic colors.

2 #B2DEA2 and #DEA2B2 with #A2DEB2 are triadic colors.