COLOR #ADE2D1

HEX: #ADE2D1
RGB: (173,226,209)

Color info

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

RGB color model

#ADE2D1 color RGB value is (173,226,209).

  • red value is 173;
  • green value is 226;
  • blue value is 209.
RGB:
(173,226,209)
(68%,89%,82%)

RGB channels and saturation

R 173 of 255 = 68%
G 226 of 255 = 89%
B 209 of 255 = 82%

173
226
209

R + G + B ~ 80%. #ADE2D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 226 + 209 = 608 (100%)
R 173 of 608 ~ 28.45%
G 226 of 608 ~ 37.17%
B 209 of 608 ~ 34.38%

%28.45
%37.17
%34.38

CMYK color model

#ADE2D1 color CMYK value is (23,0,8,11).

  • cyan value is 23.45%
  • magenta value is 0.00%
  • yellow value is 7.52%
  • key color value is 11.37%
CMYK:
(23,0,8,11)
C23M0Y8K11 
(23%,0%,8%,11%)
(0.23/0.00/0.08/0.11)	

CMYK percentages

%23.45
%0
%7.52
%11.37

Codes

Color #ADE2D1 in popluar color models

ADE2D1
RGB173226209
HSL161°47.75%78.24%
HSB/HSV161°23.45%88.63%
CMYK23.45%0.00%7.52%
11.37%

Color #ADE2D1 in popluar number systems.

HEXADE2D1
Decimal173226209
Binary101011011110001011010001
Octal255342321

Shades and tints

Shades of #ADE2D1

#ADE2D1
(173,226,209)
#9ECEBE
(158,206,190)
#8FBAAB
(143,186,171)
#80A698
(128,166,152)
#719285
(113,146,133)
#627E72
(98,126,114)
#536A5F
(83,106,95)
#44564C
(68,86,76)
#354239
(53,66,57)
#262E26
(38,46,38)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #ADE2D1

#ADE2D1
(173,226,209)
#B4E4D5
(180,228,213)
#BBE6D9
(187,230,217)
#C2E8DD
(194,232,221)
#C9EAE1
(201,234,225)
#D0ECE5
(208,236,229)
#D7EEE9
(215,238,233)
#DEF0ED
(222,240,237)
#E5F2F1
(229,242,241)
#ECF4F5
(236,244,245)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE2D1 color. Also use rgb(173,226,209) instead hex code.

Text Font Color

.myTextColor { color: #ADE2D1; }

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

This text font color is #ADE2D1.


Background Color

.myBgColor { background-color: #ADE2D1; }

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

This div background color is #ADE2D1.


Border color

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

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

This div border color is #ADE2D1.


Opacity

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

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

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

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

This text has shadow with #ADE2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE2D1 on black background.


Color preview on white background

This text has color #ADE2D1 on white background.



Black color preview on #ADE2D1 background

This text has black color on #ADE2D1 background.


White color preview on #ADE2D1 background

This text has white color on #ADE2D1 background.