COLOR #ADE2A7

HEX: #ADE2A7
RGB: (173,226,167)

Color info

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

RGB color model

#ADE2A7 color RGB value is (173,226,167).

  • red value is 173;
  • green value is 226;
  • blue value is 167.
RGB:
(173,226,167)
(68%,89%,65%)

RGB channels and saturation

R 173 of 255 = 68%
G 226 of 255 = 89%
B 167 of 255 = 65%

173
226
167

R + G + B ~ 74%. #ADE2A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 226 + 167 = 566 (100%)
R 173 of 566 ~ 30.57%
G 226 of 566 ~ 39.93%
B 167 of 566 ~ 29.51%

%30.57
%39.93
%29.51

CMYK color model

#ADE2A7 color CMYK value is (23,0,26,11).

  • cyan value is 23.45%
  • magenta value is 0.00%
  • yellow value is 26.11%
  • key color value is 11.37%
CMYK:
(23,0,26,11)
C23M0Y26K11 
(23%,0%,26%,11%)
(0.23/0.00/0.26/0.11)	

CMYK percentages

%23.45
%0
%26.11
%11.37

Codes

Color #ADE2A7 in popluar color models

ADE2A7
RGB173226167
HSL114°50.43%77.06%
HSB/HSV114°26.11%88.63%
CMYK23.45%0.00%26.11%
11.37%

Color #ADE2A7 in popluar number systems.

HEXADE2A7
Decimal173226167
Binary101011011110001010100111
Octal255342247

Shades and tints

Shades of #ADE2A7

#ADE2A7
(173,226,167)
#9ECE98
(158,206,152)
#8FBA89
(143,186,137)
#80A67A
(128,166,122)
#71926B
(113,146,107)
#627E5C
(98,126,92)
#536A4D
(83,106,77)
#44563E
(68,86,62)
#35422F
(53,66,47)
#262E20
(38,46,32)
#171A11
(23,26,17)
#000000
(0,0,0)

Tints of #ADE2A7

#ADE2A7
(173,226,167)
#B4E4AF
(180,228,175)
#BBE6B7
(187,230,183)
#C2E8BF
(194,232,191)
#C9EAC7
(201,234,199)
#D0ECCF
(208,236,207)
#D7EED7
(215,238,215)
#DEF0DF
(222,240,223)
#E5F2E7
(229,242,231)
#ECF4EF
(236,244,239)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE2A7 color. Also use rgb(173,226,167) instead hex code.

Text Font Color

.myTextColor { color: #ADE2A7; }

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

This text font color is #ADE2A7.


Background Color

.myBgColor { background-color: #ADE2A7; }

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

This div background color is #ADE2A7.


Border color

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

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

This div border color is #ADE2A7.


Opacity

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

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

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

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

This text has shadow with #ADE2A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE2A7 on black background.


Color preview on white background

This text has color #ADE2A7 on white background.



Black color preview on #ADE2A7 background

This text has black color on #ADE2A7 background.


White color preview on #ADE2A7 background

This text has white color on #ADE2A7 background.