COLOR #87BA6F

HEX: #87BA6F
RGB: (135,186,111)

Color info

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

RGB color model

#87BA6F color RGB value is (135,186,111).

  • red value is 135;
  • green value is 186;
  • blue value is 111.
RGB:
(135,186,111)
(53%,73%,44%)

RGB channels and saturation

R 135 of 255 = 53%
G 186 of 255 = 73%
B 111 of 255 = 44%

135
186
111

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

Portions of RGB colors in percentages

R + G + B =
135 + 186 + 111 = 432 (100%)
R 135 of 432 ~ 31.25%
G 186 of 432 ~ 43.06%
B 111 of 432 ~ 25.69%

%31.25
%43.06
%25.69

CMYK color model

#87BA6F color CMYK value is (27,0,40,27).

  • cyan value is 27.42%
  • magenta value is 0.00%
  • yellow value is 40.32%
  • key color value is 27.06%
CMYK:
(27,0,40,27)
C27M0Y40K27 
(27%,0%,40%,27%)
(0.27/0.00/0.40/0.27)	

CMYK percentages

%27.42
%0
%40.32
%27.06

Codes

Color #87BA6F in popluar color models

87BA6F
RGB135186111
HSL101°35.21%58.24%
HSB/HSV101°40.32%72.94%
CMYK27.42%0.00%40.32%
27.06%

Color #87BA6F in popluar number systems.

HEX87BA6F
Decimal135186111
Binary10000111101110101101111
Octal207272157

Shades and tints

Shades of #87BA6F

#87BA6F
(135,186,111)
#7BAA65
(123,170,101)
#6F9A5B
(111,154,91)
#638A51
(99,138,81)
#577A47
(87,122,71)
#4B6A3D
(75,106,61)
#3F5A33
(63,90,51)
#334A29
(51,74,41)
#273A1F
(39,58,31)
#1B2A15
(27,42,21)
#0F1A0B
(15,26,11)
#000000
(0,0,0)

Tints of #87BA6F

#87BA6F
(135,186,111)
#91C07C
(145,192,124)
#9BC689
(155,198,137)
#A5CC96
(165,204,150)
#AFD2A3
(175,210,163)
#B9D8B0
(185,216,176)
#C3DEBD
(195,222,189)
#CDE4CA
(205,228,202)
#D7EAD7
(215,234,215)
#E1F0E4
(225,240,228)
#EBF6F1
(235,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87BA6F color. Also use rgb(135,186,111) instead hex code.

Text Font Color

.myTextColor { color: #87BA6F; }

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

This text font color is #87BA6F.


Background Color

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

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

This div background color is #87BA6F.


Border color

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

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

This div border color is #87BA6F.


Opacity

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

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

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

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

This text has shadow with #87BA6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BA6F on black background.


Color preview on white background

This text has color #87BA6F on white background.



Black color preview on #87BA6F background

This text has black color on #87BA6F background.


White color preview on #87BA6F background

This text has white color on #87BA6F background.