COLOR #87AA63

HEX: #87AA63
RGB: (135,170,99)

Color info

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

RGB color model

#87AA63 color RGB value is (135,170,99).

  • red value is 135;
  • green value is 170;
  • blue value is 99.
RGB:
(135,170,99)
(53%,67%,39%)

RGB channels and saturation

R 135 of 255 = 53%
G 170 of 255 = 67%
B 99 of 255 = 39%

135
170
99

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

Portions of RGB colors in percentages

R + G + B =
135 + 170 + 99 = 404 (100%)
R 135 of 404 ~ 33.42%
G 170 of 404 ~ 42.08%
B 99 of 404 ~ 24.5%

%33.42
%42.08
%24.5

CMYK color model

#87AA63 color CMYK value is (21,0,42,33).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 41.76%
  • key color value is 33.33%
CMYK:
(21,0,42,33)
C21M0Y42K33 
(21%,0%,42%,33%)
(0.21/0.00/0.42/0.33)	

CMYK percentages

%20.59
%0
%41.76
%33.33

Codes

Color #87AA63 in popluar color models

87AA63
RGB13517099
HSL90°29.46%52.75%
HSB/HSV90°41.76%66.67%
CMYK20.59%0.00%41.76%
33.33%

Color #87AA63 in popluar number systems.

HEX87AA63
Decimal13517099
Binary10000111101010101100011
Octal207252143

Shades and tints

Shades of #87AA63

#87AA63
(135,170,99)
#7B9B5A
(123,155,90)
#6F8C51
(111,140,81)
#637D48
(99,125,72)
#576E3F
(87,110,63)
#4B5F36
(75,95,54)
#3F502D
(63,80,45)
#334124
(51,65,36)
#27321B
(39,50,27)
#1B2312
(27,35,18)
#0F1409
(15,20,9)
#000000
(0,0,0)

Tints of #87AA63

#87AA63
(135,170,99)
#91B171
(145,177,113)
#9BB87F
(155,184,127)
#A5BF8D
(165,191,141)
#AFC69B
(175,198,155)
#B9CDA9
(185,205,169)
#C3D4B7
(195,212,183)
#CDDBC5
(205,219,197)
#D7E2D3
(215,226,211)
#E1E9E1
(225,233,225)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AA63; }

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

This text font color is #87AA63.


Background Color

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

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

This div background color is #87AA63.


Border color

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

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

This div border color is #87AA63.


Opacity

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

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

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

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

This text has shadow with #87AA63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AA63 on black background.


Color preview on white background

This text has color #87AA63 on white background.



Black color preview on #87AA63 background

This text has black color on #87AA63 background.


White color preview on #87AA63 background

This text has white color on #87AA63 background.