COLOR #ADEDF3

HEX: #ADEDF3
RGB: (173,237,243)

Color info

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

RGB color model

#ADEDF3 color RGB value is (173,237,243).

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

RGB channels and saturation

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

173
237
243

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

Portions of RGB colors in percentages

R + G + B =
173 + 237 + 243 = 653 (100%)
R 173 of 653 ~ 26.49%
G 237 of 653 ~ 36.29%
B 243 of 653 ~ 37.21%

%26.49
%36.29
%37.21

CMYK color model

#ADEDF3 color CMYK value is (29,2,0,5).

  • cyan value is 28.81%
  • magenta value is 2.47%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(29,2,0,5)
C29M2Y0K5 
(29%,2%,0%,5%)
(0.29/0.02/0.00/0.05)	

CMYK percentages

%28.81
%2.47
%0
%4.71

Codes

Color #ADEDF3 in popluar color models

ADEDF3
RGB173237243
HSL185°74.47%81.57%
HSB/HSV185°28.81%95.29%
CMYK28.81%2.47%0.00%
4.71%

Color #ADEDF3 in popluar number systems.

HEXADEDF3
Decimal173237243
Binary101011011110110111110011
Octal255355363

Shades and tints

Shades of #ADEDF3

#ADEDF3
(173,237,243)
#9ED8DD
(158,216,221)
#8FC3C7
(143,195,199)
#80AEB1
(128,174,177)
#71999B
(113,153,155)
#628485
(98,132,133)
#536F6F
(83,111,111)
#445A59
(68,90,89)
#354543
(53,69,67)
#26302D
(38,48,45)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #ADEDF3

#ADEDF3
(173,237,243)
#B4EEF4
(180,238,244)
#BBEFF5
(187,239,245)
#C2F0F6
(194,240,246)
#C9F1F7
(201,241,247)
#D0F2F8
(208,242,248)
#D7F3F9
(215,243,249)
#DEF4FA
(222,244,250)
#E5F5FB
(229,245,251)
#ECF6FC
(236,246,252)
#F3F7FD
(243,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADEDF3; }

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

This text font color is #ADEDF3.


Background Color

.myBgColor { background-color: #ADEDF3; }

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

This div background color is #ADEDF3.


Border color

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

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

This div border color is #ADEDF3.


Opacity

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

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

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

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

This text has shadow with #ADEDF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEDF3 on black background.


Color preview on white background

This text has color #ADEDF3 on white background.



Black color preview on #ADEDF3 background

This text has black color on #ADEDF3 background.


White color preview on #ADEDF3 background

This text has white color on #ADEDF3 background.