COLOR #ADF0F5

HEX: #ADF0F5
RGB: (173,240,245)

Color info

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

RGB color model

#ADF0F5 color RGB value is (173,240,245).

  • red value is 173;
  • green value is 240;
  • blue value is 245.
RGB:
(173,240,245)
(68%,94%,96%)

RGB channels and saturation

R 173 of 255 = 68%
G 240 of 255 = 94%
B 245 of 255 = 96%

173
240
245

R + G + B ~ 86%. #ADF0F5 is light color.

Portions of RGB colors in percentages

R + G + B =
173 + 240 + 245 = 658 (100%)
R 173 of 658 ~ 26.29%
G 240 of 658 ~ 36.47%
B 245 of 658 ~ 37.23%

%26.29
%36.47
%37.23

CMYK color model

#ADF0F5 color CMYK value is (29,2,0,4).

  • cyan value is 29.39%
  • magenta value is 2.04%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(29,2,0,4)
C29M2Y0K4 
(29%,2%,0%,4%)
(0.29/0.02/0.00/0.04)	

CMYK percentages

%29.39
%2.04
%0
%3.92

Codes

Color #ADF0F5 in popluar color models

ADF0F5
RGB173240245
HSL184°78.26%81.96%
HSB/HSV184°29.39%96.08%
CMYK29.39%2.04%0.00%
3.92%

Color #ADF0F5 in popluar number systems.

HEXADF0F5
Decimal173240245
Binary101011011111000011110101
Octal255360365

Shades and tints

Shades of #ADF0F5

#ADF0F5
(173,240,245)
#9EDBDF
(158,219,223)
#8FC6C9
(143,198,201)
#80B1B3
(128,177,179)
#719C9D
(113,156,157)
#628787
(98,135,135)
#537271
(83,114,113)
#445D5B
(68,93,91)
#354845
(53,72,69)
#26332F
(38,51,47)
#171E19
(23,30,25)
#000000
(0,0,0)

Tints of #ADF0F5

#ADF0F5
(173,240,245)
#B4F1F5
(180,241,245)
#BBF2F5
(187,242,245)
#C2F3F5
(194,243,245)
#C9F4F5
(201,244,245)
#D0F5F5
(208,245,245)
#D7F6F5
(215,246,245)
#DEF7F5
(222,247,245)
#E5F8F5
(229,248,245)
#ECF9F5
(236,249,245)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADF0F5; }

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

This text font color is #ADF0F5.


Background Color

.myBgColor { background-color: #ADF0F5; }

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

This div background color is #ADF0F5.


Border color

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

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

This div border color is #ADF0F5.


Opacity

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

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

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

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

This text has shadow with #ADF0F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF0F5 on black background.


Color preview on white background

This text has color #ADF0F5 on white background.



Black color preview on #ADF0F5 background

This text has black color on #ADF0F5 background.


White color preview on #ADF0F5 background

This text has white color on #ADF0F5 background.