COLOR #A2D2E0

HEX: #A2D2E0 RGB: (162,210,224)

Color info

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

RGB color model

#A2D2E0 color RGB value is (162,210,224).

RGB: (162,210,224) (64%, 82%, 88%)

RGB channels and saturation

R 162 of 255 = 64%
G 210 of 255 = 82%
B 224 of 255 = 88%

162
210
224

R + G + B ~ 78%. #A2D2E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 210 + 224 = 596 (100%)
R 162 of 596 ~ 27.18%
G 210 of 596 ~ 35.23%
B 224 of 596 ~ 37.58'%

%27.18
%35.23
%37.58

CMYK color model

#A2D2E0 color CMYK value is (28,6,0,12).

  • cyan value is 27.68%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (28,6,0,12)
C28M6Y0K12 (28%, 6%, 0%, 12%)
(0.28 / 0.06 / 0.00 / 0.12)

CMYK percentages

%27.68
%6.25
%0
%12.16

Codes

Color #A2D2E0 in popluar color models

A2 D2 E0
RGB 162 210 224
HSL 194° 50.00% 75.69%
HSB/HSV 194° 27.68% 87.84%
CMYK 27.68% 6.25% 0.00%
12.16%

Color #A2D2E0 in popluar number systems.

HEX A2 D2 E0
Decimal 162 210 224
Binary 10100010 11010010 11100000
Octal 242 322 340

Shades and tints

Shades of #A2D2E0

#A2D2E0
(162,210,224)
#94BFCC
(148,191,204)
#86ACB8
(134,172,184)
#7899A4
(120,153,164)
#6A8690
(106,134,144)
#5C737C
(92,115,124)
#4E6068
(78,96,104)
#404D54
(64,77,84)
#323A40
(50,58,64)
#24272C
(36,39,44)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #A2D2E0

#A2D2E0
(162,210,224)
#AAD6E2
(170,214,226)
#B2DAE4
(178,218,228)
#BADEE6
(186,222,230)
#C2E2E8
(194,226,232)
#CAE6EA
(202,230,234)
#D2EAEC
(210,234,236)
#DAEEEE
(218,238,238)
#E2F2F0
(226,242,240)
#EAF6F2
(234,246,242)
#F2FAF4
(242,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2D2E0 color. Also use rgb(162,210,224) instead hex code.

Text Font Color

.myTextColor { color: #A2D2E0; }

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

This text font color is #A2D2E0.

Background Color

.myBgColor { background-color: #A2D2E0; }

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

This div background color is #A2D2E0.

Border color

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

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

This div border color is #A2D2E0.

Opacity

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

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

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

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

This text has shadow with #A2D2E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2D2E0.

Preview

Color preview on black background

This text has color #A2D2E0 on black background.


Color preview on white background

This text has color #A2D2E0 on white background.


Black color preview on #A2D2E0 background

This text has black color on #A2D2E0 background.


White color preview on #A2D2E0 background

This text has white color on #A2D2E0 background.


Related colors

Complementary color

Complementary color for #hex is #5D2D1F.


I love getcolorcode.com

Triadic colors

1 #E0A2D2 and #D2E0A2 with #A2D2E0 are triadic colors.

2 #E0D2A2 and #D2A2E0 with #A2D2E0 are triadic colors.