COLOR #ADE9AC

HEX: #ADE9AC
RGB: (173,233,172)

Color info

#ADE9AC contains mainly green color. Web safe color of #ADE9AC is #99FF99 (or #9F9).

RGB color model

#ADE9AC color RGB value is (173,233,172).

  • red value is 173;
  • green value is 233;
  • blue value is 172.
RGB:
(173,233,172)
(68%,91%,67%)

RGB channels and saturation

R 173 of 255 = 68%
G 233 of 255 = 91%
B 172 of 255 = 67%

173
233
172

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

Portions of RGB colors in percentages

R + G + B =
173 + 233 + 172 = 578 (100%)
R 173 of 578 ~ 29.93%
G 233 of 578 ~ 40.31%
B 172 of 578 ~ 29.76%

%29.93
%40.31
%29.76

CMYK color model

#ADE9AC color CMYK value is (26,0,26,9).

  • cyan value is 25.75%
  • magenta value is 0.00%
  • yellow value is 26.18%
  • key color value is 8.63%
CMYK:
(26,0,26,9)
C26M0Y26K9 
(26%,0%,26%,9%)
(0.26/0.00/0.26/0.09)	

CMYK percentages

%25.75
%0
%26.18
%8.63

Codes

Color #ADE9AC in popluar color models

ADE9AC
RGB173233172
HSL119°58.10%79.41%
HSB/HSV119°26.18%91.37%
CMYK25.75%0.00%26.18%
8.63%

Color #ADE9AC in popluar number systems.

HEXADE9AC
Decimal173233172
Binary101011011110100110101100
Octal255351254

Shades and tints

Shades of #ADE9AC

#ADE9AC
(173,233,172)
#9ED49D
(158,212,157)
#8FBF8E
(143,191,142)
#80AA7F
(128,170,127)
#719570
(113,149,112)
#628061
(98,128,97)
#536B52
(83,107,82)
#445643
(68,86,67)
#354134
(53,65,52)
#262C25
(38,44,37)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #ADE9AC

#ADE9AC
(173,233,172)
#B4EBB3
(180,235,179)
#BBEDBA
(187,237,186)
#C2EFC1
(194,239,193)
#C9F1C8
(201,241,200)
#D0F3CF
(208,243,207)
#D7F5D6
(215,245,214)
#DEF7DD
(222,247,221)
#E5F9E4
(229,249,228)
#ECFBEB
(236,251,235)
#F3FDF2
(243,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE9AC color. Also use rgb(173,233,172) instead hex code.

Text Font Color

.myTextColor { color: #ADE9AC; }

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

This text font color is #ADE9AC.


Background Color

.myBgColor { background-color: #ADE9AC; }

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

This div background color is #ADE9AC.


Border color

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

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

This div border color is #ADE9AC.


Opacity

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

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

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

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

This text has shadow with #ADE9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE9AC on black background.


Color preview on white background

This text has color #ADE9AC on white background.



Black color preview on #ADE9AC background

This text has black color on #ADE9AC background.


White color preview on #ADE9AC background

This text has white color on #ADE9AC background.