COLOR #ADD1DA

HEX: #ADD1DA RGB: (173,209,218)

Color info

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

RGB color model

#ADD1DA color RGB value is (173,209,218).

RGB: (173,209,218) (68%, 82%, 85%)

RGB channels and saturation

R 173 of 255 = 68%
G 209 of 255 = 82%
B 218 of 255 = 85%

173
209
218

R + G + B ~ 78%. #ADD1DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 209 + 218 = 600 (100%)
R 173 of 600 ~ 28.83%
G 209 of 600 ~ 34.83%
B 218 of 600 ~ 36.33'%

%28.83
%34.83
%36.33

CMYK color model

#ADD1DA color CMYK value is (21,4,0,15).

  • cyan value is 20.64%
  • magenta value is 4.13%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (21,4,0,15)
C21M4Y0K15 (21%, 4%, 0%, 15%)
(0.21 / 0.04 / 0.00 / 0.15)

CMYK percentages

%20.64
%4.13
%0
%14.51

Codes

Color #ADD1DA in popluar color models

AD D1 DA
RGB 173 209 218
HSL 192° 37.82% 76.67%
HSB/HSV 192° 20.64% 85.49%
CMYK 20.64% 4.13% 0.00%
14.51%

Color #ADD1DA in popluar number systems.

HEX AD D1 DA
Decimal 173 209 218
Binary 10101101 11010001 11011010
Octal 255 321 332

Shades and tints

Shades of #ADD1DA

#ADD1DA
(173,209,218)
#9EBEC7
(158,190,199)
#8FABB4
(143,171,180)
#8098A1
(128,152,161)
#71858E
(113,133,142)
#62727B
(98,114,123)
#535F68
(83,95,104)
#444C55
(68,76,85)
#353942
(53,57,66)
#26262F
(38,38,47)
#17131C
(23,19,28)
#000000
(0,0,0)

Tints of #ADD1DA

#ADD1DA
(173,209,218)
#B4D5DD
(180,213,221)
#BBD9E0
(187,217,224)
#C2DDE3
(194,221,227)
#C9E1E6
(201,225,230)
#D0E5E9
(208,229,233)
#D7E9EC
(215,233,236)
#DEEDEF
(222,237,239)
#E5F1F2
(229,241,242)
#ECF5F5
(236,245,245)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD1DA; }

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

This text font color is #ADD1DA.

Background Color

.myBgColor { background-color: #ADD1DA; }

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

This div background color is #ADD1DA.

Border color

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

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

This div border color is #ADD1DA.

Opacity

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

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

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

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

This text has shadow with #ADD1DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD1DA.

Preview

Color preview on black background

This text has color #ADD1DA on black background.


Color preview on white background

This text has color #ADD1DA on white background.


Black color preview on #ADD1DA background

This text has black color on #ADD1DA background.


White color preview on #ADD1DA background

This text has white color on #ADD1DA background.


Related colors

Complementary color

Complementary color for #hex is #522E25.


I love getcolorcode.com

Triadic colors

1 #DAADD1 and #D1DAAD with #ADD1DA are triadic colors.

2 #DAD1AD and #D1ADDA with #ADD1DA are triadic colors.