COLOR #87B185

HEX: #87B185
RGB: (135,177,133)

Color info

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

RGB color model

#87B185 color RGB value is (135,177,133).

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

RGB channels and saturation

R 135 of 255 = 53%
G 177 of 255 = 69%
B 133 of 255 = 52%

135
177
133

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

Portions of RGB colors in percentages

R + G + B =
135 + 177 + 133 = 445 (100%)
R 135 of 445 ~ 30.34%
G 177 of 445 ~ 39.78%
B 133 of 445 ~ 29.89%

%30.34
%39.78
%29.89

CMYK color model

#87B185 color CMYK value is (24,0,25,31).

  • cyan value is 23.73%
  • magenta value is 0.00%
  • yellow value is 24.86%
  • key color value is 30.59%
CMYK:
(24,0,25,31)
C24M0Y25K31 
(24%,0%,25%,31%)
(0.24/0.00/0.25/0.31)	

CMYK percentages

%23.73
%0
%24.86
%30.59

Codes

Color #87B185 in popluar color models

87B185
RGB135177133
HSL117°22.00%60.78%
HSB/HSV117°24.86%69.41%
CMYK23.73%0.00%24.86%
30.59%

Color #87B185 in popluar number systems.

HEX87B185
Decimal135177133
Binary100001111011000110000101
Octal207261205

Shades and tints

Shades of #87B185

#87B185
(135,177,133)
#7BA179
(123,161,121)
#6F916D
(111,145,109)
#638161
(99,129,97)
#577155
(87,113,85)
#4B6149
(75,97,73)
#3F513D
(63,81,61)
#334131
(51,65,49)
#273125
(39,49,37)
#1B2119
(27,33,25)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #87B185

#87B185
(135,177,133)
#91B890
(145,184,144)
#9BBF9B
(155,191,155)
#A5C6A6
(165,198,166)
#AFCDB1
(175,205,177)
#B9D4BC
(185,212,188)
#C3DBC7
(195,219,199)
#CDE2D2
(205,226,210)
#D7E9DD
(215,233,221)
#E1F0E8
(225,240,232)
#EBF7F3
(235,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B185; }

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

This text font color is #87B185.


Background Color

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

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

This div background color is #87B185.


Border color

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

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

This div border color is #87B185.


Opacity

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

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

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

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

This text has shadow with #87B185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B185 on black background.


Color preview on white background

This text has color #87B185 on white background.



Black color preview on #87B185 background

This text has black color on #87B185 background.


White color preview on #87B185 background

This text has white color on #87B185 background.