COLOR #ADEEFD

HEX: #ADEEFD
RGB: (173,238,253)

Color info

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

RGB color model

#ADEEFD color RGB value is (173,238,253).

  • red value is 173;
  • green value is 238;
  • blue value is 253.
RGB:
(173,238,253)
(68%,93%,99%)

RGB channels and saturation

R 173 of 255 = 68%
G 238 of 255 = 93%
B 253 of 255 = 99%

173
238
253

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

Portions of RGB colors in percentages

R + G + B =
173 + 238 + 253 = 664 (100%)
R 173 of 664 ~ 26.05%
G 238 of 664 ~ 35.84%
B 253 of 664 ~ 38.1%

%26.05
%35.84
%38.1

CMYK color model

#ADEEFD color CMYK value is (32,6,0,1).

  • cyan value is 31.62%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(32,6,0,1)
C32M6Y0K1 
(32%,6%,0%,1%)
(0.32/0.06/0.00/0.01)	

CMYK percentages

%31.62
%5.93
%0
%0.78

Codes

Color #ADEEFD in popluar color models

ADEEFD
RGB173238253
HSL191°95.24%83.53%
HSB/HSV191°31.62%99.22%
CMYK31.62%5.93%0.00%
0.78%

Color #ADEEFD in popluar number systems.

HEXADEEFD
Decimal173238253
Binary101011011110111011111101
Octal255356375

Shades and tints

Shades of #ADEEFD

#ADEEFD
(173,238,253)
#9ED9E6
(158,217,230)
#8FC4CF
(143,196,207)
#80AFB8
(128,175,184)
#719AA1
(113,154,161)
#62858A
(98,133,138)
#537073
(83,112,115)
#445B5C
(68,91,92)
#354645
(53,70,69)
#26312E
(38,49,46)
#171C17
(23,28,23)
#000000
(0,0,0)

Tints of #ADEEFD

#ADEEFD
(173,238,253)
#B4EFFD
(180,239,253)
#BBF0FD
(187,240,253)
#C2F1FD
(194,241,253)
#C9F2FD
(201,242,253)
#D0F3FD
(208,243,253)
#D7F4FD
(215,244,253)
#DEF5FD
(222,245,253)
#E5F6FD
(229,246,253)
#ECF7FD
(236,247,253)
#F3F8FD
(243,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADEEFD color. Also use rgb(173,238,253) instead hex code.

Text Font Color

.myTextColor { color: #ADEEFD; }

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

This text font color is #ADEEFD.


Background Color

.myBgColor { background-color: #ADEEFD; }

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

This div background color is #ADEEFD.


Border color

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

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

This div border color is #ADEEFD.


Opacity

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

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

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

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

This text has shadow with #ADEEFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEEFD on black background.


Color preview on white background

This text has color #ADEEFD on white background.



Black color preview on #ADEEFD background

This text has black color on #ADEEFD background.


White color preview on #ADEEFD background

This text has white color on #ADEEFD background.