COLOR #ADE1BD

HEX: #ADE1BD RGB: (173,225,189)

Color info

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

RGB color model

#ADE1BD color RGB value is (173,225,189).

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

RGB channels and saturation

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

173
225
189

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

Portions of RGB colors in percentages

R + G + B = 173 + 225 + 189 = 587 (100%)
R 173 of 587 ~ 29.47%
G 225 of 587 ~ 38.33%
B 189 of 587 ~ 32.2'%

%29.47
%38.33
%32.2

CMYK color model

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

  • cyan value is 23.11%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 11.76%

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

CMYK percentages

%23.11
%0
%16
%11.76

Codes

Color #ADE1BD in popluar color models

AD E1 BD
RGB 173 225 189
HSL 138° 46.43% 78.04%
HSB/HSV 138° 23.11% 88.24%
CMYK 23.11% 0.00% 16.00%
11.76%

Color #ADE1BD in popluar number systems.

HEX AD E1 BD
Decimal 173 225 189
Binary 10101101 11100001 10111101
Octal 255 341 275

Shades and tints

Shades of #ADE1BD

#ADE1BD
(173,225,189)
#9ECDAC
(158,205,172)
#8FB99B
(143,185,155)
#80A58A
(128,165,138)
#719179
(113,145,121)
#627D68
(98,125,104)
#536957
(83,105,87)
#445546
(68,85,70)
#354135
(53,65,53)
#262D24
(38,45,36)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #ADE1BD

#ADE1BD
(173,225,189)
#B4E3C3
(180,227,195)
#BBE5C9
(187,229,201)
#C2E7CF
(194,231,207)
#C9E9D5
(201,233,213)
#D0EBDB
(208,235,219)
#D7EDE1
(215,237,225)
#DEEFE7
(222,239,231)
#E5F1ED
(229,241,237)
#ECF3F3
(236,243,243)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADE1BD; }

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

This text font color is #ADE1BD.

Background Color

.myBgColor { background-color: #ADE1BD; }

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

This div background color is #ADE1BD.

Border color

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

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

This div border color is #ADE1BD.

Opacity

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

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

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

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

This text has shadow with #ADE1BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADE1BD.

Preview

Color preview on black background

This text has color #ADE1BD on black background.


Color preview on white background

This text has color #ADE1BD on white background.


Black color preview on #ADE1BD background

This text has black color on #ADE1BD background.


White color preview on #ADE1BD background

This text has white color on #ADE1BD background.


Related colors

Complementary color

Complementary color for #hex is #521E42.


I love getcolorcode.com

Triadic colors

1 #BDADE1 and #E1BDAD with #ADE1BD are triadic colors.

2 #BDE1AD and #E1ADBD with #ADE1BD are triadic colors.