COLOR #87AA7C

HEX: #87AA7C RGB: (135,170,124)

Color info

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

RGB color model

#87AA7C color RGB value is (135,170,124).

RGB: (135,170,124) (53%, 67%, 49%)

RGB channels and saturation

R 135 of 255 = 53%
G 170 of 255 = 67%
B 124 of 255 = 49%

135
170
124

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

Portions of RGB colors in percentages

R + G + B = 135 + 170 + 124 = 429 (100%)
R 135 of 429 ~ 31.47%
G 170 of 429 ~ 39.63%
B 124 of 429 ~ 28.9'%

%31.47
%39.63
%28.9

CMYK color model

#87AA7C color CMYK value is (21,0,27,33).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 27.06%
  • key color value is 33.33%
CMYK: (21,0,27,33) C21M0Y27K33 (21%,0%,27%,33%) (0.21/0.00/0.27/0.33) 

CMYK percentages

%20.59
%0
%27.06
%33.33

Codes

Color #87AA7C in popluar color models

87 AA 7C
RGB 135 170 124
HSL 106° 21.30% 57.65%
HSB/HSV 106° 27.06% 66.67%
CMYK 20.59% 0.00% 27.06%
33.33%

Color #87AA7C in popluar number systems.

HEX 87 AA 7C
Decimal 135 170 124
Binary 10000111 10101010 1111100
Octal 207 252 174

Shades and tints

Shades of #87AA7C

#87AA7C
(135,170,124)
#7B9B71
(123,155,113)
#6F8C66
(111,140,102)
#637D5B
(99,125,91)
#576E50
(87,110,80)
#4B5F45
(75,95,69)
#3F503A
(63,80,58)
#33412F
(51,65,47)
#273224
(39,50,36)
#1B2319
(27,35,25)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #87AA7C

#87AA7C
(135,170,124)
#91B187
(145,177,135)
#9BB892
(155,184,146)
#A5BF9D
(165,191,157)
#AFC6A8
(175,198,168)
#B9CDB3
(185,205,179)
#C3D4BE
(195,212,190)
#CDDBC9
(205,219,201)
#D7E2D4
(215,226,212)
#E1E9DF
(225,233,223)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AA7C; }

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

This text font color is #87AA7C.

Background Color

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

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

This div background color is #87AA7C.

Border color

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

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

This div border color is #87AA7C.

Opacity

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

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

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

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

This text has shadow with #87AA7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87AA7C.

Preview

Color preview on black background

This text has color #87AA7C on black background.


Color preview on white background

This text has color #87AA7C on white background.


Black color preview on #87AA7C background

This text has black color on #87AA7C background.


White color preview on #87AA7C background

This text has white color on #87AA7C background.


Related colors

Complementary color

Complementary color for #hex is #785583.


I love getcolorcode.com

Triadic colors

1 #7C87AA and #AA7C87 with #87AA7C are triadic colors.

2 #7CAA87 and #AA877C with #87AA7C are triadic colors.