COLOR #ADD7DE

HEX: #ADD7DE RGB: (173,215,222)

Color info

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

RGB color model

#ADD7DE color RGB value is (173,215,222).

RGB: (173,215,222) (68%, 84%, 87%)

RGB channels and saturation

R 173 of 255 = 68%
G 215 of 255 = 84%
B 222 of 255 = 87%

173
215
222

R + G + B ~ 80%. #ADD7DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 215 + 222 = 610 (100%)
R 173 of 610 ~ 28.36%
G 215 of 610 ~ 35.25%
B 222 of 610 ~ 36.39'%

%28.36
%35.25
%36.39

CMYK color model

#ADD7DE color CMYK value is (22,3,0,13).

  • cyan value is 22.07%
  • magenta value is 3.15%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (22,3,0,13) C22M3Y0K13 (22%,3%,0%,13%) (0.22/0.03/0.00/0.13) 

CMYK percentages

%22.07
%3.15
%0
%12.94

Codes

Color #ADD7DE in popluar color models

AD D7 DE
RGB 173 215 222
HSL 189° 42.61% 77.45%
HSB/HSV 189° 22.07% 87.06%
CMYK 22.07% 3.15% 0.00%
12.94%

Color #ADD7DE in popluar number systems.

HEX AD D7 DE
Decimal 173 215 222
Binary 10101101 11010111 11011110
Octal 255 327 336

Shades and tints

Shades of #ADD7DE

#ADD7DE
(173,215,222)
#9EC4CA
(158,196,202)
#8FB1B6
(143,177,182)
#809EA2
(128,158,162)
#718B8E
(113,139,142)
#62787A
(98,120,122)
#536566
(83,101,102)
#445252
(68,82,82)
#353F3E
(53,63,62)
#262C2A
(38,44,42)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #ADD7DE

#ADD7DE
(173,215,222)
#B4DAE1
(180,218,225)
#BBDDE4
(187,221,228)
#C2E0E7
(194,224,231)
#C9E3EA
(201,227,234)
#D0E6ED
(208,230,237)
#D7E9F0
(215,233,240)
#DEECF3
(222,236,243)
#E5EFF6
(229,239,246)
#ECF2F9
(236,242,249)
#F3F5FC
(243,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD7DE; }

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

This text font color is #ADD7DE.

Background Color

.myBgColor { background-color: #ADD7DE; }

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

This div background color is #ADD7DE.

Border color

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

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

This div border color is #ADD7DE.

Opacity

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

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

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

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

This text has shadow with #ADD7DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD7DE.

Preview

Color preview on black background

This text has color #ADD7DE on black background.


Color preview on white background

This text has color #ADD7DE on white background.


Black color preview on #ADD7DE background

This text has black color on #ADD7DE background.


White color preview on #ADD7DE background

This text has white color on #ADD7DE background.


Related colors

Complementary color

Complementary color for #hex is #522821.


I love getcolorcode.com

Triadic colors

1 #DEADD7 and #D7DEAD with #ADD7DE are triadic colors.

2 #DED7AD and #D7ADDE with #ADD7DE are triadic colors.