COLOR #ADD1E6

HEX: #ADD1E6 RGB: (173,209,230)

Color info

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

RGB color model

#ADD1E6 color RGB value is (173,209,230).

RGB: (173,209,230) (68%, 82%, 90%)

RGB channels and saturation

R 173 of 255 = 68%
G 209 of 255 = 82%
B 230 of 255 = 90%

173
209
230

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

Portions of RGB colors in percentages

R + G + B = 173 + 209 + 230 = 612 (100%)
R 173 of 612 ~ 28.27%
G 209 of 612 ~ 34.15%
B 230 of 612 ~ 37.58'%

%28.27
%34.15
%37.58

CMYK color model

#ADD1E6 color CMYK value is (25,9,0,10).

  • cyan value is 24.78%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (25,9,0,10)
C25M9Y0K10 (25%, 9%, 0%, 10%)
(0.25 / 0.09 / 0.00 / 0.10)

CMYK percentages

%24.78
%9.13
%0
%9.8

Codes

Color #ADD1E6 in popluar color models

AD D1 E6
RGB 173 209 230
HSL 202° 53.27% 79.02%
HSB/HSV 202° 24.78% 90.20%
CMYK 24.78% 9.13% 0.00%
9.80%

Color #ADD1E6 in popluar number systems.

HEX AD D1 E6
Decimal 173 209 230
Binary 10101101 11010001 11100110
Octal 255 321 346

Shades and tints

Shades of #ADD1E6

#ADD1E6
(173,209,230)
#9EBED2
(158,190,210)
#8FABBE
(143,171,190)
#8098AA
(128,152,170)
#718596
(113,133,150)
#627282
(98,114,130)
#535F6E
(83,95,110)
#444C5A
(68,76,90)
#353946
(53,57,70)
#262632
(38,38,50)
#17131E
(23,19,30)
#000000
(0,0,0)

Tints of #ADD1E6

#ADD1E6
(173,209,230)
#B4D5E8
(180,213,232)
#BBD9EA
(187,217,234)
#C2DDEC
(194,221,236)
#C9E1EE
(201,225,238)
#D0E5F0
(208,229,240)
#D7E9F2
(215,233,242)
#DEEDF4
(222,237,244)
#E5F1F6
(229,241,246)
#ECF5F8
(236,245,248)
#F3F9FA
(243,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD1E6 color. Also use rgb(173,209,230) instead hex code.

Text Font Color

.myTextColor { color: #ADD1E6; }

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

This text font color is #ADD1E6.

Background Color

.myBgColor { background-color: #ADD1E6; }

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

This div background color is #ADD1E6.

Border color

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

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

This div border color is #ADD1E6.

Opacity

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

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

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

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

This text has shadow with #ADD1E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD1E6.

Preview

Color preview on black background

This text has color #ADD1E6 on black background.


Color preview on white background

This text has color #ADD1E6 on white background.


Black color preview on #ADD1E6 background

This text has black color on #ADD1E6 background.


White color preview on #ADD1E6 background

This text has white color on #ADD1E6 background.


Related colors

Complementary color

Complementary color for #hex is #522E19.


I love getcolorcode.com

Triadic colors

1 #E6ADD1 and #D1E6AD with #ADD1E6 are triadic colors.

2 #E6D1AD and #D1ADE6 with #ADD1E6 are triadic colors.