COLOR #ADC09D

HEX: #ADC09D RGB: (173,192,157)

Color info

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

RGB color model

#ADC09D color RGB value is (173,192,157).

RGB: (173,192,157) (68%, 75%, 62%)

RGB channels and saturation

R 173 of 255 = 68%
G 192 of 255 = 75%
B 157 of 255 = 62%

173
192
157

R + G + B ~ 68%. #ADC09D is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 192 + 157 = 522 (100%)
R 173 of 522 ~ 33.14%
G 192 of 522 ~ 36.78%
B 157 of 522 ~ 30.08'%

%33.14
%36.78
%30.08

CMYK color model

#ADC09D color CMYK value is (10,0,18,25).

  • cyan value is 9.90%
  • magenta value is 0.00%
  • yellow value is 18.23%
  • key color value is 24.71%

CMYK: (10,0,18,25)
C10M0Y18K25 (10%, 0%, 18%, 25%)
(0.10 / 0.00 / 0.18 / 0.25)

CMYK percentages

%9.9
%0
%18.23
%24.71

Codes

Color #ADC09D in popluar color models

AD C0 9D
RGB 173 192 157
HSL 93° 21.74% 68.43%
HSB/HSV 93° 18.23% 75.29%
CMYK 9.90% 0.00% 18.23%
24.71%

Color #ADC09D in popluar number systems.

HEX AD C0 9D
Decimal 173 192 157
Binary 10101101 11000000 10011101
Octal 255 300 235

Shades and tints

Shades of #ADC09D

#ADC09D
(173,192,157)
#9EAF8F
(158,175,143)
#8F9E81
(143,158,129)
#808D73
(128,141,115)
#717C65
(113,124,101)
#626B57
(98,107,87)
#535A49
(83,90,73)
#44493B
(68,73,59)
#35382D
(53,56,45)
#26271F
(38,39,31)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #ADC09D

#ADC09D
(173,192,157)
#B4C5A5
(180,197,165)
#BBCAAD
(187,202,173)
#C2CFB5
(194,207,181)
#C9D4BD
(201,212,189)
#D0D9C5
(208,217,197)
#D7DECD
(215,222,205)
#DEE3D5
(222,227,213)
#E5E8DD
(229,232,221)
#ECEDE5
(236,237,229)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC09D color. Also use rgb(173,192,157) instead hex code.

Text Font Color

.myTextColor { color: #ADC09D; }

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

This text font color is #ADC09D.

Background Color

.myBgColor { background-color: #ADC09D; }

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

This div background color is #ADC09D.

Border color

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

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

This div border color is #ADC09D.

Opacity

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

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

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

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

This text has shadow with #ADC09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC09D.

Preview

Color preview on black background

This text has color #ADC09D on black background.


Color preview on white background

This text has color #ADC09D on white background.


Black color preview on #ADC09D background

This text has black color on #ADC09D background.


White color preview on #ADC09D background

This text has white color on #ADC09D background.


Related colors

Complementary color

Complementary color for #hex is #523F62.


I love getcolorcode.com

Triadic colors

1 #9DADC0 and #C09DAD with #ADC09D are triadic colors.

2 #9DC0AD and #C0AD9D with #ADC09D are triadic colors.