COLOR #ADF8D0

HEX: #ADF8D0
RGB: (173,248,208)

Color info

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

RGB color model

#ADF8D0 color RGB value is (173,248,208).

  • red value is 173;
  • green value is 248;
  • blue value is 208.
RGB:
(173,248,208)
(68%,97%,82%)

RGB channels and saturation

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

173
248
208

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

Portions of RGB colors in percentages

R + G + B =
173 + 248 + 208 = 629 (100%)
R 173 of 629 ~ 27.5%
G 248 of 629 ~ 39.43%
B 208 of 629 ~ 33.07%

%27.5
%39.43
%33.07

CMYK color model

#ADF8D0 color CMYK value is (30,0,16,3).

  • cyan value is 30.24%
  • magenta value is 0.00%
  • yellow value is 16.13%
  • key color value is 2.75%
CMYK:
(30,0,16,3)
C30M0Y16K3 
(30%,0%,16%,3%)
(0.30/0.00/0.16/0.03)	

CMYK percentages

%30.24
%0
%16.13
%2.75

Codes

Color #ADF8D0 in popluar color models

ADF8D0
RGB173248208
HSL148°84.27%82.55%
HSB/HSV148°30.24%97.25%
CMYK30.24%0.00%16.13%
2.75%

Color #ADF8D0 in popluar number systems.

HEXADF8D0
Decimal173248208
Binary101011011111100011010000
Octal255370320

Shades and tints

Shades of #ADF8D0

#ADF8D0
(173,248,208)
#9EE2BE
(158,226,190)
#8FCCAC
(143,204,172)
#80B69A
(128,182,154)
#71A088
(113,160,136)
#628A76
(98,138,118)
#537464
(83,116,100)
#445E52
(68,94,82)
#354840
(53,72,64)
#26322E
(38,50,46)
#171C1C
(23,28,28)
#000000
(0,0,0)

Tints of #ADF8D0

#ADF8D0
(173,248,208)
#B4F8D4
(180,248,212)
#BBF8D8
(187,248,216)
#C2F8DC
(194,248,220)
#C9F8E0
(201,248,224)
#D0F8E4
(208,248,228)
#D7F8E8
(215,248,232)
#DEF8EC
(222,248,236)
#E5F8F0
(229,248,240)
#ECF8F4
(236,248,244)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADF8D0; }

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

This text font color is #ADF8D0.


Background Color

.myBgColor { background-color: #ADF8D0; }

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

This div background color is #ADF8D0.


Border color

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

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

This div border color is #ADF8D0.


Opacity

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

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

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

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

This text has shadow with #ADF8D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF8D0 on black background.


Color preview on white background

This text has color #ADF8D0 on white background.



Black color preview on #ADF8D0 background

This text has black color on #ADF8D0 background.


White color preview on #ADF8D0 background

This text has white color on #ADF8D0 background.