COLOR #87AD70

HEX: #87AD70 RGB: (135,173,112)

Color info

#87AD70 contains mainly red and green colors. Web safe color of #87AD70 is #999966 (or #996).

RGB color model

#87AD70 color RGB value is (135,173,112).

RGB: (135,173,112) (53%, 68%, 44%)

RGB channels and saturation

R 135 of 255 = 53%
G 173 of 255 = 68%
B 112 of 255 = 44%

135
173
112

R + G + B ~ 55%. #87AD70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 173 + 112 = 420 (100%)
R 135 of 420 ~ 32.14%
G 173 of 420 ~ 41.19%
B 112 of 420 ~ 26.67'%

%32.14
%41.19
%26.67

CMYK color model

#87AD70 color CMYK value is (22,0,35,32).

  • cyan value is 21.97%
  • magenta value is 0.00%
  • yellow value is 35.26%
  • key color value is 32.16%

CMYK: (22,0,35,32)
C22M0Y35K32 (22%, 0%, 35%, 32%)
(0.22 / 0.00 / 0.35 / 0.32)

CMYK percentages

%21.97
%0
%35.26
%32.16

Codes

Color #87AD70 in popluar color models

87 AD 70
RGB 135 173 112
HSL 97° 27.11% 55.88%
HSB/HSV 97° 35.26% 67.84%
CMYK 21.97% 0.00% 35.26%
32.16%

Color #87AD70 in popluar number systems.

HEX 87 AD 70
Decimal 135 173 112
Binary 10000111 10101101 1110000
Octal 207 255 160

Shades and tints

Shades of #87AD70

#87AD70
(135,173,112)
#7B9E66
(123,158,102)
#6F8F5C
(111,143,92)
#638052
(99,128,82)
#577148
(87,113,72)
#4B623E
(75,98,62)
#3F5334
(63,83,52)
#33442A
(51,68,42)
#273520
(39,53,32)
#1B2616
(27,38,22)
#0F170C
(15,23,12)
#000000
(0,0,0)

Tints of #87AD70

#87AD70
(135,173,112)
#91B47D
(145,180,125)
#9BBB8A
(155,187,138)
#A5C297
(165,194,151)
#AFC9A4
(175,201,164)
#B9D0B1
(185,208,177)
#C3D7BE
(195,215,190)
#CDDECB
(205,222,203)
#D7E5D8
(215,229,216)
#E1ECE5
(225,236,229)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AD70; }

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

This text font color is #87AD70.

Background Color

.myBgColor { background-color: #87AD70; }

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

This div background color is #87AD70.

Border color

.myBorderColor { border: 1px solid #87AD70; }

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

This div border color is #87AD70.

Opacity

.myOpacity80 { color: #87AD70; opacity: 0.8; }

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

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

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

This text has shadow with #87AD70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87AD70.

Preview

Color preview on black background

This text has color #87AD70 on black background.


Color preview on white background

This text has color #87AD70 on white background.


Black color preview on #87AD70 background

This text has black color on #87AD70 background.


White color preview on #87AD70 background

This text has white color on #87AD70 background.


Related colors

Complementary color

Complementary color for #hex is #78528F.


I love getcolorcode.com

Triadic colors

1 #7087AD and #AD7087 with #87AD70 are triadic colors.

2 #70AD87 and #AD8770 with #87AD70 are triadic colors.