COLOR #ADD6D5

HEX: #ADD6D5 RGB: (173,214,213)

Color info

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

RGB color model

#ADD6D5 color RGB value is (173,214,213).

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

RGB channels and saturation

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

173
214
213

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

Portions of RGB colors in percentages

R + G + B = 173 + 214 + 213 = 600 (100%)
R 173 of 600 ~ 28.83%
G 214 of 600 ~ 35.67%
B 213 of 600 ~ 35.5'%

%28.83
%35.67
%35.5

CMYK color model

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

  • cyan value is 19.16%
  • magenta value is 0.00%
  • yellow value is 0.47%
  • 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.47
%16.08

Codes

Color #ADD6D5 in popluar color models

AD D6 D5
RGB 173 214 213
HSL 179° 33.33% 75.88%
HSB/HSV 179° 19.16% 83.92%
CMYK 19.16% 0.00% 0.47%
16.08%

Color #ADD6D5 in popluar number systems.

HEX AD D6 D5
Decimal 173 214 213
Binary 10101101 11010110 11010101
Octal 255 326 325

Shades and tints

Shades of #ADD6D5

#ADD6D5
(173,214,213)
#9EC3C2
(158,195,194)
#8FB0AF
(143,176,175)
#809D9C
(128,157,156)
#718A89
(113,138,137)
#627776
(98,119,118)
#536463
(83,100,99)
#445150
(68,81,80)
#353E3D
(53,62,61)
#262B2A
(38,43,42)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #ADD6D5

#ADD6D5
(173,214,213)
#B4D9D8
(180,217,216)
#BBDCDB
(187,220,219)
#C2DFDE
(194,223,222)
#C9E2E1
(201,226,225)
#D0E5E4
(208,229,228)
#D7E8E7
(215,232,231)
#DEEBEA
(222,235,234)
#E5EEED
(229,238,237)
#ECF1F0
(236,241,240)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD6D5; }

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

This text font color is #ADD6D5.

Background Color

.myBgColor { background-color: #ADD6D5; }

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

This div background color is #ADD6D5.

Border color

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

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

This div border color is #ADD6D5.

Opacity

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

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

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

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

This text has shadow with #ADD6D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD6D5.

Preview

Color preview on black background

This text has color #ADD6D5 on black background.


Color preview on white background

This text has color #ADD6D5 on white background.


Black color preview on #ADD6D5 background

This text has black color on #ADD6D5 background.


White color preview on #ADD6D5 background

This text has white color on #ADD6D5 background.


Related colors

Complementary color

Complementary color for #hex is #52292A.


I love getcolorcode.com

Triadic colors

1 #D5ADD6 and #D6D5AD with #ADD6D5 are triadic colors.

2 #D5D6AD and #D6ADD5 with #ADD6D5 are triadic colors.