COLOR #ADE3AB

HEX: #ADE3AB
RGB: (173,227,171)

Color info

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

RGB color model

#ADE3AB color RGB value is (173,227,171).

  • red value is 173;
  • green value is 227;
  • blue value is 171.
RGB:
(173,227,171)
(68%,89%,67%)

RGB channels and saturation

R 173 of 255 = 68%
G 227 of 255 = 89%
B 171 of 255 = 67%

173
227
171

R + G + B ~ 75%. #ADE3AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 227 + 171 = 571 (100%)
R 173 of 571 ~ 30.3%
G 227 of 571 ~ 39.75%
B 171 of 571 ~ 29.95%

%30.3
%39.75
%29.95

CMYK color model

#ADE3AB color CMYK value is (24,0,25,11).

  • cyan value is 23.79%
  • magenta value is 0.00%
  • yellow value is 24.67%
  • key color value is 10.98%
CMYK:
(24,0,25,11)
C24M0Y25K11 
(24%,0%,25%,11%)
(0.24/0.00/0.25/0.11)	

CMYK percentages

%23.79
%0
%24.67
%10.98

Codes

Color #ADE3AB in popluar color models

ADE3AB
RGB173227171
HSL118°50.00%78.04%
HSB/HSV118°24.67%89.02%
CMYK23.79%0.00%24.67%
10.98%

Color #ADE3AB in popluar number systems.

HEXADE3AB
Decimal173227171
Binary101011011110001110101011
Octal255343253

Shades and tints

Shades of #ADE3AB

#ADE3AB
(173,227,171)
#9ECF9C
(158,207,156)
#8FBB8D
(143,187,141)
#80A77E
(128,167,126)
#71936F
(113,147,111)
#627F60
(98,127,96)
#536B51
(83,107,81)
#445742
(68,87,66)
#354333
(53,67,51)
#262F24
(38,47,36)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #ADE3AB

#ADE3AB
(173,227,171)
#B4E5B2
(180,229,178)
#BBE7B9
(187,231,185)
#C2E9C0
(194,233,192)
#C9EBC7
(201,235,199)
#D0EDCE
(208,237,206)
#D7EFD5
(215,239,213)
#DEF1DC
(222,241,220)
#E5F3E3
(229,243,227)
#ECF5EA
(236,245,234)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE3AB color. Also use rgb(173,227,171) instead hex code.

Text Font Color

.myTextColor { color: #ADE3AB; }

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

This text font color is #ADE3AB.


Background Color

.myBgColor { background-color: #ADE3AB; }

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

This div background color is #ADE3AB.


Border color

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

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

This div border color is #ADE3AB.


Opacity

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

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

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

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

This text has shadow with #ADE3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE3AB on black background.


Color preview on white background

This text has color #ADE3AB on white background.



Black color preview on #ADE3AB background

This text has black color on #ADE3AB background.


White color preview on #ADE3AB background

This text has white color on #ADE3AB background.