COLOR #ADD7D2

HEX: #ADD7D2 RGB: (173,215,210)

Color info

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

RGB color model

#ADD7D2 color RGB value is (173,215,210).

RGB: (173,215,210) (68%, 84%, 82%)

RGB channels and saturation

R 173 of 255 = 68%
G 215 of 255 = 84%
B 210 of 255 = 82%

173
215
210

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

Portions of RGB colors in percentages

R + G + B = 173 + 215 + 210 = 598 (100%)
R 173 of 598 ~ 28.93%
G 215 of 598 ~ 35.95%
B 210 of 598 ~ 35.12'%

%28.93
%35.95
%35.12

CMYK color model

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

  • cyan value is 19.53%
  • magenta value is 0.00%
  • yellow value is 2.33%
  • key color value is 15.69%

CMYK: (20,0,2,16)
C20M0Y2K16 (20%, 0%, 2%, 16%)
(0.20 / 0.00 / 0.02 / 0.16)

CMYK percentages

%19.53
%0
%2.33
%15.69

Codes

Color #ADD7D2 in popluar color models

AD D7 D2
RGB 173 215 210
HSL 173° 34.43% 76.08%
HSB/HSV 173° 19.53% 84.31%
CMYK 19.53% 0.00% 2.33%
15.69%

Color #ADD7D2 in popluar number systems.

HEX AD D7 D2
Decimal 173 215 210
Binary 10101101 11010111 11010010
Octal 255 327 322

Shades and tints

Shades of #ADD7D2

#ADD7D2
(173,215,210)
#9EC4BF
(158,196,191)
#8FB1AC
(143,177,172)
#809E99
(128,158,153)
#718B86
(113,139,134)
#627873
(98,120,115)
#536560
(83,101,96)
#44524D
(68,82,77)
#353F3A
(53,63,58)
#262C27
(38,44,39)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #ADD7D2

#ADD7D2
(173,215,210)
#B4DAD6
(180,218,214)
#BBDDDA
(187,221,218)
#C2E0DE
(194,224,222)
#C9E3E2
(201,227,226)
#D0E6E6
(208,230,230)
#D7E9EA
(215,233,234)
#DEECEE
(222,236,238)
#E5EFF2
(229,239,242)
#ECF2F6
(236,242,246)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD7D2; }

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

This text font color is #ADD7D2.

Background Color

.myBgColor { background-color: #ADD7D2; }

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

This div background color is #ADD7D2.

Border color

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

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

This div border color is #ADD7D2.

Opacity

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

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

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

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

This text has shadow with #ADD7D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD7D2.

Preview

Color preview on black background

This text has color #ADD7D2 on black background.


Color preview on white background

This text has color #ADD7D2 on white background.


Black color preview on #ADD7D2 background

This text has black color on #ADD7D2 background.


White color preview on #ADD7D2 background

This text has white color on #ADD7D2 background.


Related colors

Complementary color

Complementary color for #hex is #52282D.


I love getcolorcode.com

Triadic colors

1 #D2ADD7 and #D7D2AD with #ADD7D2 are triadic colors.

2 #D2D7AD and #D7ADD2 with #ADD7D2 are triadic colors.