COLOR #87B28C

HEX: #87B28C
RGB: (135,178,140)

Color info

#87B28C contains red, green and blue colors in about the same proportion. Web safe color of #87B28C is #999999 (or #999).

RGB color model

#87B28C color RGB value is (135,178,140).

  • red value is 135;
  • green value is 178;
  • blue value is 140.
RGB:
(135,178,140)
(53%,70%,55%)

RGB channels and saturation

R 135 of 255 = 53%
G 178 of 255 = 70%
B 140 of 255 = 55%

135
178
140

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

Portions of RGB colors in percentages

R + G + B =
135 + 178 + 140 = 453 (100%)
R 135 of 453 ~ 29.8%
G 178 of 453 ~ 39.29%
B 140 of 453 ~ 30.91%

%29.8
%39.29
%30.91

CMYK color model

#87B28C color CMYK value is (24,0,21,30).

  • cyan value is 24.16%
  • magenta value is 0.00%
  • yellow value is 21.35%
  • key color value is 30.20%
CMYK:
(24,0,21,30)
C24M0Y21K30 
(24%,0%,21%,30%)
(0.24/0.00/0.21/0.30)	

CMYK percentages

%24.16
%0
%21.35
%30.2

Codes

Color #87B28C in popluar color models

87B28C
RGB135178140
HSL127°21.83%61.37%
HSB/HSV127°24.16%69.80%
CMYK24.16%0.00%21.35%
30.20%

Color #87B28C in popluar number systems.

HEX87B28C
Decimal135178140
Binary100001111011001010001100
Octal207262214

Shades and tints

Shades of #87B28C

#87B28C
(135,178,140)
#7BA280
(123,162,128)
#6F9274
(111,146,116)
#638268
(99,130,104)
#57725C
(87,114,92)
#4B6250
(75,98,80)
#3F5244
(63,82,68)
#334238
(51,66,56)
#27322C
(39,50,44)
#1B2220
(27,34,32)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #87B28C

#87B28C
(135,178,140)
#91B996
(145,185,150)
#9BC0A0
(155,192,160)
#A5C7AA
(165,199,170)
#AFCEB4
(175,206,180)
#B9D5BE
(185,213,190)
#C3DCC8
(195,220,200)
#CDE3D2
(205,227,210)
#D7EADC
(215,234,220)
#E1F1E6
(225,241,230)
#EBF8F0
(235,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B28C; }

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

This text font color is #87B28C.


Background Color

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

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

This div background color is #87B28C.


Border color

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

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

This div border color is #87B28C.


Opacity

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

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

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

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

This text has shadow with #87B28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B28C on black background.


Color preview on white background

This text has color #87B28C on white background.



Black color preview on #87B28C background

This text has black color on #87B28C background.


White color preview on #87B28C background

This text has white color on #87B28C background.