COLOR #ADE0BD

HEX: #ADE0BD RGB: (173,224,189)

Color info

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

RGB color model

#ADE0BD color RGB value is (173,224,189).

RGB: (173,224,189) (68%, 88%, 74%)

RGB channels and saturation

R 173 of 255 = 68%
G 224 of 255 = 88%
B 189 of 255 = 74%

173
224
189

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

Portions of RGB colors in percentages

R + G + B = 173 + 224 + 189 = 586 (100%)
R 173 of 586 ~ 29.52%
G 224 of 586 ~ 38.23%
B 189 of 586 ~ 32.25'%

%29.52
%38.23
%32.25

CMYK color model

#ADE0BD color CMYK value is (23,0,16,12).

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

CMYK: (23,0,16,12)
C23M0Y16K12 (23%, 0%, 16%, 12%)
(0.23 / 0.00 / 0.16 / 0.12)

CMYK percentages

%22.77
%0
%15.63
%12.16

Codes

Color #ADE0BD in popluar color models

AD E0 BD
RGB 173 224 189
HSL 139° 45.13% 77.84%
HSB/HSV 139° 22.77% 87.84%
CMYK 22.77% 0.00% 15.63%
12.16%

Color #ADE0BD in popluar number systems.

HEX AD E0 BD
Decimal 173 224 189
Binary 10101101 11100000 10111101
Octal 255 340 275

Shades and tints

Shades of #ADE0BD

#ADE0BD
(173,224,189)
#9ECCAC
(158,204,172)
#8FB89B
(143,184,155)
#80A48A
(128,164,138)
#719079
(113,144,121)
#627C68
(98,124,104)
#536857
(83,104,87)
#445446
(68,84,70)
#354035
(53,64,53)
#262C24
(38,44,36)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #ADE0BD

#ADE0BD
(173,224,189)
#B4E2C3
(180,226,195)
#BBE4C9
(187,228,201)
#C2E6CF
(194,230,207)
#C9E8D5
(201,232,213)
#D0EADB
(208,234,219)
#D7ECE1
(215,236,225)
#DEEEE7
(222,238,231)
#E5F0ED
(229,240,237)
#ECF2F3
(236,242,243)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE0BD; }

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

This text font color is #ADE0BD.

Background Color

.myBgColor { background-color: #ADE0BD; }

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

This div background color is #ADE0BD.

Border color

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

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

This div border color is #ADE0BD.

Opacity

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

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

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

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

This text has shadow with #ADE0BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADE0BD.

Preview

Color preview on black background

This text has color #ADE0BD on black background.


Color preview on white background

This text has color #ADE0BD on white background.


Black color preview on #ADE0BD background

This text has black color on #ADE0BD background.


White color preview on #ADE0BD background

This text has white color on #ADE0BD background.


Related colors

Complementary color

Complementary color for #hex is #521F42.


I love getcolorcode.com

Triadic colors

1 #BDADE0 and #E0BDAD with #ADE0BD are triadic colors.

2 #BDE0AD and #E0ADBD with #ADE0BD are triadic colors.