COLOR #ADE7E0

HEX: #ADE7E0
RGB: (173,231,224)

Color info

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

RGB color model

#ADE7E0 color RGB value is (173,231,224).

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

RGB channels and saturation

R 173 of 255 = 68%
G 231 of 255 = 91%
B 224 of 255 = 88%

173
231
224

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

Portions of RGB colors in percentages

R + G + B =
173 + 231 + 224 = 628 (100%)
R 173 of 628 ~ 27.55%
G 231 of 628 ~ 36.78%
B 224 of 628 ~ 35.67%

%27.55
%36.78
%35.67

CMYK color model

#ADE7E0 color CMYK value is (25,0,3,9).

  • cyan value is 25.11%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 9.41%
CMYK:
(25,0,3,9)
C25M0Y3K9 
(25%,0%,3%,9%)
(0.25/0.00/0.03/0.09)	

CMYK percentages

%25.11
%0
%3.03
%9.41

Codes

Color #ADE7E0 in popluar color models

ADE7E0
RGB173231224
HSL173°54.72%79.22%
HSB/HSV173°25.11%90.59%
CMYK25.11%0.00%3.03%
9.41%

Color #ADE7E0 in popluar number systems.

HEXADE7E0
Decimal173231224
Binary101011011110011111100000
Octal255347340

Shades and tints

Shades of #ADE7E0

#ADE7E0
(173,231,224)
#9ED2CC
(158,210,204)
#8FBDB8
(143,189,184)
#80A8A4
(128,168,164)
#719390
(113,147,144)
#627E7C
(98,126,124)
#536968
(83,105,104)
#445454
(68,84,84)
#353F40
(53,63,64)
#262A2C
(38,42,44)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #ADE7E0

#ADE7E0
(173,231,224)
#B4E9E2
(180,233,226)
#BBEBE4
(187,235,228)
#C2EDE6
(194,237,230)
#C9EFE8
(201,239,232)
#D0F1EA
(208,241,234)
#D7F3EC
(215,243,236)
#DEF5EE
(222,245,238)
#E5F7F0
(229,247,240)
#ECF9F2
(236,249,242)
#F3FBF4
(243,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE7E0; }

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

This text font color is #ADE7E0.


Background Color

.myBgColor { background-color: #ADE7E0; }

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

This div background color is #ADE7E0.


Border color

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

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

This div border color is #ADE7E0.


Opacity

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

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

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

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

This text has shadow with #ADE7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE7E0 on black background.


Color preview on white background

This text has color #ADE7E0 on white background.



Black color preview on #ADE7E0 background

This text has black color on #ADE7E0 background.


White color preview on #ADE7E0 background

This text has white color on #ADE7E0 background.