COLOR #87B188

HEX: #87B188
RGB: (135,177,136)

Color info

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

RGB color model

#87B188 color RGB value is (135,177,136).

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

RGB channels and saturation

R 135 of 255 = 53%
G 177 of 255 = 69%
B 136 of 255 = 53%

135
177
136

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

Portions of RGB colors in percentages

R + G + B =
135 + 177 + 136 = 448 (100%)
R 135 of 448 ~ 30.13%
G 177 of 448 ~ 39.51%
B 136 of 448 ~ 30.36%

%30.13
%39.51
%30.36

CMYK color model

#87B188 color CMYK value is (24,0,23,31).

  • cyan value is 23.73%
  • magenta value is 0.00%
  • yellow value is 23.16%
  • key color value is 30.59%
CMYK:
(24,0,23,31)
C24M0Y23K31 
(24%,0%,23%,31%)
(0.24/0.00/0.23/0.31)	

CMYK percentages

%23.73
%0
%23.16
%30.59

Codes

Color #87B188 in popluar color models

87B188
RGB135177136
HSL121°21.21%61.18%
HSB/HSV121°23.73%69.41%
CMYK23.73%0.00%23.16%
30.59%

Color #87B188 in popluar number systems.

HEX87B188
Decimal135177136
Binary100001111011000110001000
Octal207261210

Shades and tints

Shades of #87B188

#87B188
(135,177,136)
#7BA17C
(123,161,124)
#6F9170
(111,145,112)
#638164
(99,129,100)
#577158
(87,113,88)
#4B614C
(75,97,76)
#3F5140
(63,81,64)
#334134
(51,65,52)
#273128
(39,49,40)
#1B211C
(27,33,28)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #87B188

#87B188
(135,177,136)
#91B892
(145,184,146)
#9BBF9C
(155,191,156)
#A5C6A6
(165,198,166)
#AFCDB0
(175,205,176)
#B9D4BA
(185,212,186)
#C3DBC4
(195,219,196)
#CDE2CE
(205,226,206)
#D7E9D8
(215,233,216)
#E1F0E2
(225,240,226)
#EBF7EC
(235,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B188; }

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

This text font color is #87B188.


Background Color

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

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

This div background color is #87B188.


Border color

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

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

This div border color is #87B188.


Opacity

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

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

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

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

This text has shadow with #87B188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B188 on black background.


Color preview on white background

This text has color #87B188 on white background.



Black color preview on #87B188 background

This text has black color on #87B188 background.


White color preview on #87B188 background

This text has white color on #87B188 background.