COLOR #ADE9CD

HEX: #ADE9CD RGB: (173,233,205)

Color info

#ADE9CD contains mainly green and blue colors. Web safe color of #ADE9CD is #99FFCC (or #9FC).

RGB color model

#ADE9CD color RGB value is (173,233,205).

RGB: (173,233,205) (68%, 91%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 233 of 255 = 91%
B 205 of 255 = 80%

173
233
205

R + G + B ~ 80%. #ADE9CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 233 + 205 = 611 (100%)
R 173 of 611 ~ 28.31%
G 233 of 611 ~ 38.13%
B 205 of 611 ~ 33.55'%

%28.31
%38.13
%33.55

CMYK color model

#ADE9CD color CMYK value is (26,0,12,9).

  • cyan value is 25.75%
  • magenta value is 0.00%
  • yellow value is 12.02%
  • key color value is 8.63%
CMYK: (26,0,12,9) C26M0Y12K9 (26%,0%,12%,9%) (0.26/0.00/0.12/0.09) 

CMYK percentages

%25.75
%0
%12.02
%8.63

Codes

Color #ADE9CD in popluar color models

AD E9 CD
RGB 173 233 205
HSL 152° 57.69% 79.61%
HSB/HSV 152° 25.75% 91.37%
CMYK 25.75% 0.00% 12.02%
8.63%

Color #ADE9CD in popluar number systems.

HEX AD E9 CD
Decimal 173 233 205
Binary 10101101 11101001 11001101
Octal 255 351 315

Shades and tints

Shades of #ADE9CD

#ADE9CD
(173,233,205)
#9ED4BB
(158,212,187)
#8FBFA9
(143,191,169)
#80AA97
(128,170,151)
#719585
(113,149,133)
#628073
(98,128,115)
#536B61
(83,107,97)
#44564F
(68,86,79)
#35413D
(53,65,61)
#262C2B
(38,44,43)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #ADE9CD

#ADE9CD
(173,233,205)
#B4EBD1
(180,235,209)
#BBEDD5
(187,237,213)
#C2EFD9
(194,239,217)
#C9F1DD
(201,241,221)
#D0F3E1
(208,243,225)
#D7F5E5
(215,245,229)
#DEF7E9
(222,247,233)
#E5F9ED
(229,249,237)
#ECFBF1
(236,251,241)
#F3FDF5
(243,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE9CD; }

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

This text font color is #ADE9CD.

Background Color

.myBgColor { background-color: #ADE9CD; }

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

This div background color is #ADE9CD.

Border color

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

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

This div border color is #ADE9CD.

Opacity

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

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

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

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

This text has shadow with #ADE9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADE9CD.

Preview

Color preview on black background

This text has color #ADE9CD on black background.


Color preview on white background

This text has color #ADE9CD on white background.


Black color preview on #ADE9CD background

This text has black color on #ADE9CD background.


White color preview on #ADE9CD background

This text has white color on #ADE9CD background.


Related colors

Complementary color

Complementary color for #hex is #521632.


I love getcolorcode.com

Triadic colors

1 #CDADE9 and #E9CDAD with #ADE9CD are triadic colors.

2 #CDE9AD and #E9ADCD with #ADE9CD are triadic colors.