COLOR #ADE1DC

HEX: #ADE1DC
RGB: (173,225,220)

Color info

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

RGB color model

#ADE1DC color RGB value is (173,225,220).

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

RGB channels and saturation

R 173 of 255 = 68%
G 225 of 255 = 88%
B 220 of 255 = 86%

173
225
220

R + G + B ~ 81%. #ADE1DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 225 + 220 = 618 (100%)
R 173 of 618 ~ 27.99%
G 225 of 618 ~ 36.41%
B 220 of 618 ~ 35.6%

%27.99
%36.41
%35.6

CMYK color model

#ADE1DC color CMYK value is (23,0,2,12).

  • cyan value is 23.11%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 11.76%
CMYK:
(23,0,2,12)
C23M0Y2K12 
(23%,0%,2%,12%)
(0.23/0.00/0.02/0.12)	

CMYK percentages

%23.11
%0
%2.22
%11.76

Codes

Color #ADE1DC in popluar color models

ADE1DC
RGB173225220
HSL174°46.43%78.04%
HSB/HSV174°23.11%88.24%
CMYK23.11%0.00%2.22%
11.76%

Color #ADE1DC in popluar number systems.

HEXADE1DC
Decimal173225220
Binary101011011110000111011100
Octal255341334

Shades and tints

Shades of #ADE1DC

#ADE1DC
(173,225,220)
#9ECDC8
(158,205,200)
#8FB9B4
(143,185,180)
#80A5A0
(128,165,160)
#71918C
(113,145,140)
#627D78
(98,125,120)
#536964
(83,105,100)
#445550
(68,85,80)
#35413C
(53,65,60)
#262D28
(38,45,40)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #ADE1DC

#ADE1DC
(173,225,220)
#B4E3DF
(180,227,223)
#BBE5E2
(187,229,226)
#C2E7E5
(194,231,229)
#C9E9E8
(201,233,232)
#D0EBEB
(208,235,235)
#D7EDEE
(215,237,238)
#DEEFF1
(222,239,241)
#E5F1F4
(229,241,244)
#ECF3F7
(236,243,247)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE1DC; }

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

This text font color is #ADE1DC.


Background Color

.myBgColor { background-color: #ADE1DC; }

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

This div background color is #ADE1DC.


Border color

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

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

This div border color is #ADE1DC.


Opacity

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

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

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

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

This text has shadow with #ADE1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE1DC on black background.


Color preview on white background

This text has color #ADE1DC on white background.



Black color preview on #ADE1DC background

This text has black color on #ADE1DC background.


White color preview on #ADE1DC background

This text has white color on #ADE1DC background.