COLOR #87BE8F

HEX: #87BE8F
RGB: (135,190,143)

Color info

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

RGB color model

#87BE8F color RGB value is (135,190,143).

  • red value is 135;
  • green value is 190;
  • blue value is 143.
RGB:
(135,190,143)
(53%,75%,56%)

RGB channels and saturation

R 135 of 255 = 53%
G 190 of 255 = 75%
B 143 of 255 = 56%

135
190
143

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

Portions of RGB colors in percentages

R + G + B =
135 + 190 + 143 = 468 (100%)
R 135 of 468 ~ 28.85%
G 190 of 468 ~ 40.6%
B 143 of 468 ~ 30.56%

%28.85
%40.6
%30.56

CMYK color model

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

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 24.74%
  • key color value is 25.49%
CMYK:
(29,0,25,25)
C29M0Y25K25 
(29%,0%,25%,25%)
(0.29/0.00/0.25/0.25)	

CMYK percentages

%28.95
%0
%24.74
%25.49

Codes

Color #87BE8F in popluar color models

87BE8F
RGB135190143
HSL129°29.73%63.73%
HSB/HSV129°28.95%74.51%
CMYK28.95%0.00%24.74%
25.49%

Color #87BE8F in popluar number systems.

HEX87BE8F
Decimal135190143
Binary100001111011111010001111
Octal207276217

Shades and tints

Shades of #87BE8F

#87BE8F
(135,190,143)
#7BAD82
(123,173,130)
#6F9C75
(111,156,117)
#638B68
(99,139,104)
#577A5B
(87,122,91)
#4B694E
(75,105,78)
#3F5841
(63,88,65)
#334734
(51,71,52)
#273627
(39,54,39)
#1B251A
(27,37,26)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #87BE8F

#87BE8F
(135,190,143)
#91C399
(145,195,153)
#9BC8A3
(155,200,163)
#A5CDAD
(165,205,173)
#AFD2B7
(175,210,183)
#B9D7C1
(185,215,193)
#C3DCCB
(195,220,203)
#CDE1D5
(205,225,213)
#D7E6DF
(215,230,223)
#E1EBE9
(225,235,233)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87BE8F; }

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

This text font color is #87BE8F.


Background Color

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

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

This div background color is #87BE8F.


Border color

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

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

This div border color is #87BE8F.


Opacity

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

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

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

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

This text has shadow with #87BE8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BE8F on black background.


Color preview on white background

This text has color #87BE8F on white background.



Black color preview on #87BE8F background

This text has black color on #87BE8F background.


White color preview on #87BE8F background

This text has white color on #87BE8F background.