COLOR #87A96C

HEX: #87A96C
RGB: (135,169,108)

Color info

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

RGB color model

#87A96C color RGB value is (135,169,108).

  • red value is 135;
  • green value is 169;
  • blue value is 108.
RGB:
(135,169,108)
(53%,66%,42%)

RGB channels and saturation

R 135 of 255 = 53%
G 169 of 255 = 66%
B 108 of 255 = 42%

135
169
108

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

Portions of RGB colors in percentages

R + G + B =
135 + 169 + 108 = 412 (100%)
R 135 of 412 ~ 32.77%
G 169 of 412 ~ 41.02%
B 108 of 412 ~ 26.21%

%32.77
%41.02
%26.21

CMYK color model

#87A96C color CMYK value is (20,0,36,34).

  • cyan value is 20.12%
  • magenta value is 0.00%
  • yellow value is 36.09%
  • key color value is 33.73%
CMYK:
(20,0,36,34)
C20M0Y36K34 
(20%,0%,36%,34%)
(0.20/0.00/0.36/0.34)	

CMYK percentages

%20.12
%0
%36.09
%33.73

Codes

Color #87A96C in popluar color models

87A96C
RGB135169108
HSL93°26.18%54.31%
HSB/HSV93°36.09%66.27%
CMYK20.12%0.00%36.09%
33.73%

Color #87A96C in popluar number systems.

HEX87A96C
Decimal135169108
Binary10000111101010011101100
Octal207251154

Shades and tints

Shades of #87A96C

#87A96C
(135,169,108)
#7B9A63
(123,154,99)
#6F8B5A
(111,139,90)
#637C51
(99,124,81)
#576D48
(87,109,72)
#4B5E3F
(75,94,63)
#3F4F36
(63,79,54)
#33402D
(51,64,45)
#273124
(39,49,36)
#1B221B
(27,34,27)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #87A96C

#87A96C
(135,169,108)
#91B079
(145,176,121)
#9BB786
(155,183,134)
#A5BE93
(165,190,147)
#AFC5A0
(175,197,160)
#B9CCAD
(185,204,173)
#C3D3BA
(195,211,186)
#CDDAC7
(205,218,199)
#D7E1D4
(215,225,212)
#E1E8E1
(225,232,225)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A96C color. Also use rgb(135,169,108) instead hex code.

Text Font Color

.myTextColor { color: #87A96C; }

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

This text font color is #87A96C.


Background Color

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

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

This div background color is #87A96C.


Border color

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

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

This div border color is #87A96C.


Opacity

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

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

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

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

This text has shadow with #87A96C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A96C on black background.


Color preview on white background

This text has color #87A96C on white background.



Black color preview on #87A96C background

This text has black color on #87A96C background.


White color preview on #87A96C background

This text has white color on #87A96C background.