COLOR #ADD2DE

HEX: #ADD2DE RGB: (173,210,222)

Color info

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

RGB color model

#ADD2DE color RGB value is (173,210,222).

RGB: (173,210,222) (68%, 82%, 87%)

RGB channels and saturation

R 173 of 255 = 68%
G 210 of 255 = 82%
B 222 of 255 = 87%

173
210
222

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

Portions of RGB colors in percentages

R + G + B = 173 + 210 + 222 = 605 (100%)
R 173 of 605 ~ 28.6%
G 210 of 605 ~ 34.71%
B 222 of 605 ~ 36.69'%

%28.6
%34.71
%36.69

CMYK color model

#ADD2DE color CMYK value is (22,5,0,13).

  • cyan value is 22.07%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (22,5,0,13) C22M5Y0K13 (22%,5%,0%,13%) (0.22/0.05/0.00/0.13) 

CMYK percentages

%22.07
%5.41
%0
%12.94

Codes

Color #ADD2DE in popluar color models

AD D2 DE
RGB 173 210 222
HSL 195° 42.61% 77.45%
HSB/HSV 195° 22.07% 87.06%
CMYK 22.07% 5.41% 0.00%
12.94%

Color #ADD2DE in popluar number systems.

HEX AD D2 DE
Decimal 173 210 222
Binary 10101101 11010010 11011110
Octal 255 322 336

Shades and tints

Shades of #ADD2DE

#ADD2DE
(173,210,222)
#9EBFCA
(158,191,202)
#8FACB6
(143,172,182)
#8099A2
(128,153,162)
#71868E
(113,134,142)
#62737A
(98,115,122)
#536066
(83,96,102)
#444D52
(68,77,82)
#353A3E
(53,58,62)
#26272A
(38,39,42)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #ADD2DE

#ADD2DE
(173,210,222)
#B4D6E1
(180,214,225)
#BBDAE4
(187,218,228)
#C2DEE7
(194,222,231)
#C9E2EA
(201,226,234)
#D0E6ED
(208,230,237)
#D7EAF0
(215,234,240)
#DEEEF3
(222,238,243)
#E5F2F6
(229,242,246)
#ECF6F9
(236,246,249)
#F3FAFC
(243,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD2DE; }

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

This text font color is #ADD2DE.

Background Color

.myBgColor { background-color: #ADD2DE; }

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

This div background color is #ADD2DE.

Border color

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

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

This div border color is #ADD2DE.

Opacity

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

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

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

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

This text has shadow with #ADD2DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD2DE.

Preview

Color preview on black background

This text has color #ADD2DE on black background.


Color preview on white background

This text has color #ADD2DE on white background.


Black color preview on #ADD2DE background

This text has black color on #ADD2DE background.


White color preview on #ADD2DE background

This text has white color on #ADD2DE background.


Related colors

Complementary color

Complementary color for #hex is #522D21.


I love getcolorcode.com

Triadic colors

1 #DEADD2 and #D2DEAD with #ADD2DE are triadic colors.

2 #DED2AD and #D2ADDE with #ADD2DE are triadic colors.