COLOR #ADE8B1

HEX: #ADE8B1
RGB: (173,232,177)

Color info

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

RGB color model

#ADE8B1 color RGB value is (173,232,177).

  • red value is 173;
  • green value is 232;
  • blue value is 177.
RGB:
(173,232,177)
(68%,91%,69%)

RGB channels and saturation

R 173 of 255 = 68%
G 232 of 255 = 91%
B 177 of 255 = 69%

173
232
177

R + G + B ~ 76%. #ADE8B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 232 + 177 = 582 (100%)
R 173 of 582 ~ 29.73%
G 232 of 582 ~ 39.86%
B 177 of 582 ~ 30.41%

%29.73
%39.86
%30.41

CMYK color model

#ADE8B1 color CMYK value is (25,0,24,9).

  • cyan value is 25.43%
  • magenta value is 0.00%
  • yellow value is 23.71%
  • key color value is 9.02%
CMYK:
(25,0,24,9)
C25M0Y24K9 
(25%,0%,24%,9%)
(0.25/0.00/0.24/0.09)	

CMYK percentages

%25.43
%0
%23.71
%9.02

Codes

Color #ADE8B1 in popluar color models

ADE8B1
RGB173232177
HSL124°56.19%79.41%
HSB/HSV124°25.43%90.98%
CMYK25.43%0.00%23.71%
9.02%

Color #ADE8B1 in popluar number systems.

HEXADE8B1
Decimal173232177
Binary101011011110100010110001
Octal255350261

Shades and tints

Shades of #ADE8B1

#ADE8B1
(173,232,177)
#9ED3A1
(158,211,161)
#8FBE91
(143,190,145)
#80A981
(128,169,129)
#719471
(113,148,113)
#627F61
(98,127,97)
#536A51
(83,106,81)
#445541
(68,85,65)
#354031
(53,64,49)
#262B21
(38,43,33)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #ADE8B1

#ADE8B1
(173,232,177)
#B4EAB8
(180,234,184)
#BBECBF
(187,236,191)
#C2EEC6
(194,238,198)
#C9F0CD
(201,240,205)
#D0F2D4
(208,242,212)
#D7F4DB
(215,244,219)
#DEF6E2
(222,246,226)
#E5F8E9
(229,248,233)
#ECFAF0
(236,250,240)
#F3FCF7
(243,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE8B1 color. Also use rgb(173,232,177) instead hex code.

Text Font Color

.myTextColor { color: #ADE8B1; }

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

This text font color is #ADE8B1.


Background Color

.myBgColor { background-color: #ADE8B1; }

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

This div background color is #ADE8B1.


Border color

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

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

This div border color is #ADE8B1.


Opacity

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

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

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

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

This text has shadow with #ADE8B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE8B1 on black background.


Color preview on white background

This text has color #ADE8B1 on white background.



Black color preview on #ADE8B1 background

This text has black color on #ADE8B1 background.


White color preview on #ADE8B1 background

This text has white color on #ADE8B1 background.