COLOR #87AE69

HEX: #87AE69
RGB: (135,174,105)

Color info

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

RGB color model

#87AE69 color RGB value is (135,174,105).

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

RGB channels and saturation

R 135 of 255 = 53%
G 174 of 255 = 68%
B 105 of 255 = 41%

135
174
105

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

Portions of RGB colors in percentages

R + G + B =
135 + 174 + 105 = 414 (100%)
R 135 of 414 ~ 32.61%
G 174 of 414 ~ 42.03%
B 105 of 414 ~ 25.36%

%32.61
%42.03
%25.36

CMYK color model

#87AE69 color CMYK value is (22,0,40,32).

  • cyan value is 22.41%
  • magenta value is 0.00%
  • yellow value is 39.66%
  • key color value is 31.76%
CMYK:
(22,0,40,32)
C22M0Y40K32 
(22%,0%,40%,32%)
(0.22/0.00/0.40/0.32)	

CMYK percentages

%22.41
%0
%39.66
%31.76

Codes

Color #87AE69 in popluar color models

87AE69
RGB135174105
HSL94°29.87%54.71%
HSB/HSV94°39.66%68.24%
CMYK22.41%0.00%39.66%
31.76%

Color #87AE69 in popluar number systems.

HEX87AE69
Decimal135174105
Binary10000111101011101101001
Octal207256151

Shades and tints

Shades of #87AE69

#87AE69
(135,174,105)
#7B9F60
(123,159,96)
#6F9057
(111,144,87)
#63814E
(99,129,78)
#577245
(87,114,69)
#4B633C
(75,99,60)
#3F5433
(63,84,51)
#33452A
(51,69,42)
#273621
(39,54,33)
#1B2718
(27,39,24)
#0F180F
(15,24,15)
#000000
(0,0,0)

Tints of #87AE69

#87AE69
(135,174,105)
#91B576
(145,181,118)
#9BBC83
(155,188,131)
#A5C390
(165,195,144)
#AFCA9D
(175,202,157)
#B9D1AA
(185,209,170)
#C3D8B7
(195,216,183)
#CDDFC4
(205,223,196)
#D7E6D1
(215,230,209)
#E1EDDE
(225,237,222)
#EBF4EB
(235,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AE69; }

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

This text font color is #87AE69.


Background Color

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

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

This div background color is #87AE69.


Border color

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

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

This div border color is #87AE69.


Opacity

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

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

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

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

This text has shadow with #87AE69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AE69 on black background.


Color preview on white background

This text has color #87AE69 on white background.



Black color preview on #87AE69 background

This text has black color on #87AE69 background.


White color preview on #87AE69 background

This text has white color on #87AE69 background.