COLOR #A2DDF0

HEX: #A2DDF0 RGB: (162,221,240)

Color info

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

RGB color model

#A2DDF0 color RGB value is (162,221,240).

RGB: (162,221,240) (64%, 87%, 94%)

RGB channels and saturation

R 162 of 255 = 64%
G 221 of 255 = 87%
B 240 of 255 = 94%

162
221
240

R + G + B ~ 82%. #A2DDF0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 221 + 240 = 623 (100%)
R 162 of 623 ~ 26%
G 221 of 623 ~ 35.47%
B 240 of 623 ~ 38.52'%

%26
%35.47
%38.52

CMYK color model

#A2DDF0 color CMYK value is (33,8,0,6).

  • cyan value is 32.50%
  • magenta value is 7.92%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (33,8,0,6)
C33M8Y0K6 (33%, 8%, 0%, 6%)
(0.33 / 0.08 / 0.00 / 0.06)

CMYK percentages

%32.5
%7.92
%0
%5.88

Codes

Color #A2DDF0 in popluar color models

A2 DD F0
RGB 162 221 240
HSL 195° 72.22% 78.82%
HSB/HSV 195° 32.50% 94.12%
CMYK 32.50% 7.92% 0.00%
5.88%

Color #A2DDF0 in popluar number systems.

HEX A2 DD F0
Decimal 162 221 240
Binary 10100010 11011101 11110000
Octal 242 335 360

Shades and tints

Shades of #A2DDF0

#A2DDF0
(162,221,240)
#94C9DB
(148,201,219)
#86B5C6
(134,181,198)
#78A1B1
(120,161,177)
#6A8D9C
(106,141,156)
#5C7987
(92,121,135)
#4E6572
(78,101,114)
#40515D
(64,81,93)
#323D48
(50,61,72)
#242933
(36,41,51)
#16151E
(22,21,30)
#000000
(0,0,0)

Tints of #A2DDF0

#A2DDF0
(162,221,240)
#AAE0F1
(170,224,241)
#B2E3F2
(178,227,242)
#BAE6F3
(186,230,243)
#C2E9F4
(194,233,244)
#CAECF5
(202,236,245)
#D2EFF6
(210,239,246)
#DAF2F7
(218,242,247)
#E2F5F8
(226,245,248)
#EAF8F9
(234,248,249)
#F2FBFA
(242,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2DDF0 color. Also use rgb(162,221,240) instead hex code.

Text Font Color

.myTextColor { color: #A2DDF0; }

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

This text font color is #A2DDF0.

Background Color

.myBgColor { background-color: #A2DDF0; }

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

This div background color is #A2DDF0.

Border color

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

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

This div border color is #A2DDF0.

Opacity

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

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

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

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

This text has shadow with #A2DDF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2DDF0.

Preview

Color preview on black background

This text has color #A2DDF0 on black background.


Color preview on white background

This text has color #A2DDF0 on white background.


Black color preview on #A2DDF0 background

This text has black color on #A2DDF0 background.


White color preview on #A2DDF0 background

This text has white color on #A2DDF0 background.


Related colors

Complementary color

Complementary color for #hex is #5D220F.


I love getcolorcode.com

Triadic colors

1 #F0A2DD and #DDF0A2 with #A2DDF0 are triadic colors.

2 #F0DDA2 and #DDA2F0 with #A2DDF0 are triadic colors.