COLOR #ADE1FA

HEX: #ADE1FA
RGB: (173,225,250)

Color info

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

RGB color model

#ADE1FA color RGB value is (173,225,250).

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

RGB channels and saturation

R 173 of 255 = 68%
G 225 of 255 = 88%
B 250 of 255 = 98%

173
225
250

R + G + B ~ 85%. #ADE1FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 225 + 250 = 648 (100%)
R 173 of 648 ~ 26.7%
G 225 of 648 ~ 34.72%
B 250 of 648 ~ 38.58%

%26.7
%34.72
%38.58

CMYK color model

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

  • cyan value is 30.80%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(31,10,0,2)
C31M10Y0K2 
(31%,10%,0%,2%)
(0.31/0.10/0.00/0.02)	

CMYK percentages

%30.8
%10
%0
%1.96

Codes

Color #ADE1FA in popluar color models

ADE1FA
RGB173225250
HSL199°88.51%82.94%
HSB/HSV199°30.80%98.04%
CMYK30.80%10.00%0.00%
1.96%

Color #ADE1FA in popluar number systems.

HEXADE1FA
Decimal173225250
Binary101011011110000111111010
Octal255341372

Shades and tints

Shades of #ADE1FA

#ADE1FA
(173,225,250)
#9ECDE4
(158,205,228)
#8FB9CE
(143,185,206)
#80A5B8
(128,165,184)
#7191A2
(113,145,162)
#627D8C
(98,125,140)
#536976
(83,105,118)
#445560
(68,85,96)
#35414A
(53,65,74)
#262D34
(38,45,52)
#17191E
(23,25,30)
#000000
(0,0,0)

Tints of #ADE1FA

#ADE1FA
(173,225,250)
#B4E3FA
(180,227,250)
#BBE5FA
(187,229,250)
#C2E7FA
(194,231,250)
#C9E9FA
(201,233,250)
#D0EBFA
(208,235,250)
#D7EDFA
(215,237,250)
#DEEFFA
(222,239,250)
#E5F1FA
(229,241,250)
#ECF3FA
(236,243,250)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE1FA; }

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

This text font color is #ADE1FA.


Background Color

.myBgColor { background-color: #ADE1FA; }

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

This div background color is #ADE1FA.


Border color

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

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

This div border color is #ADE1FA.


Opacity

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

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

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

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

This text has shadow with #ADE1FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE1FA on black background.


Color preview on white background

This text has color #ADE1FA on white background.



Black color preview on #ADE1FA background

This text has black color on #ADE1FA background.


White color preview on #ADE1FA background

This text has white color on #ADE1FA background.