COLOR #ADFFDF

HEX: #ADFFDF
RGB: (173,255,223)

Color info

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

RGB color model

#ADFFDF color RGB value is (173,255,223).

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

RGB channels and saturation

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

173
255
223

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

Portions of RGB colors in percentages

R + G + B =
173 + 255 + 223 = 651 (100%)
R 173 of 651 ~ 26.57%
G 255 of 651 ~ 39.17%
B 223 of 651 ~ 34.25%

%26.57
%39.17
%34.25

CMYK color model

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

  • cyan value is 32.16%
  • magenta value is 0.00%
  • yellow value is 12.55%
  • 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.55
%0

Codes

Color #ADFFDF in popluar color models

ADFFDF
RGB173255223
HSL157°100.00%83.92%
HSB/HSV157°32.16%100.00%
CMYK32.16%0.00%12.55%
0.00%

Color #ADFFDF in popluar number systems.

HEXADFFDF
Decimal173255223
Binary101011011111111111011111
Octal255377337

Shades and tints

Shades of #ADFFDF

#ADFFDF
(173,255,223)
#9EE8CB
(158,232,203)
#8FD1B7
(143,209,183)
#80BAA3
(128,186,163)
#71A38F
(113,163,143)
#628C7B
(98,140,123)
#537567
(83,117,103)
#445E53
(68,94,83)
#35473F
(53,71,63)
#26302B
(38,48,43)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #ADFFDF

#ADFFDF
(173,255,223)
#B4FFE1
(180,255,225)
#BBFFE3
(187,255,227)
#C2FFE5
(194,255,229)
#C9FFE7
(201,255,231)
#D0FFE9
(208,255,233)
#D7FFEB
(215,255,235)
#DEFFED
(222,255,237)
#E5FFEF
(229,255,239)
#ECFFF1
(236,255,241)
#F3FFF3
(243,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADFFDF; }

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

This text font color is #ADFFDF.


Background Color

.myBgColor { background-color: #ADFFDF; }

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

This div background color is #ADFFDF.


Border color

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

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

This div border color is #ADFFDF.


Opacity

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

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

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

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

This text has shadow with #ADFFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADFFDF on black background.


Color preview on white background

This text has color #ADFFDF on white background.



Black color preview on #ADFFDF background

This text has black color on #ADFFDF background.


White color preview on #ADFFDF background

This text has white color on #ADFFDF background.