COLOR #ADFFDE

HEX: #ADFFDE
RGB: (173,255,222)

Color info

#ADFFDE contains mainly green and blue colors. Web safe color of #ADFFDE is #99FFCC (or #9FC).

RGB color model

#ADFFDE color RGB value is (173,255,222).

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

RGB channels and saturation

R 173 of 255 = 68%
G 255 of 255 = 100%
B 222 of 255 = 87%

173
255
222

R + G + B ~ 85%. #ADFFDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 255 + 222 = 650 (100%)
R 173 of 650 ~ 26.62%
G 255 of 650 ~ 39.23%
B 222 of 650 ~ 34.15%

%26.62
%39.23
%34.15

CMYK color model

#ADFFDE color CMYK value is (32,0,13,0).

  • cyan value is 32.16%
  • magenta value is 0.00%
  • yellow value is 12.94%
  • key color value is 0.00%
CMYK:
(32,0,13,0)
C32M0Y13K0 
(32%,0%,13%,0%)
(0.32/0.00/0.13/0.00)	

CMYK percentages

%32.16
%0
%12.94
%0

Codes

Color #ADFFDE in popluar color models

ADFFDE
RGB173255222
HSL156°100.00%83.92%
HSB/HSV156°32.16%100.00%
CMYK32.16%0.00%12.94%
0.00%

Color #ADFFDE in popluar number systems.

HEXADFFDE
Decimal173255222
Binary101011011111111111011110
Octal255377336

Shades and tints

Shades of #ADFFDE

#ADFFDE
(173,255,222)
#9EE8CA
(158,232,202)
#8FD1B6
(143,209,182)
#80BAA2
(128,186,162)
#71A38E
(113,163,142)
#628C7A
(98,140,122)
#537566
(83,117,102)
#445E52
(68,94,82)
#35473E
(53,71,62)
#26302A
(38,48,42)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #ADFFDE

#ADFFDE
(173,255,222)
#B4FFE1
(180,255,225)
#BBFFE4
(187,255,228)
#C2FFE7
(194,255,231)
#C9FFEA
(201,255,234)
#D0FFED
(208,255,237)
#D7FFF0
(215,255,240)
#DEFFF3
(222,255,243)
#E5FFF6
(229,255,246)
#ECFFF9
(236,255,249)
#F3FFFC
(243,255,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADFFDE; }

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

This text font color is #ADFFDE.


Background Color

.myBgColor { background-color: #ADFFDE; }

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

This div background color is #ADFFDE.


Border color

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

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

This div border color is #ADFFDE.


Opacity

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

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

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

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

This text has shadow with #ADFFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADFFDE on black background.


Color preview on white background

This text has color #ADFFDE on white background.



Black color preview on #ADFFDE background

This text has black color on #ADFFDE background.


White color preview on #ADFFDE background

This text has white color on #ADFFDE background.