COLOR #ADE6DB

HEX: #ADE6DB
RGB: (173,230,219)

Color info

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

RGB color model

#ADE6DB color RGB value is (173,230,219).

  • red value is 173;
  • green value is 230;
  • blue value is 219.
RGB:
(173,230,219)
(68%,90%,86%)

RGB channels and saturation

R 173 of 255 = 68%
G 230 of 255 = 90%
B 219 of 255 = 86%

173
230
219

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

Portions of RGB colors in percentages

R + G + B =
173 + 230 + 219 = 622 (100%)
R 173 of 622 ~ 27.81%
G 230 of 622 ~ 36.98%
B 219 of 622 ~ 35.21%

%27.81
%36.98
%35.21

CMYK color model

#ADE6DB color CMYK value is (25,0,5,10).

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 4.78%
  • key color value is 9.80%
CMYK:
(25,0,5,10)
C25M0Y5K10 
(25%,0%,5%,10%)
(0.25/0.00/0.05/0.10)	

CMYK percentages

%24.78
%0
%4.78
%9.8

Codes

Color #ADE6DB in popluar color models

ADE6DB
RGB173230219
HSL168°53.27%79.02%
HSB/HSV168°24.78%90.20%
CMYK24.78%0.00%4.78%
9.80%

Color #ADE6DB in popluar number systems.

HEXADE6DB
Decimal173230219
Binary101011011110011011011011
Octal255346333

Shades and tints

Shades of #ADE6DB

#ADE6DB
(173,230,219)
#9ED2C8
(158,210,200)
#8FBEB5
(143,190,181)
#80AAA2
(128,170,162)
#71968F
(113,150,143)
#62827C
(98,130,124)
#536E69
(83,110,105)
#445A56
(68,90,86)
#354643
(53,70,67)
#263230
(38,50,48)
#171E1D
(23,30,29)
#000000
(0,0,0)

Tints of #ADE6DB

#ADE6DB
(173,230,219)
#B4E8DE
(180,232,222)
#BBEAE1
(187,234,225)
#C2ECE4
(194,236,228)
#C9EEE7
(201,238,231)
#D0F0EA
(208,240,234)
#D7F2ED
(215,242,237)
#DEF4F0
(222,244,240)
#E5F6F3
(229,246,243)
#ECF8F6
(236,248,246)
#F3FAF9
(243,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE6DB color. Also use rgb(173,230,219) instead hex code.

Text Font Color

.myTextColor { color: #ADE6DB; }

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

This text font color is #ADE6DB.


Background Color

.myBgColor { background-color: #ADE6DB; }

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

This div background color is #ADE6DB.


Border color

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

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

This div border color is #ADE6DB.


Opacity

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

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

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

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

This text has shadow with #ADE6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE6DB on black background.


Color preview on white background

This text has color #ADE6DB on white background.



Black color preview on #ADE6DB background

This text has black color on #ADE6DB background.


White color preview on #ADE6DB background

This text has white color on #ADE6DB background.