COLOR #87BC81

HEX: #87BC81 RGB: (135,188,129)

Color info

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

RGB color model

#87BC81 color RGB value is (135,188,129).

RGB: (135,188,129) (53%, 74%, 51%)

RGB channels and saturation

R 135 of 255 = 53%
G 188 of 255 = 74%
B 129 of 255 = 51%

135
188
129

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

Portions of RGB colors in percentages

R + G + B = 135 + 188 + 129 = 452 (100%)
R 135 of 452 ~ 29.87%
G 188 of 452 ~ 41.59%
B 129 of 452 ~ 28.54'%

%29.87
%41.59
%28.54

CMYK color model

#87BC81 color CMYK value is (28,0,31,26).

  • cyan value is 28.19%
  • magenta value is 0.00%
  • yellow value is 31.38%
  • key color value is 26.27%

CMYK: (28,0,31,26)
C28M0Y31K26 (28%, 0%, 31%, 26%)
(0.28 / 0.00 / 0.31 / 0.26)

CMYK percentages

%28.19
%0
%31.38
%26.27

Codes

Color #87BC81 in popluar color models

87 BC 81
RGB 135 188 129
HSL 114° 30.57% 62.16%
HSB/HSV 114° 31.38% 73.73%
CMYK 28.19% 0.00% 31.38%
26.27%

Color #87BC81 in popluar number systems.

HEX 87 BC 81
Decimal 135 188 129
Binary 10000111 10111100 10000001
Octal 207 274 201

Shades and tints

Shades of #87BC81

#87BC81
(135,188,129)
#7BAB76
(123,171,118)
#6F9A6B
(111,154,107)
#638960
(99,137,96)
#577855
(87,120,85)
#4B674A
(75,103,74)
#3F563F
(63,86,63)
#334534
(51,69,52)
#273429
(39,52,41)
#1B231E
(27,35,30)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #87BC81

#87BC81
(135,188,129)
#91C28C
(145,194,140)
#9BC897
(155,200,151)
#A5CEA2
(165,206,162)
#AFD4AD
(175,212,173)
#B9DAB8
(185,218,184)
#C3E0C3
(195,224,195)
#CDE6CE
(205,230,206)
#D7ECD9
(215,236,217)
#E1F2E4
(225,242,228)
#EBF8EF
(235,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87BC81; }

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

This text font color is #87BC81.

Background Color

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

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

This div background color is #87BC81.

Border color

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

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

This div border color is #87BC81.

Opacity

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

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

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

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

This text has shadow with #87BC81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87BC81.

Preview

Color preview on black background

This text has color #87BC81 on black background.


Color preview on white background

This text has color #87BC81 on white background.


Black color preview on #87BC81 background

This text has black color on #87BC81 background.


White color preview on #87BC81 background

This text has white color on #87BC81 background.


Related colors

Complementary color

Complementary color for #hex is #78437E.


I love getcolorcode.com

Triadic colors

1 #8187BC and #BC8187 with #87BC81 are triadic colors.

2 #81BC87 and #BC8781 with #87BC81 are triadic colors.