COLOR #87B967

HEX: #87B967
RGB: (135,185,103)

Color info

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

RGB color model

#87B967 color RGB value is (135,185,103).

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

RGB channels and saturation

R 135 of 255 = 53%
G 185 of 255 = 73%
B 103 of 255 = 40%

135
185
103

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

Portions of RGB colors in percentages

R + G + B =
135 + 185 + 103 = 423 (100%)
R 135 of 423 ~ 31.91%
G 185 of 423 ~ 43.74%
B 103 of 423 ~ 24.35%

%31.91
%43.74
%24.35

CMYK color model

#87B967 color CMYK value is (27,0,44,27).

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 44.32%
  • key color value is 27.45%
CMYK:
(27,0,44,27)
C27M0Y44K27 
(27%,0%,44%,27%)
(0.27/0.00/0.44/0.27)	

CMYK percentages

%27.03
%0
%44.32
%27.45

Codes

Color #87B967 in popluar color models

87B967
RGB135185103
HSL97°36.94%56.47%
HSB/HSV97°44.32%72.55%
CMYK27.03%0.00%44.32%
27.45%

Color #87B967 in popluar number systems.

HEX87B967
Decimal135185103
Binary10000111101110011100111
Octal207271147

Shades and tints

Shades of #87B967

#87B967
(135,185,103)
#7BA95E
(123,169,94)
#6F9955
(111,153,85)
#63894C
(99,137,76)
#577943
(87,121,67)
#4B693A
(75,105,58)
#3F5931
(63,89,49)
#334928
(51,73,40)
#27391F
(39,57,31)
#1B2916
(27,41,22)
#0F190D
(15,25,13)
#000000
(0,0,0)

Tints of #87B967

#87B967
(135,185,103)
#91BF74
(145,191,116)
#9BC581
(155,197,129)
#A5CB8E
(165,203,142)
#AFD19B
(175,209,155)
#B9D7A8
(185,215,168)
#C3DDB5
(195,221,181)
#CDE3C2
(205,227,194)
#D7E9CF
(215,233,207)
#E1EFDC
(225,239,220)
#EBF5E9
(235,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B967; }

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

This text font color is #87B967.


Background Color

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

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

This div background color is #87B967.


Border color

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

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

This div border color is #87B967.


Opacity

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

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

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

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

This text has shadow with #87B967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B967 on black background.


Color preview on white background

This text has color #87B967 on white background.



Black color preview on #87B967 background

This text has black color on #87B967 background.


White color preview on #87B967 background

This text has white color on #87B967 background.