COLOR #ADCA8D

HEX: #ADCA8D RGB: (173,202,141)

Color info

#ADCA8D contains mainly red and green colors. Web safe color of #ADCA8D is #99CC99 (or #9C9).

RGB color model

#ADCA8D color RGB value is (173,202,141).

RGB: (173,202,141) (68%, 79%, 55%)

RGB channels and saturation

R 173 of 255 = 68%
G 202 of 255 = 79%
B 141 of 255 = 55%

173
202
141

R + G + B ~ 67%. #ADCA8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 202 + 141 = 516 (100%)
R 173 of 516 ~ 33.53%
G 202 of 516 ~ 39.15%
B 141 of 516 ~ 27.33'%

%33.53
%39.15
%27.33

CMYK color model

#ADCA8D color CMYK value is (14,0,30,21).

  • cyan value is 14.36%
  • magenta value is 0.00%
  • yellow value is 30.20%
  • key color value is 20.78%

CMYK: (14,0,30,21)
C14M0Y30K21 (14%, 0%, 30%, 21%)
(0.14 / 0.00 / 0.30 / 0.21)

CMYK percentages

%14.36
%0
%30.2
%20.78

Codes

Color #ADCA8D in popluar color models

AD CA 8D
RGB 173 202 141
HSL 89° 36.53% 67.25%
HSB/HSV 89° 30.20% 79.22%
CMYK 14.36% 0.00% 30.20%
20.78%

Color #ADCA8D in popluar number systems.

HEX AD CA 8D
Decimal 173 202 141
Binary 10101101 11001010 10001101
Octal 255 312 215

Shades and tints

Shades of #ADCA8D

#ADCA8D
(173,202,141)
#9EB881
(158,184,129)
#8FA675
(143,166,117)
#809469
(128,148,105)
#71825D
(113,130,93)
#627051
(98,112,81)
#535E45
(83,94,69)
#444C39
(68,76,57)
#353A2D
(53,58,45)
#262821
(38,40,33)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #ADCA8D

#ADCA8D
(173,202,141)
#B4CE97
(180,206,151)
#BBD2A1
(187,210,161)
#C2D6AB
(194,214,171)
#C9DAB5
(201,218,181)
#D0DEBF
(208,222,191)
#D7E2C9
(215,226,201)
#DEE6D3
(222,230,211)
#E5EADD
(229,234,221)
#ECEEE7
(236,238,231)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCA8D color. Also use rgb(173,202,141) instead hex code.

Text Font Color

.myTextColor { color: #ADCA8D; }

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

This text font color is #ADCA8D.

Background Color

.myBgColor { background-color: #ADCA8D; }

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

This div background color is #ADCA8D.

Border color

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

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

This div border color is #ADCA8D.

Opacity

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

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

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

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

This text has shadow with #ADCA8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCA8D.

Preview

Color preview on black background

This text has color #ADCA8D on black background.


Color preview on white background

This text has color #ADCA8D on white background.


Black color preview on #ADCA8D background

This text has black color on #ADCA8D background.


White color preview on #ADCA8D background

This text has white color on #ADCA8D background.


Related colors

Complementary color

Complementary color for #hex is #523572.


I love getcolorcode.com

Triadic colors

1 #8DADCA and #CA8DAD with #ADCA8D are triadic colors.

2 #8DCAAD and #CAAD8D with #ADCA8D are triadic colors.