COLOR #ADEDF1

HEX: #ADEDF1
RGB: (173,237,241)

Color info

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

RGB color model

#ADEDF1 color RGB value is (173,237,241).

  • red value is 173;
  • green value is 237;
  • blue value is 241.
RGB:
(173,237,241)
(68%,93%,95%)

RGB channels and saturation

R 173 of 255 = 68%
G 237 of 255 = 93%
B 241 of 255 = 95%

173
237
241

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

Portions of RGB colors in percentages

R + G + B =
173 + 237 + 241 = 651 (100%)
R 173 of 651 ~ 26.57%
G 237 of 651 ~ 36.41%
B 241 of 651 ~ 37.02%

%26.57
%36.41
%37.02

CMYK color model

#ADEDF1 color CMYK value is (28,2,0,5).

  • cyan value is 28.22%
  • magenta value is 1.66%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(28,2,0,5)
C28M2Y0K5 
(28%,2%,0%,5%)
(0.28/0.02/0.00/0.05)	

CMYK percentages

%28.22
%1.66
%0
%5.49

Codes

Color #ADEDF1 in popluar color models

ADEDF1
RGB173237241
HSL184°70.83%81.18%
HSB/HSV184°28.22%94.51%
CMYK28.22%1.66%0.00%
5.49%

Color #ADEDF1 in popluar number systems.

HEXADEDF1
Decimal173237241
Binary101011011110110111110001
Octal255355361

Shades and tints

Shades of #ADEDF1

#ADEDF1
(173,237,241)
#9ED8DC
(158,216,220)
#8FC3C7
(143,195,199)
#80AEB2
(128,174,178)
#71999D
(113,153,157)
#628488
(98,132,136)
#536F73
(83,111,115)
#445A5E
(68,90,94)
#354549
(53,69,73)
#263034
(38,48,52)
#171B1F
(23,27,31)
#000000
(0,0,0)

Tints of #ADEDF1

#ADEDF1
(173,237,241)
#B4EEF2
(180,238,242)
#BBEFF3
(187,239,243)
#C2F0F4
(194,240,244)
#C9F1F5
(201,241,245)
#D0F2F6
(208,242,246)
#D7F3F7
(215,243,247)
#DEF4F8
(222,244,248)
#E5F5F9
(229,245,249)
#ECF6FA
(236,246,250)
#F3F7FB
(243,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADEDF1; }

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

This text font color is #ADEDF1.


Background Color

.myBgColor { background-color: #ADEDF1; }

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

This div background color is #ADEDF1.


Border color

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

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

This div border color is #ADEDF1.


Opacity

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

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

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

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

This text has shadow with #ADEDF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEDF1 on black background.


Color preview on white background

This text has color #ADEDF1 on white background.



Black color preview on #ADEDF1 background

This text has black color on #ADEDF1 background.


White color preview on #ADEDF1 background

This text has white color on #ADEDF1 background.