COLOR #87B880

HEX: #87B880
RGB: (135,184,128)

Color info

#87B880 contains red, green and blue colors in about the same proportion. Web safe color of #87B880 is #99CC66 (or #9C6).

RGB color model

#87B880 color RGB value is (135,184,128).

  • red value is 135;
  • green value is 184;
  • blue value is 128.
RGB:
(135,184,128)
(53%,72%,50%)

RGB channels and saturation

R 135 of 255 = 53%
G 184 of 255 = 72%
B 128 of 255 = 50%

135
184
128

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

Portions of RGB colors in percentages

R + G + B =
135 + 184 + 128 = 447 (100%)
R 135 of 447 ~ 30.2%
G 184 of 447 ~ 41.16%
B 128 of 447 ~ 28.64%

%30.2
%41.16
%28.64

CMYK color model

#87B880 color CMYK value is (27,0,30,28).

  • cyan value is 26.63%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 27.84%
CMYK:
(27,0,30,28)
C27M0Y30K28 
(27%,0%,30%,28%)
(0.27/0.00/0.30/0.28)	

CMYK percentages

%26.63
%0
%30.43
%27.84

Codes

Color #87B880 in popluar color models

87B880
RGB135184128
HSL113°28.28%61.18%
HSB/HSV113°30.43%72.16%
CMYK26.63%0.00%30.43%
27.84%

Color #87B880 in popluar number systems.

HEX87B880
Decimal135184128
Binary100001111011100010000000
Octal207270200

Shades and tints

Shades of #87B880

#87B880
(135,184,128)
#7BA875
(123,168,117)
#6F986A
(111,152,106)
#63885F
(99,136,95)
#577854
(87,120,84)
#4B6849
(75,104,73)
#3F583E
(63,88,62)
#334833
(51,72,51)
#273828
(39,56,40)
#1B281D
(27,40,29)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #87B880

#87B880
(135,184,128)
#91BE8B
(145,190,139)
#9BC496
(155,196,150)
#A5CAA1
(165,202,161)
#AFD0AC
(175,208,172)
#B9D6B7
(185,214,183)
#C3DCC2
(195,220,194)
#CDE2CD
(205,226,205)
#D7E8D8
(215,232,216)
#E1EEE3
(225,238,227)
#EBF4EE
(235,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B880 color. Also use rgb(135,184,128) instead hex code.

Text Font Color

.myTextColor { color: #87B880; }

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

This text font color is #87B880.


Background Color

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

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

This div background color is #87B880.


Border color

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

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

This div border color is #87B880.


Opacity

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

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

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

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

This text has shadow with #87B880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B880 on black background.


Color preview on white background

This text has color #87B880 on white background.



Black color preview on #87B880 background

This text has black color on #87B880 background.


White color preview on #87B880 background

This text has white color on #87B880 background.