COLOR #ADE6C4

HEX: #ADE6C4 RGB: (173,230,196)

Color info

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

RGB color model

#ADE6C4 color RGB value is (173,230,196).

RGB: (173,230,196) (68%, 90%, 77%)

RGB channels and saturation

R 173 of 255 = 68%
G 230 of 255 = 90%
B 196 of 255 = 77%

173
230
196

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

Portions of RGB colors in percentages

R + G + B = 173 + 230 + 196 = 599 (100%)
R 173 of 599 ~ 28.88%
G 230 of 599 ~ 38.4%
B 196 of 599 ~ 32.72'%

%28.88
%38.4
%32.72

CMYK color model

#ADE6C4 color CMYK value is (25,0,15,10).

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 14.78%
  • key color value is 9.80%
CMYK: (25,0,15,10) C25M0Y15K10 (25%,0%,15%,10%) (0.25/0.00/0.15/0.10) 

CMYK percentages

%24.78
%0
%14.78
%9.8

Codes

Color #ADE6C4 in popluar color models

AD E6 C4
RGB 173 230 196
HSL 144° 53.27% 79.02%
HSB/HSV 144° 24.78% 90.20%
CMYK 24.78% 0.00% 14.78%
9.80%

Color #ADE6C4 in popluar number systems.

HEX AD E6 C4
Decimal 173 230 196
Binary 10101101 11100110 11000100
Octal 255 346 304

Shades and tints

Shades of #ADE6C4

#ADE6C4
(173,230,196)
#9ED2B3
(158,210,179)
#8FBEA2
(143,190,162)
#80AA91
(128,170,145)
#719680
(113,150,128)
#62826F
(98,130,111)
#536E5E
(83,110,94)
#445A4D
(68,90,77)
#35463C
(53,70,60)
#26322B
(38,50,43)
#171E1A
(23,30,26)
#000000
(0,0,0)

Tints of #ADE6C4

#ADE6C4
(173,230,196)
#B4E8C9
(180,232,201)
#BBEACE
(187,234,206)
#C2ECD3
(194,236,211)
#C9EED8
(201,238,216)
#D0F0DD
(208,240,221)
#D7F2E2
(215,242,226)
#DEF4E7
(222,244,231)
#E5F6EC
(229,246,236)
#ECF8F1
(236,248,241)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE6C4; }

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

This text font color is #ADE6C4.

Background Color

.myBgColor { background-color: #ADE6C4; }

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

This div background color is #ADE6C4.

Border color

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

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

This div border color is #ADE6C4.

Opacity

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

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

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

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

This text has shadow with #ADE6C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADE6C4.

Preview

Color preview on black background

This text has color #ADE6C4 on black background.


Color preview on white background

This text has color #ADE6C4 on white background.


Black color preview on #ADE6C4 background

This text has black color on #ADE6C4 background.


White color preview on #ADE6C4 background

This text has white color on #ADE6C4 background.


Related colors

Complementary color

Complementary color for #hex is #52193B.


I love getcolorcode.com

Triadic colors

1 #C4ADE6 and #E6C4AD with #ADE6C4 are triadic colors.

2 #C4E6AD and #E6ADC4 with #ADE6C4 are triadic colors.