COLOR #ADD7D6

HEX: #ADD7D6
RGB: (173,215,214)

Color info

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

RGB color model

#ADD7D6 color RGB value is (173,215,214).

  • red value is 173;
  • green value is 215;
  • blue value is 214.
RGB:
(173,215,214)
(68%,84%,84%)

RGB channels and saturation

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

173
215
214

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

Portions of RGB colors in percentages

R + G + B =
173 + 215 + 214 = 602 (100%)
R 173 of 602 ~ 28.74%
G 215 of 602 ~ 35.71%
B 214 of 602 ~ 35.55%

%28.74
%35.71
%35.55

CMYK color model

#ADD7D6 color CMYK value is (20,0,0,16).

  • cyan value is 19.53%
  • magenta value is 0.00%
  • yellow value is 0.47%
  • key color value is 15.69%
CMYK:
(20,0,0,16)
C20M0Y0K16 
(20%,0%,0%,16%)
(0.20/0.00/0.00/0.16)	

CMYK percentages

%19.53
%0
%0.47
%15.69

Codes

Color #ADD7D6 in popluar color models

ADD7D6
RGB173215214
HSL179°34.43%76.08%
HSB/HSV179°19.53%84.31%
CMYK19.53%0.00%0.47%
15.69%

Color #ADD7D6 in popluar number systems.

HEXADD7D6
Decimal173215214
Binary101011011101011111010110
Octal255327326

Shades and tints

Shades of #ADD7D6

#ADD7D6
(173,215,214)
#9EC4C3
(158,196,195)
#8FB1B0
(143,177,176)
#809E9D
(128,158,157)
#718B8A
(113,139,138)
#627877
(98,120,119)
#536564
(83,101,100)
#445251
(68,82,81)
#353F3E
(53,63,62)
#262C2B
(38,44,43)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #ADD7D6

#ADD7D6
(173,215,214)
#B4DAD9
(180,218,217)
#BBDDDC
(187,221,220)
#C2E0DF
(194,224,223)
#C9E3E2
(201,227,226)
#D0E6E5
(208,230,229)
#D7E9E8
(215,233,232)
#DEECEB
(222,236,235)
#E5EFEE
(229,239,238)
#ECF2F1
(236,242,241)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD7D6; }

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

This text font color is #ADD7D6.


Background Color

.myBgColor { background-color: #ADD7D6; }

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

This div background color is #ADD7D6.


Border color

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

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

This div border color is #ADD7D6.


Opacity

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

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

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

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

This text has shadow with #ADD7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD7D6 on black background.


Color preview on white background

This text has color #ADD7D6 on white background.



Black color preview on #ADD7D6 background

This text has black color on #ADD7D6 background.


White color preview on #ADD7D6 background

This text has white color on #ADD7D6 background.