COLOR #87B487

HEX: #87B487
RGB: (135,180,135)

Color info

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

RGB color model

#87B487 color RGB value is (135,180,135).

  • red value is 135;
  • green value is 180;
  • blue value is 135.
RGB:
(135,180,135)
(53%,71%,53%)

RGB channels and saturation

R 135 of 255 = 53%
G 180 of 255 = 71%
B 135 of 255 = 53%

135
180
135

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

Portions of RGB colors in percentages

R + G + B =
135 + 180 + 135 = 450 (100%)
R 135 of 450 ~ 30%
G 180 of 450 ~ 40%
B 135 of 450 ~ 30%

%30
%40
%30

CMYK color model

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

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 29.41%
CMYK:
(25,0,25,29)
C25M0Y25K29 
(25%,0%,25%,29%)
(0.25/0.00/0.25/0.29)	

CMYK percentages

%25
%0
%25
%29.41

Codes

Color #87B487 in popluar color models

87B487
RGB135180135
HSL120°23.08%61.76%
HSB/HSV120°25.00%70.59%
CMYK25.00%0.00%25.00%
29.41%

Color #87B487 in popluar number systems.

HEX87B487
Decimal135180135
Binary100001111011010010000111
Octal207264207

Shades and tints

Shades of #87B487

#87B487
(135,180,135)
#7BA47B
(123,164,123)
#6F946F
(111,148,111)
#638463
(99,132,99)
#577457
(87,116,87)
#4B644B
(75,100,75)
#3F543F
(63,84,63)
#334433
(51,68,51)
#273427
(39,52,39)
#1B241B
(27,36,27)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #87B487

#87B487
(135,180,135)
#91BA91
(145,186,145)
#9BC09B
(155,192,155)
#A5C6A5
(165,198,165)
#AFCCAF
(175,204,175)
#B9D2B9
(185,210,185)
#C3D8C3
(195,216,195)
#CDDECD
(205,222,205)
#D7E4D7
(215,228,215)
#E1EAE1
(225,234,225)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B487; }

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

This text font color is #87B487.


Background Color

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

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

This div background color is #87B487.


Border color

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

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

This div border color is #87B487.


Opacity

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

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

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

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

This text has shadow with #87B487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B487 on black background.


Color preview on white background

This text has color #87B487 on white background.



Black color preview on #87B487 background

This text has black color on #87B487 background.


White color preview on #87B487 background

This text has white color on #87B487 background.