COLOR #ADD6D6

HEX: #ADD6D6 RGB: (173,214,214)

Color info

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

RGB color model

#ADD6D6 color RGB value is (173,214,214).

RGB: (173,214,214) (68%, 84%, 84%)

RGB channels and saturation

R 173 of 255 = 68%
G 214 of 255 = 84%
B 214 of 255 = 84%

173
214
214

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

Portions of RGB colors in percentages

R + G + B = 173 + 214 + 214 = 601 (100%)
R 173 of 601 ~ 28.79%
G 214 of 601 ~ 35.61%
B 214 of 601 ~ 35.61'%

%28.79
%35.61
%35.61

CMYK color model

#ADD6D6 color CMYK value is (19,0,0,16).

  • cyan value is 19.16%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (19,0,0,16)
C19M0Y0K16 (19%, 0%, 0%, 16%)
(0.19 / 0.00 / 0.00 / 0.16)

CMYK percentages

%19.16
%0
%0
%16.08

Codes

Color #ADD6D6 in popluar color models

AD D6 D6
RGB 173 214 214
HSL 180° 33.33% 75.88%
HSB/HSV 180° 19.16% 83.92%
CMYK 19.16% 0.00% 0.00%
16.08%

Color #ADD6D6 in popluar number systems.

HEX AD D6 D6
Decimal 173 214 214
Binary 10101101 11010110 11010110
Octal 255 326 326

Shades and tints

Shades of #ADD6D6

#ADD6D6
(173,214,214)
#9EC3C3
(158,195,195)
#8FB0B0
(143,176,176)
#809D9D
(128,157,157)
#718A8A
(113,138,138)
#627777
(98,119,119)
#536464
(83,100,100)
#445151
(68,81,81)
#353E3E
(53,62,62)
#262B2B
(38,43,43)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #ADD6D6

#ADD6D6
(173,214,214)
#B4D9D9
(180,217,217)
#BBDCDC
(187,220,220)
#C2DFDF
(194,223,223)
#C9E2E2
(201,226,226)
#D0E5E5
(208,229,229)
#D7E8E8
(215,232,232)
#DEEBEB
(222,235,235)
#E5EEEE
(229,238,238)
#ECF1F1
(236,241,241)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD6D6; }

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

This text font color is #ADD6D6.

Background Color

.myBgColor { background-color: #ADD6D6; }

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

This div background color is #ADD6D6.

Border color

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

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

This div border color is #ADD6D6.

Opacity

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

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

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

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

This text has shadow with #ADD6D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD6D6.

Preview

Color preview on black background

This text has color #ADD6D6 on black background.


Color preview on white background

This text has color #ADD6D6 on white background.


Black color preview on #ADD6D6 background

This text has black color on #ADD6D6 background.


White color preview on #ADD6D6 background

This text has white color on #ADD6D6 background.


Related colors

Complementary color

Complementary color for #hex is #522929.


I love getcolorcode.com