COLOR #87BE7E

HEX: #87BE7E RGB: (135,190,126)

Color info

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

RGB color model

#87BE7E color RGB value is (135,190,126).

RGB: (135,190,126) (53%, 75%, 49%)

RGB channels and saturation

R 135 of 255 = 53%
G 190 of 255 = 75%
B 126 of 255 = 49%

135
190
126

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

Portions of RGB colors in percentages

R + G + B = 135 + 190 + 126 = 451 (100%)
R 135 of 451 ~ 29.93%
G 190 of 451 ~ 42.13%
B 126 of 451 ~ 27.94'%

%29.93
%42.13
%27.94

CMYK color model

#87BE7E color CMYK value is (29,0,34,25).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 33.68%
  • key color value is 25.49%

CMYK: (29,0,34,25)
C29M0Y34K25 (29%, 0%, 34%, 25%)
(0.29 / 0.00 / 0.34 / 0.25)

CMYK percentages

%28.95
%0
%33.68
%25.49

Codes

Color #87BE7E in popluar color models

87 BE 7E
RGB 135 190 126
HSL 112° 32.99% 61.96%
HSB/HSV 112° 33.68% 74.51%
CMYK 28.95% 0.00% 33.68%
25.49%

Color #87BE7E in popluar number systems.

HEX 87 BE 7E
Decimal 135 190 126
Binary 10000111 10111110 1111110
Octal 207 276 176

Shades and tints

Shades of #87BE7E

#87BE7E
(135,190,126)
#7BAD73
(123,173,115)
#6F9C68
(111,156,104)
#638B5D
(99,139,93)
#577A52
(87,122,82)
#4B6947
(75,105,71)
#3F583C
(63,88,60)
#334731
(51,71,49)
#273626
(39,54,38)
#1B251B
(27,37,27)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #87BE7E

#87BE7E
(135,190,126)
#91C389
(145,195,137)
#9BC894
(155,200,148)
#A5CD9F
(165,205,159)
#AFD2AA
(175,210,170)
#B9D7B5
(185,215,181)
#C3DCC0
(195,220,192)
#CDE1CB
(205,225,203)
#D7E6D6
(215,230,214)
#E1EBE1
(225,235,225)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87BE7E color. Also use rgb(135,190,126) instead hex code.

Text Font Color

.myTextColor { color: #87BE7E; }

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

This text font color is #87BE7E.

Background Color

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

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

This div background color is #87BE7E.

Border color

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

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

This div border color is #87BE7E.

Opacity

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

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

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

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

This text has shadow with #87BE7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87BE7E.

Preview

Color preview on black background

This text has color #87BE7E on black background.


Color preview on white background

This text has color #87BE7E on white background.


Black color preview on #87BE7E background

This text has black color on #87BE7E background.


White color preview on #87BE7E background

This text has white color on #87BE7E background.


Related colors

Complementary color

Complementary color for #hex is #784181.


I love getcolorcode.com

Triadic colors

1 #7E87BE and #BE7E87 with #87BE7E are triadic colors.

2 #7EBE87 and #BE877E with #87BE7E are triadic colors.