COLOR #ADE1E1

HEX: #ADE1E1
RGB: (173,225,225)

Color info

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

RGB color model

#ADE1E1 color RGB value is (173,225,225).

  • red value is 173;
  • green value is 225;
  • blue value is 225.
RGB:
(173,225,225)
(68%,88%,88%)

RGB channels and saturation

R 173 of 255 = 68%
G 225 of 255 = 88%
B 225 of 255 = 88%

173
225
225

R + G + B ~ 81%. #ADE1E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 225 + 225 = 623 (100%)
R 173 of 623 ~ 27.77%
G 225 of 623 ~ 36.12%
B 225 of 623 ~ 36.12%

%27.77
%36.12
%36.12

CMYK color model

#ADE1E1 color CMYK value is (23,0,0,12).

  • cyan value is 23.11%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(23,0,0,12)
C23M0Y0K12 
(23%,0%,0%,12%)
(0.23/0.00/0.00/0.12)	

CMYK percentages

%23.11
%0
%0
%11.76

Codes

Color #ADE1E1 in popluar color models

ADE1E1
RGB173225225
HSL180°46.43%78.04%
HSB/HSV180°23.11%88.24%
CMYK23.11%0.00%0.00%
11.76%

Color #ADE1E1 in popluar number systems.

HEXADE1E1
Decimal173225225
Binary101011011110000111100001
Octal255341341

Shades and tints

Shades of #ADE1E1

#ADE1E1
(173,225,225)
#9ECDCD
(158,205,205)
#8FB9B9
(143,185,185)
#80A5A5
(128,165,165)
#719191
(113,145,145)
#627D7D
(98,125,125)
#536969
(83,105,105)
#445555
(68,85,85)
#354141
(53,65,65)
#262D2D
(38,45,45)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #ADE1E1

#ADE1E1
(173,225,225)
#B4E3E3
(180,227,227)
#BBE5E5
(187,229,229)
#C2E7E7
(194,231,231)
#C9E9E9
(201,233,233)
#D0EBEB
(208,235,235)
#D7EDED
(215,237,237)
#DEEFEF
(222,239,239)
#E5F1F1
(229,241,241)
#ECF3F3
(236,243,243)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE1E1; }

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

This text font color is #ADE1E1.


Background Color

.myBgColor { background-color: #ADE1E1; }

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

This div background color is #ADE1E1.


Border color

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

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

This div border color is #ADE1E1.


Opacity

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

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

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

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

This text has shadow with #ADE1E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE1E1 on black background.


Color preview on white background

This text has color #ADE1E1 on white background.



Black color preview on #ADE1E1 background

This text has black color on #ADE1E1 background.


White color preview on #ADE1E1 background

This text has white color on #ADE1E1 background.