COLOR #ADEEE2

HEX: #ADEEE2
RGB: (173,238,226)

Color info

#ADEEE2 contains mainly green and blue colors. Web safe color of #ADEEE2 is #99FFCC (or #9FC).

RGB color model

#ADEEE2 color RGB value is (173,238,226).

  • red value is 173;
  • green value is 238;
  • blue value is 226.
RGB:
(173,238,226)
(68%,93%,89%)

RGB channels and saturation

R 173 of 255 = 68%
G 238 of 255 = 93%
B 226 of 255 = 89%

173
238
226

R + G + B ~ 83%. #ADEEE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 238 + 226 = 637 (100%)
R 173 of 637 ~ 27.16%
G 238 of 637 ~ 37.36%
B 226 of 637 ~ 35.48%

%27.16
%37.36
%35.48

CMYK color model

#ADEEE2 color CMYK value is (27,0,5,7).

  • cyan value is 27.31%
  • magenta value is 0.00%
  • yellow value is 5.04%
  • key color value is 6.67%
CMYK:
(27,0,5,7)
C27M0Y5K7 
(27%,0%,5%,7%)
(0.27/0.00/0.05/0.07)	

CMYK percentages

%27.31
%0
%5.04
%6.67

Codes

Color #ADEEE2 in popluar color models

ADEEE2
RGB173238226
HSL169°65.66%80.59%
HSB/HSV169°27.31%93.33%
CMYK27.31%0.00%5.04%
6.67%

Color #ADEEE2 in popluar number systems.

HEXADEEE2
Decimal173238226
Binary101011011110111011100010
Octal255356342

Shades and tints

Shades of #ADEEE2

#ADEEE2
(173,238,226)
#9ED9CE
(158,217,206)
#8FC4BA
(143,196,186)
#80AFA6
(128,175,166)
#719A92
(113,154,146)
#62857E
(98,133,126)
#53706A
(83,112,106)
#445B56
(68,91,86)
#354642
(53,70,66)
#26312E
(38,49,46)
#171C1A
(23,28,26)
#000000
(0,0,0)

Tints of #ADEEE2

#ADEEE2
(173,238,226)
#B4EFE4
(180,239,228)
#BBF0E6
(187,240,230)
#C2F1E8
(194,241,232)
#C9F2EA
(201,242,234)
#D0F3EC
(208,243,236)
#D7F4EE
(215,244,238)
#DEF5F0
(222,245,240)
#E5F6F2
(229,246,242)
#ECF7F4
(236,247,244)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADEEE2; }

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

This text font color is #ADEEE2.


Background Color

.myBgColor { background-color: #ADEEE2; }

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

This div background color is #ADEEE2.


Border color

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

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

This div border color is #ADEEE2.


Opacity

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

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

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

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

This text has shadow with #ADEEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEEE2 on black background.


Color preview on white background

This text has color #ADEEE2 on white background.



Black color preview on #ADEEE2 background

This text has black color on #ADEEE2 background.


White color preview on #ADEEE2 background

This text has white color on #ADEEE2 background.