COLOR #87AA7F

HEX: #87AA7F RGB: (135,170,127)

Color info

#87AA7F contains red, green and blue colors in about the same proportion. Web safe color of #87AA7F is #999966 (or #996).

RGB color model

#87AA7F color RGB value is (135,170,127).

RGB: (135,170,127) (53%, 67%, 50%)

RGB channels and saturation

R 135 of 255 = 53%
G 170 of 255 = 67%
B 127 of 255 = 50%

135
170
127

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

Portions of RGB colors in percentages

R + G + B = 135 + 170 + 127 = 432 (100%)
R 135 of 432 ~ 31.25%
G 170 of 432 ~ 39.35%
B 127 of 432 ~ 29.4'%

%31.25
%39.35
%29.4

CMYK color model

#87AA7F color CMYK value is (21,0,25,33).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 25.29%
  • key color value is 33.33%

CMYK: (21,0,25,33)
C21M0Y25K33 (21%, 0%, 25%, 33%)
(0.21 / 0.00 / 0.25 / 0.33)

CMYK percentages

%20.59
%0
%25.29
%33.33

Codes

Color #87AA7F in popluar color models

87 AA 7F
RGB 135 170 127
HSL 109° 20.19% 58.24%
HSB/HSV 109° 25.29% 66.67%
CMYK 20.59% 0.00% 25.29%
33.33%

Color #87AA7F in popluar number systems.

HEX 87 AA 7F
Decimal 135 170 127
Binary 10000111 10101010 1111111
Octal 207 252 177

Shades and tints

Shades of #87AA7F

#87AA7F
(135,170,127)
#7B9B74
(123,155,116)
#6F8C69
(111,140,105)
#637D5E
(99,125,94)
#576E53
(87,110,83)
#4B5F48
(75,95,72)
#3F503D
(63,80,61)
#334132
(51,65,50)
#273227
(39,50,39)
#1B231C
(27,35,28)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #87AA7F

#87AA7F
(135,170,127)
#91B18A
(145,177,138)
#9BB895
(155,184,149)
#A5BFA0
(165,191,160)
#AFC6AB
(175,198,171)
#B9CDB6
(185,205,182)
#C3D4C1
(195,212,193)
#CDDBCC
(205,219,204)
#D7E2D7
(215,226,215)
#E1E9E2
(225,233,226)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AA7F color. Also use rgb(135,170,127) instead hex code.

Text Font Color

.myTextColor { color: #87AA7F; }

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

This text font color is #87AA7F.

Background Color

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

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

This div background color is #87AA7F.

Border color

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

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

This div border color is #87AA7F.

Opacity

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

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

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

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

This text has shadow with #87AA7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87AA7F.

Preview

Color preview on black background

This text has color #87AA7F on black background.


Color preview on white background

This text has color #87AA7F on white background.


Black color preview on #87AA7F background

This text has black color on #87AA7F background.


White color preview on #87AA7F background

This text has white color on #87AA7F background.


Related colors

Complementary color

Complementary color for #hex is #785580.


I love getcolorcode.com

Triadic colors

1 #7F87AA and #AA7F87 with #87AA7F are triadic colors.

2 #7FAA87 and #AA877F with #87AA7F are triadic colors.