COLOR #ADD0DA

HEX: #ADD0DA
RGB: (173,208,218)

Color info

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

RGB color model

#ADD0DA color RGB value is (173,208,218).

  • red value is 173;
  • green value is 208;
  • blue value is 218.
RGB:
(173,208,218)
(68%,82%,85%)

RGB channels and saturation

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

173
208
218

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

Portions of RGB colors in percentages

R + G + B =
173 + 208 + 218 = 599 (100%)
R 173 of 599 ~ 28.88%
G 208 of 599 ~ 34.72%
B 218 of 599 ~ 36.39%

%28.88
%34.72
%36.39

CMYK color model

#ADD0DA color CMYK value is (21,5,0,15).

  • cyan value is 20.64%
  • magenta value is 4.59%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(21,5,0,15)
C21M5Y0K15 
(21%,5%,0%,15%)
(0.21/0.05/0.00/0.15)	

CMYK percentages

%20.64
%4.59
%0
%14.51

Codes

Color #ADD0DA in popluar color models

ADD0DA
RGB173208218
HSL193°37.82%76.67%
HSB/HSV193°20.64%85.49%
CMYK20.64%4.59%0.00%
14.51%

Color #ADD0DA in popluar number systems.

HEXADD0DA
Decimal173208218
Binary101011011101000011011010
Octal255320332

Shades and tints

Shades of #ADD0DA

#ADD0DA
(173,208,218)
#9EBEC7
(158,190,199)
#8FACB4
(143,172,180)
#809AA1
(128,154,161)
#71888E
(113,136,142)
#62767B
(98,118,123)
#536468
(83,100,104)
#445255
(68,82,85)
#354042
(53,64,66)
#262E2F
(38,46,47)
#171C1C
(23,28,28)
#000000
(0,0,0)

Tints of #ADD0DA

#ADD0DA
(173,208,218)
#B4D4DD
(180,212,221)
#BBD8E0
(187,216,224)
#C2DCE3
(194,220,227)
#C9E0E6
(201,224,230)
#D0E4E9
(208,228,233)
#D7E8EC
(215,232,236)
#DEECEF
(222,236,239)
#E5F0F2
(229,240,242)
#ECF4F5
(236,244,245)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD0DA; }

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

This text font color is #ADD0DA.


Background Color

.myBgColor { background-color: #ADD0DA; }

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

This div background color is #ADD0DA.


Border color

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

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

This div border color is #ADD0DA.


Opacity

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

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

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

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

This text has shadow with #ADD0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD0DA on black background.


Color preview on white background

This text has color #ADD0DA on white background.



Black color preview on #ADD0DA background

This text has black color on #ADD0DA background.


White color preview on #ADD0DA background

This text has white color on #ADD0DA background.