COLOR #ADF2F6

HEX: #ADF2F6 RGB: (173,242,246)

Color info

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

RGB color model

#ADF2F6 color RGB value is (173,242,246).

RGB: (173,242,246) (68%, 95%, 96%)

RGB channels and saturation

R 173 of 255 = 68%
G 242 of 255 = 95%
B 246 of 255 = 96%

173
242
246

R + G + B ~ 86%. #ADF2F6 is light color.

Portions of RGB colors in percentages

R + G + B = 173 + 242 + 246 = 661 (100%)
R 173 of 661 ~ 26.17%
G 242 of 661 ~ 36.61%
B 246 of 661 ~ 37.22'%

%26.17
%36.61
%37.22

CMYK color model

#ADF2F6 color CMYK value is (30,2,0,4).

  • cyan value is 29.67%
  • magenta value is 1.63%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK: (30,2,0,4) C30M2Y0K4 (30%,2%,0%,4%) (0.30/0.02/0.00/0.04) 

CMYK percentages

%29.67
%1.63
%0
%3.53

Codes

Color #ADF2F6 in popluar color models

AD F2 F6
RGB 173 242 246
HSL 183° 80.22% 82.16%
HSB/HSV 183° 29.67% 96.47%
CMYK 29.67% 1.63% 0.00%
3.53%

Color #ADF2F6 in popluar number systems.

HEX AD F2 F6
Decimal 173 242 246
Binary 10101101 11110010 11110110
Octal 255 362 366

Shades and tints

Shades of #ADF2F6

#ADF2F6
(173,242,246)
#9EDCE0
(158,220,224)
#8FC6CA
(143,198,202)
#80B0B4
(128,176,180)
#719A9E
(113,154,158)
#628488
(98,132,136)
#536E72
(83,110,114)
#44585C
(68,88,92)
#354246
(53,66,70)
#262C30
(38,44,48)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #ADF2F6

#ADF2F6
(173,242,246)
#B4F3F6
(180,243,246)
#BBF4F6
(187,244,246)
#C2F5F6
(194,245,246)
#C9F6F6
(201,246,246)
#D0F7F6
(208,247,246)
#D7F8F6
(215,248,246)
#DEF9F6
(222,249,246)
#E5FAF6
(229,250,246)
#ECFBF6
(236,251,246)
#F3FCF6
(243,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADF2F6; }

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

This text font color is #ADF2F6.

Background Color

.myBgColor { background-color: #ADF2F6; }

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

This div background color is #ADF2F6.

Border color

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

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

This div border color is #ADF2F6.

Opacity

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

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

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

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

This text has shadow with #ADF2F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADF2F6.

Preview

Color preview on black background

This text has color #ADF2F6 on black background.


Color preview on white background

This text has color #ADF2F6 on white background.


Black color preview on #ADF2F6 background

This text has black color on #ADF2F6 background.


White color preview on #ADF2F6 background

This text has white color on #ADF2F6 background.


Related colors

Complementary color

Complementary color for #hex is #520D09.


I love getcolorcode.com

Triadic colors

1 #F6ADF2 and #F2F6AD with #ADF2F6 are triadic colors.

2 #F6F2AD and #F2ADF6 with #ADF2F6 are triadic colors.