COLOR #87C87B

HEX: #87C87B
RGB: (135,200,123)

Color info

#87C87B contains mainly green color. Web safe color of #87C87B is #99CC66 (or #9C6).

RGB color model

#87C87B color RGB value is (135,200,123).

  • red value is 135;
  • green value is 200;
  • blue value is 123.
RGB:
(135,200,123)
(53%,78%,48%)

RGB channels and saturation

R 135 of 255 = 53%
G 200 of 255 = 78%
B 123 of 255 = 48%

135
200
123

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

Portions of RGB colors in percentages

R + G + B =
135 + 200 + 123 = 458 (100%)
R 135 of 458 ~ 29.48%
G 200 of 458 ~ 43.67%
B 123 of 458 ~ 26.86%

%29.48
%43.67
%26.86

CMYK color model

#87C87B color CMYK value is (33,0,39,22).

  • cyan value is 32.50%
  • magenta value is 0.00%
  • yellow value is 38.50%
  • key color value is 21.57%
CMYK:
(33,0,39,22)
C33M0Y39K22 
(33%,0%,39%,22%)
(0.33/0.00/0.39/0.22)	

CMYK percentages

%32.5
%0
%38.5
%21.57

Codes

Color #87C87B in popluar color models

87C87B
RGB135200123
HSL111°41.18%63.33%
HSB/HSV111°38.50%78.43%
CMYK32.50%0.00%38.50%
21.57%

Color #87C87B in popluar number systems.

HEX87C87B
Decimal135200123
Binary10000111110010001111011
Octal207310173

Shades and tints

Shades of #87C87B

#87C87B
(135,200,123)
#7BB670
(123,182,112)
#6FA465
(111,164,101)
#63925A
(99,146,90)
#57804F
(87,128,79)
#4B6E44
(75,110,68)
#3F5C39
(63,92,57)
#334A2E
(51,74,46)
#273823
(39,56,35)
#1B2618
(27,38,24)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #87C87B

#87C87B
(135,200,123)
#91CD87
(145,205,135)
#9BD293
(155,210,147)
#A5D79F
(165,215,159)
#AFDCAB
(175,220,171)
#B9E1B7
(185,225,183)
#C3E6C3
(195,230,195)
#CDEBCF
(205,235,207)
#D7F0DB
(215,240,219)
#E1F5E7
(225,245,231)
#EBFAF3
(235,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C87B color. Also use rgb(135,200,123) instead hex code.

Text Font Color

.myTextColor { color: #87C87B; }

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

This text font color is #87C87B.


Background Color

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

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

This div background color is #87C87B.


Border color

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

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

This div border color is #87C87B.


Opacity

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

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

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

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

This text has shadow with #87C87B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C87B on black background.


Color preview on white background

This text has color #87C87B on white background.



Black color preview on #87C87B background

This text has black color on #87C87B background.


White color preview on #87C87B background

This text has white color on #87C87B background.