COLOR #ADD2EE

HEX: #ADD2EE RGB: (173,210,238)

Color info

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

RGB color model

#ADD2EE color RGB value is (173,210,238).

RGB: (173,210,238) (68%, 82%, 93%)

RGB channels and saturation

R 173 of 255 = 68%
G 210 of 255 = 82%
B 238 of 255 = 93%

173
210
238

R + G + B ~ 81%. #ADD2EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 210 + 238 = 621 (100%)
R 173 of 621 ~ 27.86%
G 210 of 621 ~ 33.82%
B 238 of 621 ~ 38.33'%

%27.86
%33.82
%38.33

CMYK color model

#ADD2EE color CMYK value is (27,12,0,7).

  • cyan value is 27.31%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (27,12,0,7)
C27M12Y0K7 (27%, 12%, 0%, 7%)
(0.27 / 0.12 / 0.00 / 0.07)

CMYK percentages

%27.31
%11.76
%0
%6.67

Codes

Color #ADD2EE in popluar color models

AD D2 EE
RGB 173 210 238
HSL 206° 65.66% 80.59%
HSB/HSV 206° 27.31% 93.33%
CMYK 27.31% 11.76% 0.00%
6.67%

Color #ADD2EE in popluar number systems.

HEX AD D2 EE
Decimal 173 210 238
Binary 10101101 11010010 11101110
Octal 255 322 356

Shades and tints

Shades of #ADD2EE

#ADD2EE
(173,210,238)
#9EBFD9
(158,191,217)
#8FACC4
(143,172,196)
#8099AF
(128,153,175)
#71869A
(113,134,154)
#627385
(98,115,133)
#536070
(83,96,112)
#444D5B
(68,77,91)
#353A46
(53,58,70)
#262731
(38,39,49)
#17141C
(23,20,28)
#000000
(0,0,0)

Tints of #ADD2EE

#ADD2EE
(173,210,238)
#B4D6EF
(180,214,239)
#BBDAF0
(187,218,240)
#C2DEF1
(194,222,241)
#C9E2F2
(201,226,242)
#D0E6F3
(208,230,243)
#D7EAF4
(215,234,244)
#DEEEF5
(222,238,245)
#E5F2F6
(229,242,246)
#ECF6F7
(236,246,247)
#F3FAF8
(243,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD2EE; }

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

This text font color is #ADD2EE.

Background Color

.myBgColor { background-color: #ADD2EE; }

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

This div background color is #ADD2EE.

Border color

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

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

This div border color is #ADD2EE.

Opacity

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

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

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

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

This text has shadow with #ADD2EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD2EE.

Preview

Color preview on black background

This text has color #ADD2EE on black background.


Color preview on white background

This text has color #ADD2EE on white background.


Black color preview on #ADD2EE background

This text has black color on #ADD2EE background.


White color preview on #ADD2EE background

This text has white color on #ADD2EE background.


Related colors

Complementary color

Complementary color for #hex is #522D11.


I love getcolorcode.com

Triadic colors

1 #EEADD2 and #D2EEAD with #ADD2EE are triadic colors.

2 #EED2AD and #D2ADEE with #ADD2EE are triadic colors.