COLOR #ADE0BE

HEX: #ADE0BE RGB: (173,224,190)

Color info

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

RGB color model

#ADE0BE color RGB value is (173,224,190).

RGB: (173,224,190) (68%, 88%, 75%)

RGB channels and saturation

R 173 of 255 = 68%
G 224 of 255 = 88%
B 190 of 255 = 75%

173
224
190

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

Portions of RGB colors in percentages

R + G + B = 173 + 224 + 190 = 587 (100%)
R 173 of 587 ~ 29.47%
G 224 of 587 ~ 38.16%
B 190 of 587 ~ 32.37'%

%29.47
%38.16
%32.37

CMYK color model

#ADE0BE color CMYK value is (23,0,15,12).

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

CMYK: (23,0,15,12)
C23M0Y15K12 (23%, 0%, 15%, 12%)
(0.23 / 0.00 / 0.15 / 0.12)

CMYK percentages

%22.77
%0
%15.18
%12.16

Codes

Color #ADE0BE in popluar color models

AD E0 BE
RGB 173 224 190
HSL 140° 45.13% 77.84%
HSB/HSV 140° 22.77% 87.84%
CMYK 22.77% 0.00% 15.18%
12.16%

Color #ADE0BE in popluar number systems.

HEX AD E0 BE
Decimal 173 224 190
Binary 10101101 11100000 10111110
Octal 255 340 276

Shades and tints

Shades of #ADE0BE

#ADE0BE
(173,224,190)
#9ECCAD
(158,204,173)
#8FB89C
(143,184,156)
#80A48B
(128,164,139)
#71907A
(113,144,122)
#627C69
(98,124,105)
#536858
(83,104,88)
#445447
(68,84,71)
#354036
(53,64,54)
#262C25
(38,44,37)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #ADE0BE

#ADE0BE
(173,224,190)
#B4E2C3
(180,226,195)
#BBE4C8
(187,228,200)
#C2E6CD
(194,230,205)
#C9E8D2
(201,232,210)
#D0EAD7
(208,234,215)
#D7ECDC
(215,236,220)
#DEEEE1
(222,238,225)
#E5F0E6
(229,240,230)
#ECF2EB
(236,242,235)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE0BE; }

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

This text font color is #ADE0BE.

Background Color

.myBgColor { background-color: #ADE0BE; }

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

This div background color is #ADE0BE.

Border color

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

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

This div border color is #ADE0BE.

Opacity

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

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

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

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

This text has shadow with #ADE0BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADE0BE.

Preview

Color preview on black background

This text has color #ADE0BE on black background.


Color preview on white background

This text has color #ADE0BE on white background.


Black color preview on #ADE0BE background

This text has black color on #ADE0BE background.


White color preview on #ADE0BE background

This text has white color on #ADE0BE background.


Related colors

Complementary color

Complementary color for #hex is #521F41.


I love getcolorcode.com

Triadic colors

1 #BEADE0 and #E0BEAD with #ADE0BE are triadic colors.

2 #BEE0AD and #E0ADBE with #ADE0BE are triadic colors.