COLOR #87B291

HEX: #87B291
RGB: (135,178,145)

Color info

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

RGB color model

#87B291 color RGB value is (135,178,145).

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

RGB channels and saturation

R 135 of 255 = 53%
G 178 of 255 = 70%
B 145 of 255 = 57%

135
178
145

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

Portions of RGB colors in percentages

R + G + B =
135 + 178 + 145 = 458 (100%)
R 135 of 458 ~ 29.48%
G 178 of 458 ~ 38.86%
B 145 of 458 ~ 31.66%

%29.48
%38.86
%31.66

CMYK color model

#87B291 color CMYK value is (24,0,19,30).

  • cyan value is 24.16%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 30.20%
CMYK:
(24,0,19,30)
C24M0Y19K30 
(24%,0%,19%,30%)
(0.24/0.00/0.19/0.30)	

CMYK percentages

%24.16
%0
%18.54
%30.2

Codes

Color #87B291 in popluar color models

87B291
RGB135178145
HSL134°21.83%61.37%
HSB/HSV134°24.16%69.80%
CMYK24.16%0.00%18.54%
30.20%

Color #87B291 in popluar number systems.

HEX87B291
Decimal135178145
Binary100001111011001010010001
Octal207262221

Shades and tints

Shades of #87B291

#87B291
(135,178,145)
#7BA284
(123,162,132)
#6F9277
(111,146,119)
#63826A
(99,130,106)
#57725D
(87,114,93)
#4B6250
(75,98,80)
#3F5243
(63,82,67)
#334236
(51,66,54)
#273229
(39,50,41)
#1B221C
(27,34,28)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #87B291

#87B291
(135,178,145)
#91B99B
(145,185,155)
#9BC0A5
(155,192,165)
#A5C7AF
(165,199,175)
#AFCEB9
(175,206,185)
#B9D5C3
(185,213,195)
#C3DCCD
(195,220,205)
#CDE3D7
(205,227,215)
#D7EAE1
(215,234,225)
#E1F1EB
(225,241,235)
#EBF8F5
(235,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B291; }

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

This text font color is #87B291.


Background Color

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

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

This div background color is #87B291.


Border color

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

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

This div border color is #87B291.


Opacity

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

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

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

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

This text has shadow with #87B291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B291 on black background.


Color preview on white background

This text has color #87B291 on white background.



Black color preview on #87B291 background

This text has black color on #87B291 background.


White color preview on #87B291 background

This text has white color on #87B291 background.