COLOR #87BC80

HEX: #87BC80 RGB: (135,188,128)

Color info

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

RGB color model

#87BC80 color RGB value is (135,188,128).

RGB: (135,188,128) (53%, 74%, 50%)

RGB channels and saturation

R 135 of 255 = 53%
G 188 of 255 = 74%
B 128 of 255 = 50%

135
188
128

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

Portions of RGB colors in percentages

R + G + B = 135 + 188 + 128 = 451 (100%)
R 135 of 451 ~ 29.93%
G 188 of 451 ~ 41.69%
B 128 of 451 ~ 28.38'%

%29.93
%41.69
%28.38

CMYK color model

#87BC80 color CMYK value is (28,0,32,26).

  • cyan value is 28.19%
  • magenta value is 0.00%
  • yellow value is 31.91%
  • key color value is 26.27%
CMYK: (28,0,32,26) C28M0Y32K26 (28%,0%,32%,26%) (0.28/0.00/0.32/0.26) 

CMYK percentages

%28.19
%0
%31.91
%26.27

Codes

Color #87BC80 in popluar color models

87 BC 80
RGB 135 188 128
HSL 113° 30.93% 61.96%
HSB/HSV 113° 31.91% 73.73%
CMYK 28.19% 0.00% 31.91%
26.27%

Color #87BC80 in popluar number systems.

HEX 87 BC 80
Decimal 135 188 128
Binary 10000111 10111100 10000000
Octal 207 274 200

Shades and tints

Shades of #87BC80

#87BC80
(135,188,128)
#7BAB75
(123,171,117)
#6F9A6A
(111,154,106)
#63895F
(99,137,95)
#577854
(87,120,84)
#4B6749
(75,103,73)
#3F563E
(63,86,62)
#334533
(51,69,51)
#273428
(39,52,40)
#1B231D
(27,35,29)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #87BC80

#87BC80
(135,188,128)
#91C28B
(145,194,139)
#9BC896
(155,200,150)
#A5CEA1
(165,206,161)
#AFD4AC
(175,212,172)
#B9DAB7
(185,218,183)
#C3E0C2
(195,224,194)
#CDE6CD
(205,230,205)
#D7ECD8
(215,236,216)
#E1F2E3
(225,242,227)
#EBF8EE
(235,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87BC80; }

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

This text font color is #87BC80.

Background Color

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

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

This div background color is #87BC80.

Border color

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

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

This div border color is #87BC80.

Opacity

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

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

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

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

This text has shadow with #87BC80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87BC80.

Preview

Color preview on black background

This text has color #87BC80 on black background.


Color preview on white background

This text has color #87BC80 on white background.


Black color preview on #87BC80 background

This text has black color on #87BC80 background.


White color preview on #87BC80 background

This text has white color on #87BC80 background.


Related colors

Complementary color

Complementary color for #hex is #78437F.


I love getcolorcode.com

Triadic colors

1 #8087BC and #BC8087 with #87BC80 are triadic colors.

2 #80BC87 and #BC8780 with #87BC80 are triadic colors.