COLOR #87B96C

HEX: #87B96C
RGB: (135,185,108)

Color info

#87B96C contains mainly red and green colors. Web safe color of #87B96C is #99CC66 (or #9C6).

RGB color model

#87B96C color RGB value is (135,185,108).

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

RGB channels and saturation

R 135 of 255 = 53%
G 185 of 255 = 73%
B 108 of 255 = 42%

135
185
108

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

Portions of RGB colors in percentages

R + G + B =
135 + 185 + 108 = 428 (100%)
R 135 of 428 ~ 31.54%
G 185 of 428 ~ 43.22%
B 108 of 428 ~ 25.23%

%31.54
%43.22
%25.23

CMYK color model

#87B96C color CMYK value is (27,0,42,27).

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 41.62%
  • key color value is 27.45%
CMYK:
(27,0,42,27)
C27M0Y42K27 
(27%,0%,42%,27%)
(0.27/0.00/0.42/0.27)	

CMYK percentages

%27.03
%0
%41.62
%27.45

Codes

Color #87B96C in popluar color models

87B96C
RGB135185108
HSL99°35.48%57.45%
HSB/HSV99°41.62%72.55%
CMYK27.03%0.00%41.62%
27.45%

Color #87B96C in popluar number systems.

HEX87B96C
Decimal135185108
Binary10000111101110011101100
Octal207271154

Shades and tints

Shades of #87B96C

#87B96C
(135,185,108)
#7BA963
(123,169,99)
#6F995A
(111,153,90)
#638951
(99,137,81)
#577948
(87,121,72)
#4B693F
(75,105,63)
#3F5936
(63,89,54)
#33492D
(51,73,45)
#273924
(39,57,36)
#1B291B
(27,41,27)
#0F1912
(15,25,18)
#000000
(0,0,0)

Tints of #87B96C

#87B96C
(135,185,108)
#91BF79
(145,191,121)
#9BC586
(155,197,134)
#A5CB93
(165,203,147)
#AFD1A0
(175,209,160)
#B9D7AD
(185,215,173)
#C3DDBA
(195,221,186)
#CDE3C7
(205,227,199)
#D7E9D4
(215,233,212)
#E1EFE1
(225,239,225)
#EBF5EE
(235,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B96C; }

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

This text font color is #87B96C.


Background Color

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

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

This div background color is #87B96C.


Border color

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

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

This div border color is #87B96C.


Opacity

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

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

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

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

This text has shadow with #87B96C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B96C on black background.


Color preview on white background

This text has color #87B96C on white background.



Black color preview on #87B96C background

This text has black color on #87B96C background.


White color preview on #87B96C background

This text has white color on #87B96C background.