COLOR #ADE5BC

HEX: #ADE5BC RGB: (173,229,188)

Color info

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

RGB color model

#ADE5BC color RGB value is (173,229,188).

RGB: (173,229,188) (68%, 90%, 74%)

RGB channels and saturation

R 173 of 255 = 68%
G 229 of 255 = 90%
B 188 of 255 = 74%

173
229
188

R + G + B ~ 77%. #ADE5BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 229 + 188 = 590 (100%)
R 173 of 590 ~ 29.32%
G 229 of 590 ~ 38.81%
B 188 of 590 ~ 31.86'%

%29.32
%38.81
%31.86

CMYK color model

#ADE5BC color CMYK value is (24,0,18,10).

  • cyan value is 24.45%
  • magenta value is 0.00%
  • yellow value is 17.90%
  • key color value is 10.20%

CMYK: (24,0,18,10)
C24M0Y18K10 (24%, 0%, 18%, 10%)
(0.24 / 0.00 / 0.18 / 0.10)

CMYK percentages

%24.45
%0
%17.9
%10.2

Codes

Color #ADE5BC in popluar color models

AD E5 BC
RGB 173 229 188
HSL 136° 51.85% 78.82%
HSB/HSV 136° 24.45% 89.80%
CMYK 24.45% 0.00% 17.90%
10.20%

Color #ADE5BC in popluar number systems.

HEX AD E5 BC
Decimal 173 229 188
Binary 10101101 11100101 10111100
Octal 255 345 274

Shades and tints

Shades of #ADE5BC

#ADE5BC
(173,229,188)
#9ED1AB
(158,209,171)
#8FBD9A
(143,189,154)
#80A989
(128,169,137)
#719578
(113,149,120)
#628167
(98,129,103)
#536D56
(83,109,86)
#445945
(68,89,69)
#354534
(53,69,52)
#263123
(38,49,35)
#171D12
(23,29,18)
#000000
(0,0,0)

Tints of #ADE5BC

#ADE5BC
(173,229,188)
#B4E7C2
(180,231,194)
#BBE9C8
(187,233,200)
#C2EBCE
(194,235,206)
#C9EDD4
(201,237,212)
#D0EFDA
(208,239,218)
#D7F1E0
(215,241,224)
#DEF3E6
(222,243,230)
#E5F5EC
(229,245,236)
#ECF7F2
(236,247,242)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE5BC color. Also use rgb(173,229,188) instead hex code.

Text Font Color

.myTextColor { color: #ADE5BC; }

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

This text font color is #ADE5BC.

Background Color

.myBgColor { background-color: #ADE5BC; }

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

This div background color is #ADE5BC.

Border color

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

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

This div border color is #ADE5BC.

Opacity

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

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

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

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

This text has shadow with #ADE5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADE5BC.

Preview

Color preview on black background

This text has color #ADE5BC on black background.


Color preview on white background

This text has color #ADE5BC on white background.


Black color preview on #ADE5BC background

This text has black color on #ADE5BC background.


White color preview on #ADE5BC background

This text has white color on #ADE5BC background.


Related colors

Complementary color

Complementary color for #hex is #521A43.


I love getcolorcode.com

Triadic colors

1 #BCADE5 and #E5BCAD with #ADE5BC are triadic colors.

2 #BCE5AD and #E5ADBC with #ADE5BC are triadic colors.