COLOR #ADE3DE

HEX: #ADE3DE
RGB: (173,227,222)

Color info

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

RGB color model

#ADE3DE color RGB value is (173,227,222).

  • red value is 173;
  • green value is 227;
  • blue value is 222.
RGB:
(173,227,222)
(68%,89%,87%)

RGB channels and saturation

R 173 of 255 = 68%
G 227 of 255 = 89%
B 222 of 255 = 87%

173
227
222

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

Portions of RGB colors in percentages

R + G + B =
173 + 227 + 222 = 622 (100%)
R 173 of 622 ~ 27.81%
G 227 of 622 ~ 36.5%
B 222 of 622 ~ 35.69%

%27.81
%36.5
%35.69

CMYK color model

#ADE3DE color CMYK value is (24,0,2,11).

  • cyan value is 23.79%
  • magenta value is 0.00%
  • yellow value is 2.20%
  • key color value is 10.98%
CMYK:
(24,0,2,11)
C24M0Y2K11 
(24%,0%,2%,11%)
(0.24/0.00/0.02/0.11)	

CMYK percentages

%23.79
%0
%2.2
%10.98

Codes

Color #ADE3DE in popluar color models

ADE3DE
RGB173227222
HSL174°49.09%78.43%
HSB/HSV174°23.79%89.02%
CMYK23.79%0.00%2.20%
10.98%

Color #ADE3DE in popluar number systems.

HEXADE3DE
Decimal173227222
Binary101011011110001111011110
Octal255343336

Shades and tints

Shades of #ADE3DE

#ADE3DE
(173,227,222)
#9ECFCA
(158,207,202)
#8FBBB6
(143,187,182)
#80A7A2
(128,167,162)
#71938E
(113,147,142)
#627F7A
(98,127,122)
#536B66
(83,107,102)
#445752
(68,87,82)
#35433E
(53,67,62)
#262F2A
(38,47,42)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #ADE3DE

#ADE3DE
(173,227,222)
#B4E5E1
(180,229,225)
#BBE7E4
(187,231,228)
#C2E9E7
(194,233,231)
#C9EBEA
(201,235,234)
#D0EDED
(208,237,237)
#D7EFF0
(215,239,240)
#DEF1F3
(222,241,243)
#E5F3F6
(229,243,246)
#ECF5F9
(236,245,249)
#F3F7FC
(243,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE3DE color. Also use rgb(173,227,222) instead hex code.

Text Font Color

.myTextColor { color: #ADE3DE; }

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

This text font color is #ADE3DE.


Background Color

.myBgColor { background-color: #ADE3DE; }

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

This div background color is #ADE3DE.


Border color

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

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

This div border color is #ADE3DE.


Opacity

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

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

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

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

This text has shadow with #ADE3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE3DE on black background.


Color preview on white background

This text has color #ADE3DE on white background.



Black color preview on #ADE3DE background

This text has black color on #ADE3DE background.


White color preview on #ADE3DE background

This text has white color on #ADE3DE background.