COLOR #ADE9DC

HEX: #ADE9DC
RGB: (173,233,220)

Color info

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

RGB color model

#ADE9DC color RGB value is (173,233,220).

  • red value is 173;
  • green value is 233;
  • blue value is 220.
RGB:
(173,233,220)
(68%,91%,86%)

RGB channels and saturation

R 173 of 255 = 68%
G 233 of 255 = 91%
B 220 of 255 = 86%

173
233
220

R + G + B ~ 82%. #ADE9DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 233 + 220 = 626 (100%)
R 173 of 626 ~ 27.64%
G 233 of 626 ~ 37.22%
B 220 of 626 ~ 35.14%

%27.64
%37.22
%35.14

CMYK color model

#ADE9DC color CMYK value is (26,0,6,9).

  • cyan value is 25.75%
  • magenta value is 0.00%
  • yellow value is 5.58%
  • key color value is 8.63%
CMYK:
(26,0,6,9)
C26M0Y6K9 
(26%,0%,6%,9%)
(0.26/0.00/0.06/0.09)	

CMYK percentages

%25.75
%0
%5.58
%8.63

Codes

Color #ADE9DC in popluar color models

ADE9DC
RGB173233220
HSL167°57.69%79.61%
HSB/HSV167°25.75%91.37%
CMYK25.75%0.00%5.58%
8.63%

Color #ADE9DC in popluar number systems.

HEXADE9DC
Decimal173233220
Binary101011011110100111011100
Octal255351334

Shades and tints

Shades of #ADE9DC

#ADE9DC
(173,233,220)
#9ED4C8
(158,212,200)
#8FBFB4
(143,191,180)
#80AAA0
(128,170,160)
#71958C
(113,149,140)
#628078
(98,128,120)
#536B64
(83,107,100)
#445650
(68,86,80)
#35413C
(53,65,60)
#262C28
(38,44,40)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #ADE9DC

#ADE9DC
(173,233,220)
#B4EBDF
(180,235,223)
#BBEDE2
(187,237,226)
#C2EFE5
(194,239,229)
#C9F1E8
(201,241,232)
#D0F3EB
(208,243,235)
#D7F5EE
(215,245,238)
#DEF7F1
(222,247,241)
#E5F9F4
(229,249,244)
#ECFBF7
(236,251,247)
#F3FDFA
(243,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE9DC; }

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

This text font color is #ADE9DC.


Background Color

.myBgColor { background-color: #ADE9DC; }

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

This div background color is #ADE9DC.


Border color

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

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

This div border color is #ADE9DC.


Opacity

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

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

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

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

This text has shadow with #ADE9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE9DC on black background.


Color preview on white background

This text has color #ADE9DC on white background.



Black color preview on #ADE9DC background

This text has black color on #ADE9DC background.


White color preview on #ADE9DC background

This text has white color on #ADE9DC background.