COLOR #ADE0CC

HEX: #ADE0CC RGB: (173,224,204)

Color info

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

RGB color model

#ADE0CC color RGB value is (173,224,204).

RGB: (173,224,204) (68%, 88%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 224 of 255 = 88%
B 204 of 255 = 80%

173
224
204

R + G + B ~ 79%. #ADE0CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 224 + 204 = 601 (100%)
R 173 of 601 ~ 28.79%
G 224 of 601 ~ 37.27%
B 204 of 601 ~ 33.94'%

%28.79
%37.27
%33.94

CMYK color model

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

  • cyan value is 22.77%
  • magenta value is 0.00%
  • yellow value is 8.93%
  • key color value is 12.16%

CMYK: (23,0,9,12)
C23M0Y9K12 (23%, 0%, 9%, 12%)
(0.23 / 0.00 / 0.09 / 0.12)

CMYK percentages

%22.77
%0
%8.93
%12.16

Codes

Color #ADE0CC in popluar color models

AD E0 CC
RGB 173 224 204
HSL 156° 45.13% 77.84%
HSB/HSV 156° 22.77% 87.84%
CMYK 22.77% 0.00% 8.93%
12.16%

Color #ADE0CC in popluar number systems.

HEX AD E0 CC
Decimal 173 224 204
Binary 10101101 11100000 11001100
Octal 255 340 314

Shades and tints

Shades of #ADE0CC

#ADE0CC
(173,224,204)
#9ECCBA
(158,204,186)
#8FB8A8
(143,184,168)
#80A496
(128,164,150)
#719084
(113,144,132)
#627C72
(98,124,114)
#536860
(83,104,96)
#44544E
(68,84,78)
#35403C
(53,64,60)
#262C2A
(38,44,42)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #ADE0CC

#ADE0CC
(173,224,204)
#B4E2D0
(180,226,208)
#BBE4D4
(187,228,212)
#C2E6D8
(194,230,216)
#C9E8DC
(201,232,220)
#D0EAE0
(208,234,224)
#D7ECE4
(215,236,228)
#DEEEE8
(222,238,232)
#E5F0EC
(229,240,236)
#ECF2F0
(236,242,240)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE0CC; }

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

This text font color is #ADE0CC.

Background Color

.myBgColor { background-color: #ADE0CC; }

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

This div background color is #ADE0CC.

Border color

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

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

This div border color is #ADE0CC.

Opacity

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

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

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

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

This text has shadow with #ADE0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADE0CC.

Preview

Color preview on black background

This text has color #ADE0CC on black background.


Color preview on white background

This text has color #ADE0CC on white background.


Black color preview on #ADE0CC background

This text has black color on #ADE0CC background.


White color preview on #ADE0CC background

This text has white color on #ADE0CC background.


Related colors

Complementary color

Complementary color for #hex is #521F33.


I love getcolorcode.com

Triadic colors

1 #CCADE0 and #E0CCAD with #ADE0CC are triadic colors.

2 #CCE0AD and #E0ADCC with #ADE0CC are triadic colors.