COLOR #A2DEE7

HEX: #A2DEE7 RGB: (162,222,231)

Color info

#A2DEE7 contains mainly green and blue colors. Web safe color of #A2DEE7 is #99CCFF (or #9CF).

RGB color model

#A2DEE7 color RGB value is (162,222,231).

RGB: (162,222,231) (64%, 87%, 91%)

RGB channels and saturation

R 162 of 255 = 64%
G 222 of 255 = 87%
B 231 of 255 = 91%

162
222
231

R + G + B ~ 81%. #A2DEE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 222 + 231 = 615 (100%)
R 162 of 615 ~ 26.34%
G 222 of 615 ~ 36.1%
B 231 of 615 ~ 37.56'%

%26.34
%36.1
%37.56

CMYK color model

#A2DEE7 color CMYK value is (30,4,0,9).

  • cyan value is 29.87%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (30,4,0,9)
C30M4Y0K9 (30%, 4%, 0%, 9%)
(0.30 / 0.04 / 0.00 / 0.09)

CMYK percentages

%29.87
%3.9
%0
%9.41

Codes

Color #A2DEE7 in popluar color models

A2 DE E7
RGB 162 222 231
HSL 188° 58.97% 77.06%
HSB/HSV 188° 29.87% 90.59%
CMYK 29.87% 3.90% 0.00%
9.41%

Color #A2DEE7 in popluar number systems.

HEX A2 DE E7
Decimal 162 222 231
Binary 10100010 11011110 11100111
Octal 242 336 347

Shades and tints

Shades of #A2DEE7

#A2DEE7
(162,222,231)
#94CAD2
(148,202,210)
#86B6BD
(134,182,189)
#78A2A8
(120,162,168)
#6A8E93
(106,142,147)
#5C7A7E
(92,122,126)
#4E6669
(78,102,105)
#405254
(64,82,84)
#323E3F
(50,62,63)
#242A2A
(36,42,42)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #A2DEE7

#A2DEE7
(162,222,231)
#AAE1E9
(170,225,233)
#B2E4EB
(178,228,235)
#BAE7ED
(186,231,237)
#C2EAEF
(194,234,239)
#CAEDF1
(202,237,241)
#D2F0F3
(210,240,243)
#DAF3F5
(218,243,245)
#E2F6F7
(226,246,247)
#EAF9F9
(234,249,249)
#F2FCFB
(242,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2DEE7; }

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

This text font color is #A2DEE7.

Background Color

.myBgColor { background-color: #A2DEE7; }

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

This div background color is #A2DEE7.

Border color

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

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

This div border color is #A2DEE7.

Opacity

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

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

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

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

This text has shadow with #A2DEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2DEE7.

Preview

Color preview on black background

This text has color #A2DEE7 on black background.


Color preview on white background

This text has color #A2DEE7 on white background.


Black color preview on #A2DEE7 background

This text has black color on #A2DEE7 background.


White color preview on #A2DEE7 background

This text has white color on #A2DEE7 background.


Related colors

Complementary color

Complementary color for #hex is #5D2118.


I love getcolorcode.com

Triadic colors

1 #E7A2DE and #DEE7A2 with #A2DEE7 are triadic colors.

2 #E7DEA2 and #DEA2E7 with #A2DEE7 are triadic colors.