COLOR #ADE3D6

HEX: #ADE3D6
RGB: (173,227,214)

Color info

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

RGB color model

#ADE3D6 color RGB value is (173,227,214).

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

RGB channels and saturation

R 173 of 255 = 68%
G 227 of 255 = 89%
B 214 of 255 = 84%

173
227
214

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

Portions of RGB colors in percentages

R + G + B =
173 + 227 + 214 = 614 (100%)
R 173 of 614 ~ 28.18%
G 227 of 614 ~ 36.97%
B 214 of 614 ~ 34.85%

%28.18
%36.97
%34.85

CMYK color model

#ADE3D6 color CMYK value is (24,0,6,11).

  • cyan value is 23.79%
  • magenta value is 0.00%
  • yellow value is 5.73%
  • key color value is 10.98%
CMYK:
(24,0,6,11)
C24M0Y6K11 
(24%,0%,6%,11%)
(0.24/0.00/0.06/0.11)	

CMYK percentages

%23.79
%0
%5.73
%10.98

Codes

Color #ADE3D6 in popluar color models

ADE3D6
RGB173227214
HSL166°49.09%78.43%
HSB/HSV166°23.79%89.02%
CMYK23.79%0.00%5.73%
10.98%

Color #ADE3D6 in popluar number systems.

HEXADE3D6
Decimal173227214
Binary101011011110001111010110
Octal255343326

Shades and tints

Shades of #ADE3D6

#ADE3D6
(173,227,214)
#9ECFC3
(158,207,195)
#8FBBB0
(143,187,176)
#80A79D
(128,167,157)
#71938A
(113,147,138)
#627F77
(98,127,119)
#536B64
(83,107,100)
#445751
(68,87,81)
#35433E
(53,67,62)
#262F2B
(38,47,43)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #ADE3D6

#ADE3D6
(173,227,214)
#B4E5D9
(180,229,217)
#BBE7DC
(187,231,220)
#C2E9DF
(194,233,223)
#C9EBE2
(201,235,226)
#D0EDE5
(208,237,229)
#D7EFE8
(215,239,232)
#DEF1EB
(222,241,235)
#E5F3EE
(229,243,238)
#ECF5F1
(236,245,241)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE3D6; }

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

This text font color is #ADE3D6.


Background Color

.myBgColor { background-color: #ADE3D6; }

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

This div background color is #ADE3D6.


Border color

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

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

This div border color is #ADE3D6.


Opacity

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

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

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

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

This text has shadow with #ADE3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE3D6 on black background.


Color preview on white background

This text has color #ADE3D6 on white background.



Black color preview on #ADE3D6 background

This text has black color on #ADE3D6 background.


White color preview on #ADE3D6 background

This text has white color on #ADE3D6 background.