COLOR #ADF9F8

HEX: #ADF9F8
RGB: (173,249,248)

Color info

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

RGB color model

#ADF9F8 color RGB value is (173,249,248).

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

RGB channels and saturation

R 173 of 255 = 68%
G 249 of 255 = 98%
B 248 of 255 = 97%

173
249
248

R + G + B ~ 88%. #ADF9F8 is light color.

Portions of RGB colors in percentages

R + G + B =
173 + 249 + 248 = 670 (100%)
R 173 of 670 ~ 25.82%
G 249 of 670 ~ 37.16%
B 248 of 670 ~ 37.01%

%25.82
%37.16
%37.01

CMYK color model

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

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

CMYK percentages

%30.52
%0
%0.4
%2.35

Codes

Color #ADF9F8 in popluar color models

ADF9F8
RGB173249248
HSL179°86.36%82.75%
HSB/HSV179°30.52%97.65%
CMYK30.52%0.00%0.40%
2.35%

Color #ADF9F8 in popluar number systems.

HEXADF9F8
Decimal173249248
Binary101011011111100111111000
Octal255371370

Shades and tints

Shades of #ADF9F8

#ADF9F8
(173,249,248)
#9EE3E2
(158,227,226)
#8FCDCC
(143,205,204)
#80B7B6
(128,183,182)
#71A1A0
(113,161,160)
#628B8A
(98,139,138)
#537574
(83,117,116)
#445F5E
(68,95,94)
#354948
(53,73,72)
#263332
(38,51,50)
#171D1C
(23,29,28)
#000000
(0,0,0)

Tints of #ADF9F8

#ADF9F8
(173,249,248)
#B4F9F8
(180,249,248)
#BBF9F8
(187,249,248)
#C2F9F8
(194,249,248)
#C9F9F8
(201,249,248)
#D0F9F8
(208,249,248)
#D7F9F8
(215,249,248)
#DEF9F8
(222,249,248)
#E5F9F8
(229,249,248)
#ECF9F8
(236,249,248)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADF9F8; }

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

This text font color is #ADF9F8.


Background Color

.myBgColor { background-color: #ADF9F8; }

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

This div background color is #ADF9F8.


Border color

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

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

This div border color is #ADF9F8.


Opacity

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

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

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

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

This text has shadow with #ADF9F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF9F8 on black background.


Color preview on white background

This text has color #ADF9F8 on white background.



Black color preview on #ADF9F8 background

This text has black color on #ADF9F8 background.


White color preview on #ADF9F8 background

This text has white color on #ADF9F8 background.