COLOR #ADEECC

HEX: #ADEECC RGB: (173,238,204)

Color info

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

RGB color model

#ADEECC color RGB value is (173,238,204).

RGB: (173,238,204) (68%, 93%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 238 of 255 = 93%
B 204 of 255 = 80%

173
238
204

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

Portions of RGB colors in percentages

R + G + B = 173 + 238 + 204 = 615 (100%)
R 173 of 615 ~ 28.13%
G 238 of 615 ~ 38.7%
B 204 of 615 ~ 33.17'%

%28.13
%38.7
%33.17

CMYK color model

#ADEECC color CMYK value is (27,0,14,7).

  • cyan value is 27.31%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 6.67%

CMYK: (27,0,14,7)
C27M0Y14K7 (27%, 0%, 14%, 7%)
(0.27 / 0.00 / 0.14 / 0.07)

CMYK percentages

%27.31
%0
%14.29
%6.67

Codes

Color #ADEECC in popluar color models

AD EE CC
RGB 173 238 204
HSL 149° 65.66% 80.59%
HSB/HSV 149° 27.31% 93.33%
CMYK 27.31% 0.00% 14.29%
6.67%

Color #ADEECC in popluar number systems.

HEX AD EE CC
Decimal 173 238 204
Binary 10101101 11101110 11001100
Octal 255 356 314

Shades and tints

Shades of #ADEECC

#ADEECC
(173,238,204)
#9ED9BA
(158,217,186)
#8FC4A8
(143,196,168)
#80AF96
(128,175,150)
#719A84
(113,154,132)
#628572
(98,133,114)
#537060
(83,112,96)
#445B4E
(68,91,78)
#35463C
(53,70,60)
#26312A
(38,49,42)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #ADEECC

#ADEECC
(173,238,204)
#B4EFD0
(180,239,208)
#BBF0D4
(187,240,212)
#C2F1D8
(194,241,216)
#C9F2DC
(201,242,220)
#D0F3E0
(208,243,224)
#D7F4E4
(215,244,228)
#DEF5E8
(222,245,232)
#E5F6EC
(229,246,236)
#ECF7F0
(236,247,240)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADEECC; }

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

This text font color is #ADEECC.

Background Color

.myBgColor { background-color: #ADEECC; }

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

This div background color is #ADEECC.

Border color

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

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

This div border color is #ADEECC.

Opacity

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

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

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

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

This text has shadow with #ADEECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADEECC.

Preview

Color preview on black background

This text has color #ADEECC on black background.


Color preview on white background

This text has color #ADEECC on white background.


Black color preview on #ADEECC background

This text has black color on #ADEECC background.


White color preview on #ADEECC background

This text has white color on #ADEECC background.


Related colors

Complementary color

Complementary color for #hex is #521133.


I love getcolorcode.com

Triadic colors

1 #CCADEE and #EECCAD with #ADEECC are triadic colors.

2 #CCEEAD and #EEADCC with #ADEECC are triadic colors.