COLOR #ADD4DA

HEX: #ADD4DA RGB: (173,212,218)

Color info

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

RGB color model

#ADD4DA color RGB value is (173,212,218).

RGB: (173,212,218) (68%, 83%, 85%)

RGB channels and saturation

R 173 of 255 = 68%
G 212 of 255 = 83%
B 218 of 255 = 85%

173
212
218

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

Portions of RGB colors in percentages

R + G + B = 173 + 212 + 218 = 603 (100%)
R 173 of 603 ~ 28.69%
G 212 of 603 ~ 35.16%
B 218 of 603 ~ 36.15'%

%28.69
%35.16
%36.15

CMYK color model

#ADD4DA color CMYK value is (21,3,0,15).

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

CMYK: (21,3,0,15)
C21M3Y0K15 (21%, 3%, 0%, 15%)
(0.21 / 0.03 / 0.00 / 0.15)

CMYK percentages

%20.64
%2.75
%0
%14.51

Codes

Color #ADD4DA in popluar color models

AD D4 DA
RGB 173 212 218
HSL 188° 37.82% 76.67%
HSB/HSV 188° 20.64% 85.49%
CMYK 20.64% 2.75% 0.00%
14.51%

Color #ADD4DA in popluar number systems.

HEX AD D4 DA
Decimal 173 212 218
Binary 10101101 11010100 11011010
Octal 255 324 332

Shades and tints

Shades of #ADD4DA

#ADD4DA
(173,212,218)
#9EC1C7
(158,193,199)
#8FAEB4
(143,174,180)
#809BA1
(128,155,161)
#71888E
(113,136,142)
#62757B
(98,117,123)
#536268
(83,98,104)
#444F55
(68,79,85)
#353C42
(53,60,66)
#26292F
(38,41,47)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #ADD4DA

#ADD4DA
(173,212,218)
#B4D7DD
(180,215,221)
#BBDAE0
(187,218,224)
#C2DDE3
(194,221,227)
#C9E0E6
(201,224,230)
#D0E3E9
(208,227,233)
#D7E6EC
(215,230,236)
#DEE9EF
(222,233,239)
#E5ECF2
(229,236,242)
#ECEFF5
(236,239,245)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD4DA; }

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

This text font color is #ADD4DA.

Background Color

.myBgColor { background-color: #ADD4DA; }

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

This div background color is #ADD4DA.

Border color

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

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

This div border color is #ADD4DA.

Opacity

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

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

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

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

This text has shadow with #ADD4DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD4DA.

Preview

Color preview on black background

This text has color #ADD4DA on black background.


Color preview on white background

This text has color #ADD4DA on white background.


Black color preview on #ADD4DA background

This text has black color on #ADD4DA background.


White color preview on #ADD4DA background

This text has white color on #ADD4DA background.


Related colors

Complementary color

Complementary color for #hex is #522B25.


I love getcolorcode.com

Triadic colors

1 #DAADD4 and #D4DAAD with #ADD4DA are triadic colors.

2 #DAD4AD and #D4ADDA with #ADD4DA are triadic colors.