COLOR #ADE2F1

HEX: #ADE2F1 RGB: (173,226,241)

Color info

#ADE2F1 contains mainly green and blue colors. Web safe color of #ADE2F1 is #99CCFF (or #9CF).

RGB color model

#ADE2F1 color RGB value is (173,226,241).

RGB: (173,226,241) (68%, 89%, 95%)

RGB channels and saturation

R 173 of 255 = 68%
G 226 of 255 = 89%
B 241 of 255 = 95%

173
226
241

R + G + B ~ 84%. #ADE2F1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 226 + 241 = 640 (100%)
R 173 of 640 ~ 27.03%
G 226 of 640 ~ 35.31%
B 241 of 640 ~ 37.66'%

%27.03
%35.31
%37.66

CMYK color model

#ADE2F1 color CMYK value is (28,6,0,5).

  • cyan value is 28.22%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK: (28,6,0,5) C28M6Y0K5 (28%,6%,0%,5%) (0.28/0.06/0.00/0.05) 

CMYK percentages

%28.22
%6.22
%0
%5.49

Codes

Color #ADE2F1 in popluar color models

AD E2 F1
RGB 173 226 241
HSL 193° 70.83% 81.18%
HSB/HSV 193° 28.22% 94.51%
CMYK 28.22% 6.22% 0.00%
5.49%

Color #ADE2F1 in popluar number systems.

HEX AD E2 F1
Decimal 173 226 241
Binary 10101101 11100010 11110001
Octal 255 342 361

Shades and tints

Shades of #ADE2F1

#ADE2F1
(173,226,241)
#9ECEDC
(158,206,220)
#8FBAC7
(143,186,199)
#80A6B2
(128,166,178)
#71929D
(113,146,157)
#627E88
(98,126,136)
#536A73
(83,106,115)
#44565E
(68,86,94)
#354249
(53,66,73)
#262E34
(38,46,52)
#171A1F
(23,26,31)
#000000
(0,0,0)

Tints of #ADE2F1

#ADE2F1
(173,226,241)
#B4E4F2
(180,228,242)
#BBE6F3
(187,230,243)
#C2E8F4
(194,232,244)
#C9EAF5
(201,234,245)
#D0ECF6
(208,236,246)
#D7EEF7
(215,238,247)
#DEF0F8
(222,240,248)
#E5F2F9
(229,242,249)
#ECF4FA
(236,244,250)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE2F1 color. Also use rgb(173,226,241) instead hex code.

Text Font Color

.myTextColor { color: #ADE2F1; }

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

This text font color is #ADE2F1.

Background Color

.myBgColor { background-color: #ADE2F1; }

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

This div background color is #ADE2F1.

Border color

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

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

This div border color is #ADE2F1.

Opacity

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

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

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

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

This text has shadow with #ADE2F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADE2F1.

Preview

Color preview on black background

This text has color #ADE2F1 on black background.


Color preview on white background

This text has color #ADE2F1 on white background.


Black color preview on #ADE2F1 background

This text has black color on #ADE2F1 background.


White color preview on #ADE2F1 background

This text has white color on #ADE2F1 background.


Related colors

Complementary color

Complementary color for #hex is #521D0E.


I love getcolorcode.com

Triadic colors

1 #F1ADE2 and #E2F1AD with #ADE2F1 are triadic colors.

2 #F1E2AD and #E2ADF1 with #ADE2F1 are triadic colors.