COLOR #ADE1F6

HEX: #ADE1F6
RGB: (173,225,246)

Color info

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

RGB color model

#ADE1F6 color RGB value is (173,225,246).

  • red value is 173;
  • green value is 225;
  • blue value is 246.
RGB:
(173,225,246)
(68%,88%,96%)

RGB channels and saturation

R 173 of 255 = 68%
G 225 of 255 = 88%
B 246 of 255 = 96%

173
225
246

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

Portions of RGB colors in percentages

R + G + B =
173 + 225 + 246 = 644 (100%)
R 173 of 644 ~ 26.86%
G 225 of 644 ~ 34.94%
B 246 of 644 ~ 38.2%

%26.86
%34.94
%38.2

CMYK color model

#ADE1F6 color CMYK value is (30,9,0,4).

  • cyan value is 29.67%
  • magenta value is 8.54%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(30,9,0,4)
C30M9Y0K4 
(30%,9%,0%,4%)
(0.30/0.09/0.00/0.04)	

CMYK percentages

%29.67
%8.54
%0
%3.53

Codes

Color #ADE1F6 in popluar color models

ADE1F6
RGB173225246
HSL197°80.22%82.16%
HSB/HSV197°29.67%96.47%
CMYK29.67%8.54%0.00%
3.53%

Color #ADE1F6 in popluar number systems.

HEXADE1F6
Decimal173225246
Binary101011011110000111110110
Octal255341366

Shades and tints

Shades of #ADE1F6

#ADE1F6
(173,225,246)
#9ECDE0
(158,205,224)
#8FB9CA
(143,185,202)
#80A5B4
(128,165,180)
#71919E
(113,145,158)
#627D88
(98,125,136)
#536972
(83,105,114)
#44555C
(68,85,92)
#354146
(53,65,70)
#262D30
(38,45,48)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #ADE1F6

#ADE1F6
(173,225,246)
#B4E3F6
(180,227,246)
#BBE5F6
(187,229,246)
#C2E7F6
(194,231,246)
#C9E9F6
(201,233,246)
#D0EBF6
(208,235,246)
#D7EDF6
(215,237,246)
#DEEFF6
(222,239,246)
#E5F1F6
(229,241,246)
#ECF3F6
(236,243,246)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE1F6; }

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

This text font color is #ADE1F6.


Background Color

.myBgColor { background-color: #ADE1F6; }

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

This div background color is #ADE1F6.


Border color

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

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

This div border color is #ADE1F6.


Opacity

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

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

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

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

This text has shadow with #ADE1F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE1F6 on black background.


Color preview on white background

This text has color #ADE1F6 on white background.



Black color preview on #ADE1F6 background

This text has black color on #ADE1F6 background.


White color preview on #ADE1F6 background

This text has white color on #ADE1F6 background.