COLOR #ADD2E0

HEX: #ADD2E0 RGB: (173,210,224)

Color info

#ADD2E0 contains red, green and blue colors in about the same proportion. Web safe color of #ADD2E0 is #99CCCC (or #9CC).

RGB color model

#ADD2E0 color RGB value is (173,210,224).

RGB: (173,210,224) (68%, 82%, 88%)

RGB channels and saturation

R 173 of 255 = 68%
G 210 of 255 = 82%
B 224 of 255 = 88%

173
210
224

R + G + B ~ 79%. #ADD2E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 210 + 224 = 607 (100%)
R 173 of 607 ~ 28.5%
G 210 of 607 ~ 34.6%
B 224 of 607 ~ 36.9'%

%28.5
%34.6
%36.9

CMYK color model

#ADD2E0 color CMYK value is (23,6,0,12).

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

CMYK: (23,6,0,12)
C23M6Y0K12 (23%, 6%, 0%, 12%)
(0.23 / 0.06 / 0.00 / 0.12)

CMYK percentages

%22.77
%6.25
%0
%12.16

Codes

Color #ADD2E0 in popluar color models

AD D2 E0
RGB 173 210 224
HSL 196° 45.13% 77.84%
HSB/HSV 196° 22.77% 87.84%
CMYK 22.77% 6.25% 0.00%
12.16%

Color #ADD2E0 in popluar number systems.

HEX AD D2 E0
Decimal 173 210 224
Binary 10101101 11010010 11100000
Octal 255 322 340

Shades and tints

Shades of #ADD2E0

#ADD2E0
(173,210,224)
#9EBFCC
(158,191,204)
#8FACB8
(143,172,184)
#8099A4
(128,153,164)
#718690
(113,134,144)
#62737C
(98,115,124)
#536068
(83,96,104)
#444D54
(68,77,84)
#353A40
(53,58,64)
#26272C
(38,39,44)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #ADD2E0

#ADD2E0
(173,210,224)
#B4D6E2
(180,214,226)
#BBDAE4
(187,218,228)
#C2DEE6
(194,222,230)
#C9E2E8
(201,226,232)
#D0E6EA
(208,230,234)
#D7EAEC
(215,234,236)
#DEEEEE
(222,238,238)
#E5F2F0
(229,242,240)
#ECF6F2
(236,246,242)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD2E0; }

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

This text font color is #ADD2E0.

Background Color

.myBgColor { background-color: #ADD2E0; }

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

This div background color is #ADD2E0.

Border color

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

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

This div border color is #ADD2E0.

Opacity

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

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

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

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

This text has shadow with #ADD2E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD2E0.

Preview

Color preview on black background

This text has color #ADD2E0 on black background.


Color preview on white background

This text has color #ADD2E0 on white background.


Black color preview on #ADD2E0 background

This text has black color on #ADD2E0 background.


White color preview on #ADD2E0 background

This text has white color on #ADD2E0 background.


Related colors

Complementary color

Complementary color for #hex is #522D1F.


I love getcolorcode.com

Triadic colors

1 #E0ADD2 and #D2E0AD with #ADD2E0 are triadic colors.

2 #E0D2AD and #D2ADE0 with #ADD2E0 are triadic colors.