COLOR #A2DEC4

HEX: #A2DEC4 RGB: (162,222,196)

Color info

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

RGB color model

#A2DEC4 color RGB value is (162,222,196).

RGB: (162,222,196) (64%, 87%, 77%)

RGB channels and saturation

R 162 of 255 = 64%
G 222 of 255 = 87%
B 196 of 255 = 77%

162
222
196

R + G + B ~ 76%. #A2DEC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 222 + 196 = 580 (100%)
R 162 of 580 ~ 27.93%
G 222 of 580 ~ 38.28%
B 196 of 580 ~ 33.79'%

%27.93
%38.28
%33.79

CMYK color model

#A2DEC4 color CMYK value is (27,0,12,13).

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 11.71%
  • key color value is 12.94%

CMYK: (27,0,12,13)
C27M0Y12K13 (27%, 0%, 12%, 13%)
(0.27 / 0.00 / 0.12 / 0.13)

CMYK percentages

%27.03
%0
%11.71
%12.94

Codes

Color #A2DEC4 in popluar color models

A2 DE C4
RGB 162 222 196
HSL 154° 47.62% 75.29%
HSB/HSV 154° 27.03% 87.06%
CMYK 27.03% 0.00% 11.71%
12.94%

Color #A2DEC4 in popluar number systems.

HEX A2 DE C4
Decimal 162 222 196
Binary 10100010 11011110 11000100
Octal 242 336 304

Shades and tints

Shades of #A2DEC4

#A2DEC4
(162,222,196)
#94CAB3
(148,202,179)
#86B6A2
(134,182,162)
#78A291
(120,162,145)
#6A8E80
(106,142,128)
#5C7A6F
(92,122,111)
#4E665E
(78,102,94)
#40524D
(64,82,77)
#323E3C
(50,62,60)
#242A2B
(36,42,43)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #A2DEC4

#A2DEC4
(162,222,196)
#AAE1C9
(170,225,201)
#B2E4CE
(178,228,206)
#BAE7D3
(186,231,211)
#C2EAD8
(194,234,216)
#CAEDDD
(202,237,221)
#D2F0E2
(210,240,226)
#DAF3E7
(218,243,231)
#E2F6EC
(226,246,236)
#EAF9F1
(234,249,241)
#F2FCF6
(242,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2DEC4; }

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

This text font color is #A2DEC4.

Background Color

.myBgColor { background-color: #A2DEC4; }

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

This div background color is #A2DEC4.

Border color

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

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

This div border color is #A2DEC4.

Opacity

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

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

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

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

This text has shadow with #A2DEC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2DEC4.

Preview

Color preview on black background

This text has color #A2DEC4 on black background.


Color preview on white background

This text has color #A2DEC4 on white background.


Black color preview on #A2DEC4 background

This text has black color on #A2DEC4 background.


White color preview on #A2DEC4 background

This text has white color on #A2DEC4 background.


Related colors

Complementary color

Complementary color for #hex is #5D213B.


I love getcolorcode.com

Triadic colors

1 #C4A2DE and #DEC4A2 with #A2DEC4 are triadic colors.

2 #C4DEA2 and #DEA2C4 with #A2DEC4 are triadic colors.