COLOR #ADF8D2

HEX: #ADF8D2 RGB: (173,248,210)

Color info

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

RGB color model

#ADF8D2 color RGB value is (173,248,210).

RGB: (173,248,210) (68%, 97%, 82%)

RGB channels and saturation

R 173 of 255 = 68%
G 248 of 255 = 97%
B 210 of 255 = 82%

173
248
210

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

Portions of RGB colors in percentages

R + G + B = 173 + 248 + 210 = 631 (100%)
R 173 of 631 ~ 27.42%
G 248 of 631 ~ 39.3%
B 210 of 631 ~ 33.28'%

%27.42
%39.3
%33.28

CMYK color model

#ADF8D2 color CMYK value is (30,0,15,3).

  • cyan value is 30.24%
  • magenta value is 0.00%
  • yellow value is 15.32%
  • key color value is 2.75%

CMYK: (30,0,15,3)
C30M0Y15K3 (30%, 0%, 15%, 3%)
(0.30 / 0.00 / 0.15 / 0.03)

CMYK percentages

%30.24
%0
%15.32
%2.75

Codes

Color #ADF8D2 in popluar color models

AD F8 D2
RGB 173 248 210
HSL 150° 84.27% 82.55%
HSB/HSV 150° 30.24% 97.25%
CMYK 30.24% 0.00% 15.32%
2.75%

Color #ADF8D2 in popluar number systems.

HEX AD F8 D2
Decimal 173 248 210
Binary 10101101 11111000 11010010
Octal 255 370 322

Shades and tints

Shades of #ADF8D2

#ADF8D2
(173,248,210)
#9EE2BF
(158,226,191)
#8FCCAC
(143,204,172)
#80B699
(128,182,153)
#71A086
(113,160,134)
#628A73
(98,138,115)
#537460
(83,116,96)
#445E4D
(68,94,77)
#35483A
(53,72,58)
#263227
(38,50,39)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #ADF8D2

#ADF8D2
(173,248,210)
#B4F8D6
(180,248,214)
#BBF8DA
(187,248,218)
#C2F8DE
(194,248,222)
#C9F8E2
(201,248,226)
#D0F8E6
(208,248,230)
#D7F8EA
(215,248,234)
#DEF8EE
(222,248,238)
#E5F8F2
(229,248,242)
#ECF8F6
(236,248,246)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF8D2 color. Also use rgb(173,248,210) instead hex code.

Text Font Color

.myTextColor { color: #ADF8D2; }

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

This text font color is #ADF8D2.

Background Color

.myBgColor { background-color: #ADF8D2; }

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

This div background color is #ADF8D2.

Border color

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

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

This div border color is #ADF8D2.

Opacity

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

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

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

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

This text has shadow with #ADF8D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADF8D2.

Preview

Color preview on black background

This text has color #ADF8D2 on black background.


Color preview on white background

This text has color #ADF8D2 on white background.


Black color preview on #ADF8D2 background

This text has black color on #ADF8D2 background.


White color preview on #ADF8D2 background

This text has white color on #ADF8D2 background.


Related colors

Complementary color

Complementary color for #hex is #52072D.


I love getcolorcode.com

Triadic colors

1 #D2ADF8 and #F8D2AD with #ADF8D2 are triadic colors.

2 #D2F8AD and #F8ADD2 with #ADF8D2 are triadic colors.