COLOR #ADF4FB

HEX: #ADF4FB
RGB: (173,244,251)

Color info

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

RGB color model

#ADF4FB color RGB value is (173,244,251).

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

RGB channels and saturation

R 173 of 255 = 68%
G 244 of 255 = 96%
B 251 of 255 = 98%

173
244
251

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

Portions of RGB colors in percentages

R + G + B =
173 + 244 + 251 = 668 (100%)
R 173 of 668 ~ 25.9%
G 244 of 668 ~ 36.53%
B 251 of 668 ~ 37.57%

%25.9
%36.53
%37.57

CMYK color model

#ADF4FB color CMYK value is (31,3,0,2).

  • cyan value is 31.08%
  • magenta value is 2.79%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(31,3,0,2)
C31M3Y0K2 
(31%,3%,0%,2%)
(0.31/0.03/0.00/0.02)	

CMYK percentages

%31.08
%2.79
%0
%1.57

Codes

Color #ADF4FB in popluar color models

ADF4FB
RGB173244251
HSL185°90.70%83.14%
HSB/HSV185°31.08%98.43%
CMYK31.08%2.79%0.00%
1.57%

Color #ADF4FB in popluar number systems.

HEXADF4FB
Decimal173244251
Binary101011011111010011111011
Octal255364373

Shades and tints

Shades of #ADF4FB

#ADF4FB
(173,244,251)
#9EDEE5
(158,222,229)
#8FC8CF
(143,200,207)
#80B2B9
(128,178,185)
#719CA3
(113,156,163)
#62868D
(98,134,141)
#537077
(83,112,119)
#445A61
(68,90,97)
#35444B
(53,68,75)
#262E35
(38,46,53)
#17181F
(23,24,31)
#000000
(0,0,0)

Tints of #ADF4FB

#ADF4FB
(173,244,251)
#B4F5FB
(180,245,251)
#BBF6FB
(187,246,251)
#C2F7FB
(194,247,251)
#C9F8FB
(201,248,251)
#D0F9FB
(208,249,251)
#D7FAFB
(215,250,251)
#DEFBFB
(222,251,251)
#E5FCFB
(229,252,251)
#ECFDFB
(236,253,251)
#F3FEFB
(243,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADF4FB; }

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

This text font color is #ADF4FB.


Background Color

.myBgColor { background-color: #ADF4FB; }

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

This div background color is #ADF4FB.


Border color

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

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

This div border color is #ADF4FB.


Opacity

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

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

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

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

This text has shadow with #ADF4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF4FB on black background.


Color preview on white background

This text has color #ADF4FB on white background.



Black color preview on #ADF4FB background

This text has black color on #ADF4FB background.


White color preview on #ADF4FB background

This text has white color on #ADF4FB background.