COLOR #ADD3DA

HEX: #ADD3DA RGB: (173,211,218)

Color info

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

RGB color model

#ADD3DA color RGB value is (173,211,218).

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

RGB channels and saturation

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

173
211
218

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

Portions of RGB colors in percentages

R + G + B = 173 + 211 + 218 = 602 (100%)
R 173 of 602 ~ 28.74%
G 211 of 602 ~ 35.05%
B 218 of 602 ~ 36.21'%

%28.74
%35.05
%36.21

CMYK color model

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

  • cyan value is 20.64%
  • magenta value is 3.21%
  • 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
%3.21
%0
%14.51

Codes

Color #ADD3DA in popluar color models

AD D3 DA
RGB 173 211 218
HSL 189° 37.82% 76.67%
HSB/HSV 189° 20.64% 85.49%
CMYK 20.64% 3.21% 0.00%
14.51%

Color #ADD3DA in popluar number systems.

HEX AD D3 DA
Decimal 173 211 218
Binary 10101101 11010011 11011010
Octal 255 323 332

Shades and tints

Shades of #ADD3DA

#ADD3DA
(173,211,218)
#9EC0C7
(158,192,199)
#8FADB4
(143,173,180)
#809AA1
(128,154,161)
#71878E
(113,135,142)
#62747B
(98,116,123)
#536168
(83,97,104)
#444E55
(68,78,85)
#353B42
(53,59,66)
#26282F
(38,40,47)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #ADD3DA

#ADD3DA
(173,211,218)
#B4D7DD
(180,215,221)
#BBDBE0
(187,219,224)
#C2DFE3
(194,223,227)
#C9E3E6
(201,227,230)
#D0E7E9
(208,231,233)
#D7EBEC
(215,235,236)
#DEEFEF
(222,239,239)
#E5F3F2
(229,243,242)
#ECF7F5
(236,247,245)
#F3FBF8
(243,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD3DA; }

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

This text font color is #ADD3DA.

Background Color

.myBgColor { background-color: #ADD3DA; }

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

This div background color is #ADD3DA.

Border color

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

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

This div border color is #ADD3DA.

Opacity

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

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

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

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

This text has shadow with #ADD3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD3DA.

Preview

Color preview on black background

This text has color #ADD3DA on black background.


Color preview on white background

This text has color #ADD3DA on white background.


Black color preview on #ADD3DA background

This text has black color on #ADD3DA background.


White color preview on #ADD3DA background

This text has white color on #ADD3DA background.


Related colors

Complementary color

Complementary color for #hex is #522C25.


I love getcolorcode.com

Triadic colors

1 #DAADD3 and #D3DAAD with #ADD3DA are triadic colors.

2 #DAD3AD and #D3ADDA with #ADD3DA are triadic colors.