COLOR #87BE8A

HEX: #87BE8A RGB: (135,190,138)

Color info

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

RGB color model

#87BE8A color RGB value is (135,190,138).

RGB: (135,190,138) (53%, 75%, 54%)

RGB channels and saturation

R 135 of 255 = 53%
G 190 of 255 = 75%
B 138 of 255 = 54%

135
190
138

R + G + B ~ 61%. #87BE8A is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 190 + 138 = 463 (100%)
R 135 of 463 ~ 29.16%
G 190 of 463 ~ 41.04%
B 138 of 463 ~ 29.81'%

%29.16
%41.04
%29.81

CMYK color model

#87BE8A color CMYK value is (29,0,27,25).

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

CMYK: (29,0,27,25)
C29M0Y27K25 (29%, 0%, 27%, 25%)
(0.29 / 0.00 / 0.27 / 0.25)

CMYK percentages

%28.95
%0
%27.37
%25.49

Codes

Color #87BE8A in popluar color models

87 BE 8A
RGB 135 190 138
HSL 123° 29.73% 63.73%
HSB/HSV 123° 28.95% 74.51%
CMYK 28.95% 0.00% 27.37%
25.49%

Color #87BE8A in popluar number systems.

HEX 87 BE 8A
Decimal 135 190 138
Binary 10000111 10111110 10001010
Octal 207 276 212

Shades and tints

Shades of #87BE8A

#87BE8A
(135,190,138)
#7BAD7E
(123,173,126)
#6F9C72
(111,156,114)
#638B66
(99,139,102)
#577A5A
(87,122,90)
#4B694E
(75,105,78)
#3F5842
(63,88,66)
#334736
(51,71,54)
#27362A
(39,54,42)
#1B251E
(27,37,30)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #87BE8A

#87BE8A
(135,190,138)
#91C394
(145,195,148)
#9BC89E
(155,200,158)
#A5CDA8
(165,205,168)
#AFD2B2
(175,210,178)
#B9D7BC
(185,215,188)
#C3DCC6
(195,220,198)
#CDE1D0
(205,225,208)
#D7E6DA
(215,230,218)
#E1EBE4
(225,235,228)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87BE8A; }

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

This text font color is #87BE8A.

Background Color

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

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

This div background color is #87BE8A.

Border color

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

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

This div border color is #87BE8A.

Opacity

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

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

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

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

This text has shadow with #87BE8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87BE8A.

Preview

Color preview on black background

This text has color #87BE8A on black background.


Color preview on white background

This text has color #87BE8A on white background.


Black color preview on #87BE8A background

This text has black color on #87BE8A background.


White color preview on #87BE8A background

This text has white color on #87BE8A background.


Related colors

Complementary color

Complementary color for #hex is #784175.


I love getcolorcode.com

Triadic colors

1 #8A87BE and #BE8A87 with #87BE8A are triadic colors.

2 #8ABE87 and #BE878A with #87BE8A are triadic colors.