COLOR #ADC79E

HEX: #ADC79E
RGB: (173,199,158)

Color info

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

RGB color model

#ADC79E color RGB value is (173,199,158).

  • red value is 173;
  • green value is 199;
  • blue value is 158.
RGB:
(173,199,158)
(68%,78%,62%)

RGB channels and saturation

R 173 of 255 = 68%
G 199 of 255 = 78%
B 158 of 255 = 62%

173
199
158

R + G + B ~ 69%. #ADC79E is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 199 + 158 = 530 (100%)
R 173 of 530 ~ 32.64%
G 199 of 530 ~ 37.55%
B 158 of 530 ~ 29.81%

%32.64
%37.55
%29.81

CMYK color model

#ADC79E color CMYK value is (13,0,21,22).

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 20.60%
  • key color value is 21.96%
CMYK:
(13,0,21,22)
C13M0Y21K22 
(13%,0%,21%,22%)
(0.13/0.00/0.21/0.22)	

CMYK percentages

%13.07
%0
%20.6
%21.96

Codes

Color #ADC79E in popluar color models

ADC79E
RGB173199158
HSL98°26.80%70.00%
HSB/HSV98°20.60%78.04%
CMYK13.07%0.00%20.60%
21.96%

Color #ADC79E in popluar number systems.

HEXADC79E
Decimal173199158
Binary101011011100011110011110
Octal255307236

Shades and tints

Shades of #ADC79E

#ADC79E
(173,199,158)
#9EB590
(158,181,144)
#8FA382
(143,163,130)
#809174
(128,145,116)
#717F66
(113,127,102)
#626D58
(98,109,88)
#535B4A
(83,91,74)
#44493C
(68,73,60)
#35372E
(53,55,46)
#262520
(38,37,32)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #ADC79E

#ADC79E
(173,199,158)
#B4CCA6
(180,204,166)
#BBD1AE
(187,209,174)
#C2D6B6
(194,214,182)
#C9DBBE
(201,219,190)
#D0E0C6
(208,224,198)
#D7E5CE
(215,229,206)
#DEEAD6
(222,234,214)
#E5EFDE
(229,239,222)
#ECF4E6
(236,244,230)
#F3F9EE
(243,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC79E color. Also use rgb(173,199,158) instead hex code.

Text Font Color

.myTextColor { color: #ADC79E; }

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

This text font color is #ADC79E.


Background Color

.myBgColor { background-color: #ADC79E; }

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

This div background color is #ADC79E.


Border color

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

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

This div border color is #ADC79E.


Opacity

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

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

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

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

This text has shadow with #ADC79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC79E on black background.


Color preview on white background

This text has color #ADC79E on white background.



Black color preview on #ADC79E background

This text has black color on #ADC79E background.


White color preview on #ADC79E background

This text has white color on #ADC79E background.