COLOR #ADE3F1

HEX: #ADE3F1
RGB: (173,227,241)

Color info

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

RGB color model

#ADE3F1 color RGB value is (173,227,241).

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

RGB channels and saturation

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

173
227
241

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

Portions of RGB colors in percentages

R + G + B =
173 + 227 + 241 = 641 (100%)
R 173 of 641 ~ 26.99%
G 227 of 641 ~ 35.41%
B 241 of 641 ~ 37.6%

%26.99
%35.41
%37.6

CMYK color model

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

  • cyan value is 28.22%
  • magenta value is 5.81%
  • 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
%5.81
%0
%5.49

Codes

Color #ADE3F1 in popluar color models

ADE3F1
RGB173227241
HSL192°70.83%81.18%
HSB/HSV192°28.22%94.51%
CMYK28.22%5.81%0.00%
5.49%

Color #ADE3F1 in popluar number systems.

HEXADE3F1
Decimal173227241
Binary101011011110001111110001
Octal255343361

Shades and tints

Shades of #ADE3F1

#ADE3F1
(173,227,241)
#9ECFDC
(158,207,220)
#8FBBC7
(143,187,199)
#80A7B2
(128,167,178)
#71939D
(113,147,157)
#627F88
(98,127,136)
#536B73
(83,107,115)
#44575E
(68,87,94)
#354349
(53,67,73)
#262F34
(38,47,52)
#171B1F
(23,27,31)
#000000
(0,0,0)

Tints of #ADE3F1

#ADE3F1
(173,227,241)
#B4E5F2
(180,229,242)
#BBE7F3
(187,231,243)
#C2E9F4
(194,233,244)
#C9EBF5
(201,235,245)
#D0EDF6
(208,237,246)
#D7EFF7
(215,239,247)
#DEF1F8
(222,241,248)
#E5F3F9
(229,243,249)
#ECF5FA
(236,245,250)
#F3F7FB
(243,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE3F1; }

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

This text font color is #ADE3F1.


Background Color

.myBgColor { background-color: #ADE3F1; }

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

This div background color is #ADE3F1.


Border color

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

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

This div border color is #ADE3F1.


Opacity

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

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

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

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

This text has shadow with #ADE3F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE3F1 on black background.


Color preview on white background

This text has color #ADE3F1 on white background.



Black color preview on #ADE3F1 background

This text has black color on #ADE3F1 background.


White color preview on #ADE3F1 background

This text has white color on #ADE3F1 background.