COLOR #ADF0DF

HEX: #ADF0DF
RGB: (173,240,223)

Color info

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

RGB color model

#ADF0DF color RGB value is (173,240,223).

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

RGB channels and saturation

R 173 of 255 = 68%
G 240 of 255 = 94%
B 223 of 255 = 87%

173
240
223

R + G + B ~ 83%. #ADF0DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 240 + 223 = 636 (100%)
R 173 of 636 ~ 27.2%
G 240 of 636 ~ 37.74%
B 223 of 636 ~ 35.06%

%27.2
%37.74
%35.06

CMYK color model

#ADF0DF color CMYK value is (28,0,7,6).

  • cyan value is 27.92%
  • magenta value is 0.00%
  • yellow value is 7.08%
  • key color value is 5.88%
CMYK:
(28,0,7,6)
C28M0Y7K6 
(28%,0%,7%,6%)
(0.28/0.00/0.07/0.06)	

CMYK percentages

%27.92
%0
%7.08
%5.88

Codes

Color #ADF0DF in popluar color models

ADF0DF
RGB173240223
HSL165°69.07%80.98%
HSB/HSV165°27.92%94.12%
CMYK27.92%0.00%7.08%
5.88%

Color #ADF0DF in popluar number systems.

HEXADF0DF
Decimal173240223
Binary101011011111000011011111
Octal255360337

Shades and tints

Shades of #ADF0DF

#ADF0DF
(173,240,223)
#9EDBCB
(158,219,203)
#8FC6B7
(143,198,183)
#80B1A3
(128,177,163)
#719C8F
(113,156,143)
#62877B
(98,135,123)
#537267
(83,114,103)
#445D53
(68,93,83)
#35483F
(53,72,63)
#26332B
(38,51,43)
#171E17
(23,30,23)
#000000
(0,0,0)

Tints of #ADF0DF

#ADF0DF
(173,240,223)
#B4F1E1
(180,241,225)
#BBF2E3
(187,242,227)
#C2F3E5
(194,243,229)
#C9F4E7
(201,244,231)
#D0F5E9
(208,245,233)
#D7F6EB
(215,246,235)
#DEF7ED
(222,247,237)
#E5F8EF
(229,248,239)
#ECF9F1
(236,249,241)
#F3FAF3
(243,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADF0DF; }

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

This text font color is #ADF0DF.


Background Color

.myBgColor { background-color: #ADF0DF; }

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

This div background color is #ADF0DF.


Border color

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

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

This div border color is #ADF0DF.


Opacity

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

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

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

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

This text has shadow with #ADF0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF0DF on black background.


Color preview on white background

This text has color #ADF0DF on white background.



Black color preview on #ADF0DF background

This text has black color on #ADF0DF background.


White color preview on #ADF0DF background

This text has white color on #ADF0DF background.