COLOR #ADD4CD

HEX: #ADD4CD RGB: (173,212,205)

Color info

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

RGB color model

#ADD4CD color RGB value is (173,212,205).

RGB: (173,212,205) (68%, 83%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 212 of 255 = 83%
B 205 of 255 = 80%

173
212
205

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

Portions of RGB colors in percentages

R + G + B = 173 + 212 + 205 = 590 (100%)
R 173 of 590 ~ 29.32%
G 212 of 590 ~ 35.93%
B 205 of 590 ~ 34.75'%

%29.32
%35.93
%34.75

CMYK color model

#ADD4CD color CMYK value is (18,0,3,17).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 3.30%
  • key color value is 16.86%

CMYK: (18,0,3,17)
C18M0Y3K17 (18%, 0%, 3%, 17%)
(0.18 / 0.00 / 0.03 / 0.17)

CMYK percentages

%18.4
%0
%3.3
%16.86

Codes

Color #ADD4CD in popluar color models

AD D4 CD
RGB 173 212 205
HSL 169° 31.20% 75.49%
HSB/HSV 169° 18.40% 83.14%
CMYK 18.40% 0.00% 3.30%
16.86%

Color #ADD4CD in popluar number systems.

HEX AD D4 CD
Decimal 173 212 205
Binary 10101101 11010100 11001101
Octal 255 324 315

Shades and tints

Shades of #ADD4CD

#ADD4CD
(173,212,205)
#9EC1BB
(158,193,187)
#8FAEA9
(143,174,169)
#809B97
(128,155,151)
#718885
(113,136,133)
#627573
(98,117,115)
#536261
(83,98,97)
#444F4F
(68,79,79)
#353C3D
(53,60,61)
#26292B
(38,41,43)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #ADD4CD

#ADD4CD
(173,212,205)
#B4D7D1
(180,215,209)
#BBDAD5
(187,218,213)
#C2DDD9
(194,221,217)
#C9E0DD
(201,224,221)
#D0E3E1
(208,227,225)
#D7E6E5
(215,230,229)
#DEE9E9
(222,233,233)
#E5ECED
(229,236,237)
#ECEFF1
(236,239,241)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD4CD; }

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

This text font color is #ADD4CD.

Background Color

.myBgColor { background-color: #ADD4CD; }

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

This div background color is #ADD4CD.

Border color

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

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

This div border color is #ADD4CD.

Opacity

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

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

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

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

This text has shadow with #ADD4CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD4CD.

Preview

Color preview on black background

This text has color #ADD4CD on black background.


Color preview on white background

This text has color #ADD4CD on white background.


Black color preview on #ADD4CD background

This text has black color on #ADD4CD background.


White color preview on #ADD4CD background

This text has white color on #ADD4CD background.


Related colors

Complementary color

Complementary color for #hex is #522B32.


I love getcolorcode.com

Triadic colors

1 #CDADD4 and #D4CDAD with #ADD4CD are triadic colors.

2 #CDD4AD and #D4ADCD with #ADD4CD are triadic colors.