COLOR #ADF0FB

HEX: #ADF0FB
RGB: (173,240,251)

Color info

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

RGB color model

#ADF0FB color RGB value is (173,240,251).

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

RGB channels and saturation

R 173 of 255 = 68%
G 240 of 255 = 94%
B 251 of 255 = 98%

173
240
251

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

Portions of RGB colors in percentages

R + G + B =
173 + 240 + 251 = 664 (100%)
R 173 of 664 ~ 26.05%
G 240 of 664 ~ 36.14%
B 251 of 664 ~ 37.8%

%26.05
%36.14
%37.8

CMYK color model

#ADF0FB color CMYK value is (31,4,0,2).

  • cyan value is 31.08%
  • magenta value is 4.38%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(31,4,0,2)
C31M4Y0K2 
(31%,4%,0%,2%)
(0.31/0.04/0.00/0.02)	

CMYK percentages

%31.08
%4.38
%0
%1.57

Codes

Color #ADF0FB in popluar color models

ADF0FB
RGB173240251
HSL188°90.70%83.14%
HSB/HSV188°31.08%98.43%
CMYK31.08%4.38%0.00%
1.57%

Color #ADF0FB in popluar number systems.

HEXADF0FB
Decimal173240251
Binary101011011111000011111011
Octal255360373

Shades and tints

Shades of #ADF0FB

#ADF0FB
(173,240,251)
#9EDBE5
(158,219,229)
#8FC6CF
(143,198,207)
#80B1B9
(128,177,185)
#719CA3
(113,156,163)
#62878D
(98,135,141)
#537277
(83,114,119)
#445D61
(68,93,97)
#35484B
(53,72,75)
#263335
(38,51,53)
#171E1F
(23,30,31)
#000000
(0,0,0)

Tints of #ADF0FB

#ADF0FB
(173,240,251)
#B4F1FB
(180,241,251)
#BBF2FB
(187,242,251)
#C2F3FB
(194,243,251)
#C9F4FB
(201,244,251)
#D0F5FB
(208,245,251)
#D7F6FB
(215,246,251)
#DEF7FB
(222,247,251)
#E5F8FB
(229,248,251)
#ECF9FB
(236,249,251)
#F3FAFB
(243,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADF0FB; }

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

This text font color is #ADF0FB.


Background Color

.myBgColor { background-color: #ADF0FB; }

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

This div background color is #ADF0FB.


Border color

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

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

This div border color is #ADF0FB.


Opacity

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

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

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

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

This text has shadow with #ADF0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF0FB on black background.


Color preview on white background

This text has color #ADF0FB on white background.



Black color preview on #ADF0FB background

This text has black color on #ADF0FB background.


White color preview on #ADF0FB background

This text has white color on #ADF0FB background.