COLOR #ADE6CF

HEX: #ADE6CF
RGB: (173,230,207)

Color info

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

RGB color model

#ADE6CF color RGB value is (173,230,207).

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

RGB channels and saturation

R 173 of 255 = 68%
G 230 of 255 = 90%
B 207 of 255 = 81%

173
230
207

R + G + B ~ 80%. #ADE6CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 230 + 207 = 610 (100%)
R 173 of 610 ~ 28.36%
G 230 of 610 ~ 37.7%
B 207 of 610 ~ 33.93%

%28.36
%37.7
%33.93

CMYK color model

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

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 9.80%
CMYK:
(25,0,10,10)
C25M0Y10K10 
(25%,0%,10%,10%)
(0.25/0.00/0.10/0.10)	

CMYK percentages

%24.78
%0
%10
%9.8

Codes

Color #ADE6CF in popluar color models

ADE6CF
RGB173230207
HSL156°53.27%79.02%
HSB/HSV156°24.78%90.20%
CMYK24.78%0.00%10.00%
9.80%

Color #ADE6CF in popluar number systems.

HEXADE6CF
Decimal173230207
Binary101011011110011011001111
Octal255346317

Shades and tints

Shades of #ADE6CF

#ADE6CF
(173,230,207)
#9ED2BD
(158,210,189)
#8FBEAB
(143,190,171)
#80AA99
(128,170,153)
#719687
(113,150,135)
#628275
(98,130,117)
#536E63
(83,110,99)
#445A51
(68,90,81)
#35463F
(53,70,63)
#26322D
(38,50,45)
#171E1B
(23,30,27)
#000000
(0,0,0)

Tints of #ADE6CF

#ADE6CF
(173,230,207)
#B4E8D3
(180,232,211)
#BBEAD7
(187,234,215)
#C2ECDB
(194,236,219)
#C9EEDF
(201,238,223)
#D0F0E3
(208,240,227)
#D7F2E7
(215,242,231)
#DEF4EB
(222,244,235)
#E5F6EF
(229,246,239)
#ECF8F3
(236,248,243)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE6CF; }

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

This text font color is #ADE6CF.


Background Color

.myBgColor { background-color: #ADE6CF; }

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

This div background color is #ADE6CF.


Border color

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

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

This div border color is #ADE6CF.


Opacity

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

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

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

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

This text has shadow with #ADE6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE6CF on black background.


Color preview on white background

This text has color #ADE6CF on white background.



Black color preview on #ADE6CF background

This text has black color on #ADE6CF background.


White color preview on #ADE6CF background

This text has white color on #ADE6CF background.