COLOR #ADF0D9

HEX: #ADF0D9 RGB: (173,240,217)

Color info

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

RGB color model

#ADF0D9 color RGB value is (173,240,217).

RGB: (173,240,217) (68%, 94%, 85%)

RGB channels and saturation

R 173 of 255 = 68%
G 240 of 255 = 94%
B 217 of 255 = 85%

173
240
217

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

Portions of RGB colors in percentages

R + G + B = 173 + 240 + 217 = 630 (100%)
R 173 of 630 ~ 27.46%
G 240 of 630 ~ 38.1%
B 217 of 630 ~ 34.44'%

%27.46
%38.1
%34.44

CMYK color model

#ADF0D9 color CMYK value is (28,0,10,6).

  • cyan value is 27.92%
  • magenta value is 0.00%
  • yellow value is 9.58%
  • key color value is 5.88%

CMYK: (28,0,10,6)
C28M0Y10K6 (28%, 0%, 10%, 6%)
(0.28 / 0.00 / 0.10 / 0.06)

CMYK percentages

%27.92
%0
%9.58
%5.88

Codes

Color #ADF0D9 in popluar color models

AD F0 D9
RGB 173 240 217
HSL 159° 69.07% 80.98%
HSB/HSV 159° 27.92% 94.12%
CMYK 27.92% 0.00% 9.58%
5.88%

Color #ADF0D9 in popluar number systems.

HEX AD F0 D9
Decimal 173 240 217
Binary 10101101 11110000 11011001
Octal 255 360 331

Shades and tints

Shades of #ADF0D9

#ADF0D9
(173,240,217)
#9EDBC6
(158,219,198)
#8FC6B3
(143,198,179)
#80B1A0
(128,177,160)
#719C8D
(113,156,141)
#62877A
(98,135,122)
#537267
(83,114,103)
#445D54
(68,93,84)
#354841
(53,72,65)
#26332E
(38,51,46)
#171E1B
(23,30,27)
#000000
(0,0,0)

Tints of #ADF0D9

#ADF0D9
(173,240,217)
#B4F1DC
(180,241,220)
#BBF2DF
(187,242,223)
#C2F3E2
(194,243,226)
#C9F4E5
(201,244,229)
#D0F5E8
(208,245,232)
#D7F6EB
(215,246,235)
#DEF7EE
(222,247,238)
#E5F8F1
(229,248,241)
#ECF9F4
(236,249,244)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADF0D9; }

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

This text font color is #ADF0D9.

Background Color

.myBgColor { background-color: #ADF0D9; }

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

This div background color is #ADF0D9.

Border color

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

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

This div border color is #ADF0D9.

Opacity

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

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

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

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

This text has shadow with #ADF0D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADF0D9.

Preview

Color preview on black background

This text has color #ADF0D9 on black background.


Color preview on white background

This text has color #ADF0D9 on white background.


Black color preview on #ADF0D9 background

This text has black color on #ADF0D9 background.


White color preview on #ADF0D9 background

This text has white color on #ADF0D9 background.


Related colors

Complementary color

Complementary color for #hex is #520F26.


I love getcolorcode.com

Triadic colors

1 #D9ADF0 and #F0D9AD with #ADF0D9 are triadic colors.

2 #D9F0AD and #F0ADD9 with #ADF0D9 are triadic colors.