COLOR #87AE74

HEX: #87AE74
RGB: (135,174,116)

Color info

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

RGB color model

#87AE74 color RGB value is (135,174,116).

  • red value is 135;
  • green value is 174;
  • blue value is 116.
RGB:
(135,174,116)
(53%,68%,45%)

RGB channels and saturation

R 135 of 255 = 53%
G 174 of 255 = 68%
B 116 of 255 = 45%

135
174
116

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

Portions of RGB colors in percentages

R + G + B =
135 + 174 + 116 = 425 (100%)
R 135 of 425 ~ 31.76%
G 174 of 425 ~ 40.94%
B 116 of 425 ~ 27.29%

%31.76
%40.94
%27.29

CMYK color model

#87AE74 color CMYK value is (22,0,33,32).

  • cyan value is 22.41%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 31.76%
CMYK:
(22,0,33,32)
C22M0Y33K32 
(22%,0%,33%,32%)
(0.22/0.00/0.33/0.32)	

CMYK percentages

%22.41
%0
%33.33
%31.76

Codes

Color #87AE74 in popluar color models

87AE74
RGB135174116
HSL100°26.36%56.86%
HSB/HSV100°33.33%68.24%
CMYK22.41%0.00%33.33%
31.76%

Color #87AE74 in popluar number systems.

HEX87AE74
Decimal135174116
Binary10000111101011101110100
Octal207256164

Shades and tints

Shades of #87AE74

#87AE74
(135,174,116)
#7B9F6A
(123,159,106)
#6F9060
(111,144,96)
#638156
(99,129,86)
#57724C
(87,114,76)
#4B6342
(75,99,66)
#3F5438
(63,84,56)
#33452E
(51,69,46)
#273624
(39,54,36)
#1B271A
(27,39,26)
#0F1810
(15,24,16)
#000000
(0,0,0)

Tints of #87AE74

#87AE74
(135,174,116)
#91B580
(145,181,128)
#9BBC8C
(155,188,140)
#A5C398
(165,195,152)
#AFCAA4
(175,202,164)
#B9D1B0
(185,209,176)
#C3D8BC
(195,216,188)
#CDDFC8
(205,223,200)
#D7E6D4
(215,230,212)
#E1EDE0
(225,237,224)
#EBF4EC
(235,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AE74 color. Also use rgb(135,174,116) instead hex code.

Text Font Color

.myTextColor { color: #87AE74; }

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

This text font color is #87AE74.


Background Color

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

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

This div background color is #87AE74.


Border color

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

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

This div border color is #87AE74.


Opacity

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

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

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

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

This text has shadow with #87AE74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AE74 on black background.


Color preview on white background

This text has color #87AE74 on white background.



Black color preview on #87AE74 background

This text has black color on #87AE74 background.


White color preview on #87AE74 background

This text has white color on #87AE74 background.