COLOR #ADF3F9

HEX: #ADF3F9
RGB: (173,243,249)

Color info

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

RGB color model

#ADF3F9 color RGB value is (173,243,249).

  • red value is 173;
  • green value is 243;
  • blue value is 249.
RGB:
(173,243,249)
(68%,95%,98%)

RGB channels and saturation

R 173 of 255 = 68%
G 243 of 255 = 95%
B 249 of 255 = 98%

173
243
249

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

Portions of RGB colors in percentages

R + G + B =
173 + 243 + 249 = 665 (100%)
R 173 of 665 ~ 26.02%
G 243 of 665 ~ 36.54%
B 249 of 665 ~ 37.44%

%26.02
%36.54
%37.44

CMYK color model

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

  • cyan value is 30.52%
  • magenta value is 2.41%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(31,2,0,2)
C31M2Y0K2 
(31%,2%,0%,2%)
(0.31/0.02/0.00/0.02)	

CMYK percentages

%30.52
%2.41
%0
%2.35

Codes

Color #ADF3F9 in popluar color models

ADF3F9
RGB173243249
HSL185°86.36%82.75%
HSB/HSV185°30.52%97.65%
CMYK30.52%2.41%0.00%
2.35%

Color #ADF3F9 in popluar number systems.

HEXADF3F9
Decimal173243249
Binary101011011111001111111001
Octal255363371

Shades and tints

Shades of #ADF3F9

#ADF3F9
(173,243,249)
#9EDDE3
(158,221,227)
#8FC7CD
(143,199,205)
#80B1B7
(128,177,183)
#719BA1
(113,155,161)
#62858B
(98,133,139)
#536F75
(83,111,117)
#44595F
(68,89,95)
#354349
(53,67,73)
#262D33
(38,45,51)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #ADF3F9

#ADF3F9
(173,243,249)
#B4F4F9
(180,244,249)
#BBF5F9
(187,245,249)
#C2F6F9
(194,246,249)
#C9F7F9
(201,247,249)
#D0F8F9
(208,248,249)
#D7F9F9
(215,249,249)
#DEFAF9
(222,250,249)
#E5FBF9
(229,251,249)
#ECFCF9
(236,252,249)
#F3FDF9
(243,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF3F9 color. Also use rgb(173,243,249) instead hex code.

Text Font Color

.myTextColor { color: #ADF3F9; }

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

This text font color is #ADF3F9.


Background Color

.myBgColor { background-color: #ADF3F9; }

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

This div background color is #ADF3F9.


Border color

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

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

This div border color is #ADF3F9.


Opacity

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

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

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

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

This text has shadow with #ADF3F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF3F9 on black background.


Color preview on white background

This text has color #ADF3F9 on white background.



Black color preview on #ADF3F9 background

This text has black color on #ADF3F9 background.


White color preview on #ADF3F9 background

This text has white color on #ADF3F9 background.