COLOR #ADF6F9

HEX: #ADF6F9 RGB: (173,246,249)

Color info

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

RGB color model

#ADF6F9 color RGB value is (173,246,249).

RGB: (173,246,249) (68%, 96%, 98%)

RGB channels and saturation

R 173 of 255 = 68%
G 246 of 255 = 96%
B 249 of 255 = 98%

173
246
249

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

Portions of RGB colors in percentages

R + G + B = 173 + 246 + 249 = 668 (100%)
R 173 of 668 ~ 25.9%
G 246 of 668 ~ 36.83%
B 249 of 668 ~ 37.28'%

%25.9
%36.83
%37.28

CMYK color model

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

  • cyan value is 30.52%
  • magenta value is 1.20%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (31,1,0,2)
C31M1Y0K2 (31%, 1%, 0%, 2%)
(0.31 / 0.01 / 0.00 / 0.02)

CMYK percentages

%30.52
%1.2
%0
%2.35

Codes

Color #ADF6F9 in popluar color models

AD F6 F9
RGB 173 246 249
HSL 182° 86.36% 82.75%
HSB/HSV 182° 30.52% 97.65%
CMYK 30.52% 1.20% 0.00%
2.35%

Color #ADF6F9 in popluar number systems.

HEX AD F6 F9
Decimal 173 246 249
Binary 10101101 11110110 11111001
Octal 255 366 371

Shades and tints

Shades of #ADF6F9

#ADF6F9
(173,246,249)
#9EE0E3
(158,224,227)
#8FCACD
(143,202,205)
#80B4B7
(128,180,183)
#719EA1
(113,158,161)
#62888B
(98,136,139)
#537275
(83,114,117)
#445C5F
(68,92,95)
#354649
(53,70,73)
#263033
(38,48,51)
#171A1D
(23,26,29)
#000000
(0,0,0)

Tints of #ADF6F9

#ADF6F9
(173,246,249)
#B4F6F9
(180,246,249)
#BBF6F9
(187,246,249)
#C2F6F9
(194,246,249)
#C9F6F9
(201,246,249)
#D0F6F9
(208,246,249)
#D7F6F9
(215,246,249)
#DEF6F9
(222,246,249)
#E5F6F9
(229,246,249)
#ECF6F9
(236,246,249)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADF6F9; }

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

This text font color is #ADF6F9.

Background Color

.myBgColor { background-color: #ADF6F9; }

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

This div background color is #ADF6F9.

Border color

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

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

This div border color is #ADF6F9.

Opacity

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

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

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

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

This text has shadow with #ADF6F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADF6F9.

Preview

Color preview on black background

This text has color #ADF6F9 on black background.


Color preview on white background

This text has color #ADF6F9 on white background.


Black color preview on #ADF6F9 background

This text has black color on #ADF6F9 background.


White color preview on #ADF6F9 background

This text has white color on #ADF6F9 background.


Related colors

Complementary color

Complementary color for #hex is #520906.


I love getcolorcode.com

Triadic colors

1 #F9ADF6 and #F6F9AD with #ADF6F9 are triadic colors.

2 #F9F6AD and #F6ADF9 with #ADF6F9 are triadic colors.