COLOR #ADF2F8

HEX: #ADF2F8
RGB: (173,242,248)

Color info

#ADF2F8 contains mainly green and blue colors. Web safe color of #ADF2F8 is #99FFFF (or #9FF).

RGB color model

#ADF2F8 color RGB value is (173,242,248).

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

RGB channels and saturation

R 173 of 255 = 68%
G 242 of 255 = 95%
B 248 of 255 = 97%

173
242
248

R + G + B ~ 87%. #ADF2F8 is light color.

Portions of RGB colors in percentages

R + G + B =
173 + 242 + 248 = 663 (100%)
R 173 of 663 ~ 26.09%
G 242 of 663 ~ 36.5%
B 248 of 663 ~ 37.41%

%26.09
%36.5
%37.41

CMYK color model

#ADF2F8 color CMYK value is (30,2,0,3).

  • cyan value is 30.24%
  • magenta value is 2.42%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(30,2,0,3)
C30M2Y0K3 
(30%,2%,0%,3%)
(0.30/0.02/0.00/0.03)	

CMYK percentages

%30.24
%2.42
%0
%2.75

Codes

Color #ADF2F8 in popluar color models

ADF2F8
RGB173242248
HSL185°84.27%82.55%
HSB/HSV185°30.24%97.25%
CMYK30.24%2.42%0.00%
2.75%

Color #ADF2F8 in popluar number systems.

HEXADF2F8
Decimal173242248
Binary101011011111001011111000
Octal255362370

Shades and tints

Shades of #ADF2F8

#ADF2F8
(173,242,248)
#9EDCE2
(158,220,226)
#8FC6CC
(143,198,204)
#80B0B6
(128,176,182)
#719AA0
(113,154,160)
#62848A
(98,132,138)
#536E74
(83,110,116)
#44585E
(68,88,94)
#354248
(53,66,72)
#262C32
(38,44,50)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #ADF2F8

#ADF2F8
(173,242,248)
#B4F3F8
(180,243,248)
#BBF4F8
(187,244,248)
#C2F5F8
(194,245,248)
#C9F6F8
(201,246,248)
#D0F7F8
(208,247,248)
#D7F8F8
(215,248,248)
#DEF9F8
(222,249,248)
#E5FAF8
(229,250,248)
#ECFBF8
(236,251,248)
#F3FCF8
(243,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADF2F8; }

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

This text font color is #ADF2F8.


Background Color

.myBgColor { background-color: #ADF2F8; }

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

This div background color is #ADF2F8.


Border color

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

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

This div border color is #ADF2F8.


Opacity

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

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

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

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

This text has shadow with #ADF2F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF2F8 on black background.


Color preview on white background

This text has color #ADF2F8 on white background.



Black color preview on #ADF2F8 background

This text has black color on #ADF2F8 background.


White color preview on #ADF2F8 background

This text has white color on #ADF2F8 background.