COLOR #ADD7CD

HEX: #ADD7CD RGB: (173,215,205)

Color info

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

RGB color model

#ADD7CD color RGB value is (173,215,205).

RGB: (173,215,205) (68%, 84%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 215 of 255 = 84%
B 205 of 255 = 80%

173
215
205

R + G + B ~ 77%. #ADD7CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 215 + 205 = 593 (100%)
R 173 of 593 ~ 29.17%
G 215 of 593 ~ 36.26%
B 205 of 593 ~ 34.57'%

%29.17
%36.26
%34.57

CMYK color model

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

  • cyan value is 19.53%
  • magenta value is 0.00%
  • yellow value is 4.65%
  • key color value is 15.69%
CMYK: (20,0,5,16) C20M0Y5K16 (20%,0%,5%,16%) (0.20/0.00/0.05/0.16) 

CMYK percentages

%19.53
%0
%4.65
%15.69

Codes

Color #ADD7CD in popluar color models

AD D7 CD
RGB 173 215 205
HSL 166° 34.43% 76.08%
HSB/HSV 166° 19.53% 84.31%
CMYK 19.53% 0.00% 4.65%
15.69%

Color #ADD7CD in popluar number systems.

HEX AD D7 CD
Decimal 173 215 205
Binary 10101101 11010111 11001101
Octal 255 327 315

Shades and tints

Shades of #ADD7CD

#ADD7CD
(173,215,205)
#9EC4BB
(158,196,187)
#8FB1A9
(143,177,169)
#809E97
(128,158,151)
#718B85
(113,139,133)
#627873
(98,120,115)
#536561
(83,101,97)
#44524F
(68,82,79)
#353F3D
(53,63,61)
#262C2B
(38,44,43)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #ADD7CD

#ADD7CD
(173,215,205)
#B4DAD1
(180,218,209)
#BBDDD5
(187,221,213)
#C2E0D9
(194,224,217)
#C9E3DD
(201,227,221)
#D0E6E1
(208,230,225)
#D7E9E5
(215,233,229)
#DEECE9
(222,236,233)
#E5EFED
(229,239,237)
#ECF2F1
(236,242,241)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD7CD; }

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

This text font color is #ADD7CD.

Background Color

.myBgColor { background-color: #ADD7CD; }

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

This div background color is #ADD7CD.

Border color

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

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

This div border color is #ADD7CD.

Opacity

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

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

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

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

This text has shadow with #ADD7CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD7CD.

Preview

Color preview on black background

This text has color #ADD7CD on black background.


Color preview on white background

This text has color #ADD7CD on white background.


Black color preview on #ADD7CD background

This text has black color on #ADD7CD background.


White color preview on #ADD7CD background

This text has white color on #ADD7CD background.


Related colors

Complementary color

Complementary color for #hex is #522832.


I love getcolorcode.com

Triadic colors

1 #CDADD7 and #D7CDAD with #ADD7CD are triadic colors.

2 #CDD7AD and #D7ADCD with #ADD7CD are triadic colors.