COLOR #ADE4C8

HEX: #ADE4C8 RGB: (173,228,200)

Color info

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

RGB color model

#ADE4C8 color RGB value is (173,228,200).

RGB: (173,228,200) (68%, 89%, 78%)

RGB channels and saturation

R 173 of 255 = 68%
G 228 of 255 = 89%
B 200 of 255 = 78%

173
228
200

R + G + B ~ 78%. #ADE4C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 228 + 200 = 601 (100%)
R 173 of 601 ~ 28.79%
G 228 of 601 ~ 37.94%
B 200 of 601 ~ 33.28'%

%28.79
%37.94
%33.28

CMYK color model

#ADE4C8 color CMYK value is (24,0,12,11).

  • cyan value is 24.12%
  • magenta value is 0.00%
  • yellow value is 12.28%
  • key color value is 10.59%

CMYK: (24,0,12,11)
C24M0Y12K11 (24%, 0%, 12%, 11%)
(0.24 / 0.00 / 0.12 / 0.11)

CMYK percentages

%24.12
%0
%12.28
%10.59

Codes

Color #ADE4C8 in popluar color models

AD E4 C8
RGB 173 228 200
HSL 149° 50.46% 78.63%
HSB/HSV 149° 24.12% 89.41%
CMYK 24.12% 0.00% 12.28%
10.59%

Color #ADE4C8 in popluar number systems.

HEX AD E4 C8
Decimal 173 228 200
Binary 10101101 11100100 11001000
Octal 255 344 310

Shades and tints

Shades of #ADE4C8

#ADE4C8
(173,228,200)
#9ED0B6
(158,208,182)
#8FBCA4
(143,188,164)
#80A892
(128,168,146)
#719480
(113,148,128)
#62806E
(98,128,110)
#536C5C
(83,108,92)
#44584A
(68,88,74)
#354438
(53,68,56)
#263026
(38,48,38)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #ADE4C8

#ADE4C8
(173,228,200)
#B4E6CD
(180,230,205)
#BBE8D2
(187,232,210)
#C2EAD7
(194,234,215)
#C9ECDC
(201,236,220)
#D0EEE1
(208,238,225)
#D7F0E6
(215,240,230)
#DEF2EB
(222,242,235)
#E5F4F0
(229,244,240)
#ECF6F5
(236,246,245)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE4C8; }

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

This text font color is #ADE4C8.

Background Color

.myBgColor { background-color: #ADE4C8; }

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

This div background color is #ADE4C8.

Border color

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

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

This div border color is #ADE4C8.

Opacity

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

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

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

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

This text has shadow with #ADE4C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADE4C8.

Preview

Color preview on black background

This text has color #ADE4C8 on black background.


Color preview on white background

This text has color #ADE4C8 on white background.


Black color preview on #ADE4C8 background

This text has black color on #ADE4C8 background.


White color preview on #ADE4C8 background

This text has white color on #ADE4C8 background.


Related colors

Complementary color

Complementary color for #hex is #521B37.


I love getcolorcode.com

Triadic colors

1 #C8ADE4 and #E4C8AD with #ADE4C8 are triadic colors.

2 #C8E4AD and #E4ADC8 with #ADE4C8 are triadic colors.