COLOR #87B285

HEX: #87B285
RGB: (135,178,133)

Color info

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

RGB color model

#87B285 color RGB value is (135,178,133).

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

RGB channels and saturation

R 135 of 255 = 53%
G 178 of 255 = 70%
B 133 of 255 = 52%

135
178
133

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

Portions of RGB colors in percentages

R + G + B =
135 + 178 + 133 = 446 (100%)
R 135 of 446 ~ 30.27%
G 178 of 446 ~ 39.91%
B 133 of 446 ~ 29.82%

%30.27
%39.91
%29.82

CMYK color model

#87B285 color CMYK value is (24,0,25,30).

  • cyan value is 24.16%
  • magenta value is 0.00%
  • yellow value is 25.28%
  • key color value is 30.20%
CMYK:
(24,0,25,30)
C24M0Y25K30 
(24%,0%,25%,30%)
(0.24/0.00/0.25/0.30)	

CMYK percentages

%24.16
%0
%25.28
%30.2

Codes

Color #87B285 in popluar color models

87B285
RGB135178133
HSL117°22.61%60.98%
HSB/HSV117°25.28%69.80%
CMYK24.16%0.00%25.28%
30.20%

Color #87B285 in popluar number systems.

HEX87B285
Decimal135178133
Binary100001111011001010000101
Octal207262205

Shades and tints

Shades of #87B285

#87B285
(135,178,133)
#7BA279
(123,162,121)
#6F926D
(111,146,109)
#638261
(99,130,97)
#577255
(87,114,85)
#4B6249
(75,98,73)
#3F523D
(63,82,61)
#334231
(51,66,49)
#273225
(39,50,37)
#1B2219
(27,34,25)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #87B285

#87B285
(135,178,133)
#91B990
(145,185,144)
#9BC09B
(155,192,155)
#A5C7A6
(165,199,166)
#AFCEB1
(175,206,177)
#B9D5BC
(185,213,188)
#C3DCC7
(195,220,199)
#CDE3D2
(205,227,210)
#D7EADD
(215,234,221)
#E1F1E8
(225,241,232)
#EBF8F3
(235,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B285; }

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

This text font color is #87B285.


Background Color

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

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

This div background color is #87B285.


Border color

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

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

This div border color is #87B285.


Opacity

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

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

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

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

This text has shadow with #87B285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B285 on black background.


Color preview on white background

This text has color #87B285 on white background.



Black color preview on #87B285 background

This text has black color on #87B285 background.


White color preview on #87B285 background

This text has white color on #87B285 background.