COLOR #ADE4E0

HEX: #ADE4E0
RGB: (173,228,224)

Color info

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

RGB color model

#ADE4E0 color RGB value is (173,228,224).

  • red value is 173;
  • green value is 228;
  • blue value is 224.
RGB:
(173,228,224)
(68%,89%,88%)

RGB channels and saturation

R 173 of 255 = 68%
G 228 of 255 = 89%
B 224 of 255 = 88%

173
228
224

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

Portions of RGB colors in percentages

R + G + B =
173 + 228 + 224 = 625 (100%)
R 173 of 625 ~ 27.68%
G 228 of 625 ~ 36.48%
B 224 of 625 ~ 35.84%

%27.68
%36.48
%35.84

CMYK color model

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

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

CMYK percentages

%24.12
%0
%1.75
%10.59

Codes

Color #ADE4E0 in popluar color models

ADE4E0
RGB173228224
HSL176°50.46%78.63%
HSB/HSV176°24.12%89.41%
CMYK24.12%0.00%1.75%
10.59%

Color #ADE4E0 in popluar number systems.

HEXADE4E0
Decimal173228224
Binary101011011110010011100000
Octal255344340

Shades and tints

Shades of #ADE4E0

#ADE4E0
(173,228,224)
#9ED0CC
(158,208,204)
#8FBCB8
(143,188,184)
#80A8A4
(128,168,164)
#719490
(113,148,144)
#62807C
(98,128,124)
#536C68
(83,108,104)
#445854
(68,88,84)
#354440
(53,68,64)
#26302C
(38,48,44)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #ADE4E0

#ADE4E0
(173,228,224)
#B4E6E2
(180,230,226)
#BBE8E4
(187,232,228)
#C2EAE6
(194,234,230)
#C9ECE8
(201,236,232)
#D0EEEA
(208,238,234)
#D7F0EC
(215,240,236)
#DEF2EE
(222,242,238)
#E5F4F0
(229,244,240)
#ECF6F2
(236,246,242)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE4E0 color. Also use rgb(173,228,224) instead hex code.

Text Font Color

.myTextColor { color: #ADE4E0; }

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

This text font color is #ADE4E0.


Background Color

.myBgColor { background-color: #ADE4E0; }

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

This div background color is #ADE4E0.


Border color

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

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

This div border color is #ADE4E0.


Opacity

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

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

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

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

This text has shadow with #ADE4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE4E0 on black background.


Color preview on white background

This text has color #ADE4E0 on white background.



Black color preview on #ADE4E0 background

This text has black color on #ADE4E0 background.


White color preview on #ADE4E0 background

This text has white color on #ADE4E0 background.