COLOR #ADC88D

HEX: #ADC88D RGB: (173,200,141)

Color info

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

RGB color model

#ADC88D color RGB value is (173,200,141).

RGB: (173,200,141) (68%, 78%, 55%)

RGB channels and saturation

R 173 of 255 = 68%
G 200 of 255 = 78%
B 141 of 255 = 55%

173
200
141

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

Portions of RGB colors in percentages

R + G + B = 173 + 200 + 141 = 514 (100%)
R 173 of 514 ~ 33.66%
G 200 of 514 ~ 38.91%
B 141 of 514 ~ 27.43'%

%33.66
%38.91
%27.43

CMYK color model

#ADC88D color CMYK value is (14,0,30,22).

  • cyan value is 13.50%
  • magenta value is 0.00%
  • yellow value is 29.50%
  • key color value is 21.57%
CMYK: (14,0,30,22) C14M0Y30K22 (14%,0%,30%,22%) (0.14/0.00/0.30/0.22) 

CMYK percentages

%13.5
%0
%29.5
%21.57

Codes

Color #ADC88D in popluar color models

AD C8 8D
RGB 173 200 141
HSL 87° 34.91% 66.86%
HSB/HSV 87° 29.50% 78.43%
CMYK 13.50% 0.00% 29.50%
21.57%

Color #ADC88D in popluar number systems.

HEX AD C8 8D
Decimal 173 200 141
Binary 10101101 11001000 10001101
Octal 255 310 215

Shades and tints

Shades of #ADC88D

#ADC88D
(173,200,141)
#9EB681
(158,182,129)
#8FA475
(143,164,117)
#809269
(128,146,105)
#71805D
(113,128,93)
#626E51
(98,110,81)
#535C45
(83,92,69)
#444A39
(68,74,57)
#35382D
(53,56,45)
#262621
(38,38,33)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #ADC88D

#ADC88D
(173,200,141)
#B4CD97
(180,205,151)
#BBD2A1
(187,210,161)
#C2D7AB
(194,215,171)
#C9DCB5
(201,220,181)
#D0E1BF
(208,225,191)
#D7E6C9
(215,230,201)
#DEEBD3
(222,235,211)
#E5F0DD
(229,240,221)
#ECF5E7
(236,245,231)
#F3FAF1
(243,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC88D; }

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

This text font color is #ADC88D.

Background Color

.myBgColor { background-color: #ADC88D; }

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

This div background color is #ADC88D.

Border color

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

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

This div border color is #ADC88D.

Opacity

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

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

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

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

This text has shadow with #ADC88D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC88D.

Preview

Color preview on black background

This text has color #ADC88D on black background.


Color preview on white background

This text has color #ADC88D on white background.


Black color preview on #ADC88D background

This text has black color on #ADC88D background.


White color preview on #ADC88D background

This text has white color on #ADC88D background.


Related colors

Complementary color

Complementary color for #hex is #523772.


I love getcolorcode.com

Triadic colors

1 #8DADC8 and #C88DAD with #ADC88D are triadic colors.

2 #8DC8AD and #C8AD8D with #ADC88D are triadic colors.