COLOR #ADC987

HEX: #ADC987 RGB: (173,201,135)

Color info

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

RGB color model

#ADC987 color RGB value is (173,201,135).

RGB: (173,201,135) (68%, 79%, 53%)

RGB channels and saturation

R 173 of 255 = 68%
G 201 of 255 = 79%
B 135 of 255 = 53%

173
201
135

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

Portions of RGB colors in percentages

R + G + B = 173 + 201 + 135 = 509 (100%)
R 173 of 509 ~ 33.99%
G 201 of 509 ~ 39.49%
B 135 of 509 ~ 26.52'%

%33.99
%39.49
%26.52

CMYK color model

#ADC987 color CMYK value is (14,0,33,21).

  • cyan value is 13.93%
  • magenta value is 0.00%
  • yellow value is 32.84%
  • key color value is 21.18%
CMYK: (14,0,33,21) C14M0Y33K21 (14%,0%,33%,21%) (0.14/0.00/0.33/0.21) 

CMYK percentages

%13.93
%0
%32.84
%21.18

Codes

Color #ADC987 in popluar color models

AD C9 87
RGB 173 201 135
HSL 85° 37.93% 65.88%
HSB/HSV 85° 32.84% 78.82%
CMYK 13.93% 0.00% 32.84%
21.18%

Color #ADC987 in popluar number systems.

HEX AD C9 87
Decimal 173 201 135
Binary 10101101 11001001 10000111
Octal 255 311 207

Shades and tints

Shades of #ADC987

#ADC987
(173,201,135)
#9EB77B
(158,183,123)
#8FA56F
(143,165,111)
#809363
(128,147,99)
#718157
(113,129,87)
#626F4B
(98,111,75)
#535D3F
(83,93,63)
#444B33
(68,75,51)
#353927
(53,57,39)
#26271B
(38,39,27)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #ADC987

#ADC987
(173,201,135)
#B4CD91
(180,205,145)
#BBD19B
(187,209,155)
#C2D5A5
(194,213,165)
#C9D9AF
(201,217,175)
#D0DDB9
(208,221,185)
#D7E1C3
(215,225,195)
#DEE5CD
(222,229,205)
#E5E9D7
(229,233,215)
#ECEDE1
(236,237,225)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC987 color. Also use rgb(173,201,135) instead hex code.

Text Font Color

.myTextColor { color: #ADC987; }

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

This text font color is #ADC987.

Background Color

.myBgColor { background-color: #ADC987; }

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

This div background color is #ADC987.

Border color

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

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

This div border color is #ADC987.

Opacity

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

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

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

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

This text has shadow with #ADC987 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC987.

Preview

Color preview on black background

This text has color #ADC987 on black background.


Color preview on white background

This text has color #ADC987 on white background.


Black color preview on #ADC987 background

This text has black color on #ADC987 background.


White color preview on #ADC987 background

This text has white color on #ADC987 background.


Related colors

Complementary color

Complementary color for #hex is #523678.


I love getcolorcode.com

Triadic colors

1 #87ADC9 and #C987AD with #ADC987 are triadic colors.

2 #87C9AD and #C9AD87 with #ADC987 are triadic colors.