COLOR #ADF8CA

HEX: #ADF8CA
RGB: (173,248,202)

Color info

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

RGB color model

#ADF8CA color RGB value is (173,248,202).

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

RGB channels and saturation

R 173 of 255 = 68%
G 248 of 255 = 97%
B 202 of 255 = 79%

173
248
202

R + G + B ~ 81%. #ADF8CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 248 + 202 = 623 (100%)
R 173 of 623 ~ 27.77%
G 248 of 623 ~ 39.81%
B 202 of 623 ~ 32.42%

%27.77
%39.81
%32.42

CMYK color model

#ADF8CA color CMYK value is (30,0,19,3).

  • cyan value is 30.24%
  • magenta value is 0.00%
  • yellow value is 18.55%
  • key color value is 2.75%
CMYK:
(30,0,19,3)
C30M0Y19K3 
(30%,0%,19%,3%)
(0.30/0.00/0.19/0.03)	

CMYK percentages

%30.24
%0
%18.55
%2.75

Codes

Color #ADF8CA in popluar color models

ADF8CA
RGB173248202
HSL143°84.27%82.55%
HSB/HSV143°30.24%97.25%
CMYK30.24%0.00%18.55%
2.75%

Color #ADF8CA in popluar number systems.

HEXADF8CA
Decimal173248202
Binary101011011111100011001010
Octal255370312

Shades and tints

Shades of #ADF8CA

#ADF8CA
(173,248,202)
#9EE2B8
(158,226,184)
#8FCCA6
(143,204,166)
#80B694
(128,182,148)
#71A082
(113,160,130)
#628A70
(98,138,112)
#53745E
(83,116,94)
#445E4C
(68,94,76)
#35483A
(53,72,58)
#263228
(38,50,40)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #ADF8CA

#ADF8CA
(173,248,202)
#B4F8CE
(180,248,206)
#BBF8D2
(187,248,210)
#C2F8D6
(194,248,214)
#C9F8DA
(201,248,218)
#D0F8DE
(208,248,222)
#D7F8E2
(215,248,226)
#DEF8E6
(222,248,230)
#E5F8EA
(229,248,234)
#ECF8EE
(236,248,238)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADF8CA; }

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

This text font color is #ADF8CA.


Background Color

.myBgColor { background-color: #ADF8CA; }

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

This div background color is #ADF8CA.


Border color

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

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

This div border color is #ADF8CA.


Opacity

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

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

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

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

This text has shadow with #ADF8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF8CA on black background.


Color preview on white background

This text has color #ADF8CA on white background.



Black color preview on #ADF8CA background

This text has black color on #ADF8CA background.


White color preview on #ADF8CA background

This text has white color on #ADF8CA background.