COLOR #ADE6E4

HEX: #ADE6E4
RGB: (173,230,228)

Color info

#ADE6E4 contains red, green and blue colors in about the same proportion. Web safe color of #ADE6E4 is #99CCCC (or #9CC).

RGB color model

#ADE6E4 color RGB value is (173,230,228).

  • red value is 173;
  • green value is 230;
  • blue value is 228.
RGB: (173,230,228) (68%,90%,89%)

RGB channels and saturation

R 173 of 255 = 68%
G 230 of 255 = 90%
B 228 of 255 = 89%

173
230
228

R + G + B ~ 82%. #ADE6E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 230 + 228 = 631 (100%)
R 173 of 631 ~ 27.42%
G 230 of 631 ~ 36.45%
B 228 of 631 ~ 36.13%

%27.42
%36.45
%36.13

CMYK color model

#ADE6E4 color CMYK value is (25,0,1,10).

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 0.87%
  • key color value is 9.80%
CMYK: (25,0,1,10) C25M0Y1K10 (25%,0%,1%,10%) (0.25/0.00/0.01/0.10)

CMYK percentages

%24.78
%0
%0.87
%9.8

Codes

Color #ADE6E4 in popluar color models

ADE6E4
RGB173230228
HSL178°53.27%79.02%
HSB/HSV178°24.78%90.20%
CMYK24.78%0.00%0.87%
9.80%

Color #ADE6E4 in popluar number systems.

HEXADE6E4
Decimal173230228
Binary101011011110011011100100
Octal255346344

Shades and tints

Shades of #ADE6E4

#ADE6E4
(173,230,228)
#9ED2D0
(158,210,208)
#8FBEBC
(143,190,188)
#80AAA8
(128,170,168)
#719694
(113,150,148)
#628280
(98,130,128)
#536E6C
(83,110,108)
#445A58
(68,90,88)
#354644
(53,70,68)
#263230
(38,50,48)
#171E1C
(23,30,28)
#000000
(0,0,0)

Tints of #ADE6E4

#ADE6E4
(173,230,228)
#B4E8E6
(180,232,230)
#BBEAE8
(187,234,232)
#C2ECEA
(194,236,234)
#C9EEEC
(201,238,236)
#D0F0EE
(208,240,238)
#D7F2F0
(215,242,240)
#DEF4F2
(222,244,242)
#E5F6F4
(229,246,244)
#ECF8F6
(236,248,246)
#F3FAF8
(243,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE6E4 color. Also use rgb(173,230,228) instead hex code.

Text Font Color

.myTextColor { color: #ADE6E4; }

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

This text font color is #ADE6E4.


Background Color

.myBgColor { background-color: #ADE6E4; }

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

This div background color is #ADE6E4.


Border color

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

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

This div border color is #ADE6E4.


Opacity

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

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

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

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

This text has shadow with #ADE6E4 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ADE6E4 on black background.


Color preview on white background

This text has color #ADE6E4 on white background.



Black color preview on #ADE6E4 background

This text has black color on #ADE6E4 background.


White color preview on #ADE6E4 background

This text has white color on #ADE6E4 background.