COLOR #87B791

HEX: #87B791
RGB: (135,183,145)

Color info

#87B791 contains red, green and blue colors in about the same proportion. Web safe color of #87B791 is #99CC99 (or #9C9).

RGB color model

#87B791 color RGB value is (135,183,145).

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

RGB channels and saturation

R 135 of 255 = 53%
G 183 of 255 = 72%
B 145 of 255 = 57%

135
183
145

R + G + B ~ 61%. #87B791 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 183 + 145 = 463 (100%)
R 135 of 463 ~ 29.16%
G 183 of 463 ~ 39.52%
B 145 of 463 ~ 31.32%

%29.16
%39.52
%31.32

CMYK color model

#87B791 color CMYK value is (26,0,21,28).

  • cyan value is 26.23%
  • magenta value is 0.00%
  • yellow value is 20.77%
  • key color value is 28.24%
CMYK:
(26,0,21,28)
C26M0Y21K28 
(26%,0%,21%,28%)
(0.26/0.00/0.21/0.28)	

CMYK percentages

%26.23
%0
%20.77
%28.24

Codes

Color #87B791 in popluar color models

87B791
RGB135183145
HSL133°25.00%62.35%
HSB/HSV133°26.23%71.76%
CMYK26.23%0.00%20.77%
28.24%

Color #87B791 in popluar number systems.

HEX87B791
Decimal135183145
Binary100001111011011110010001
Octal207267221

Shades and tints

Shades of #87B791

#87B791
(135,183,145)
#7BA784
(123,167,132)
#6F9777
(111,151,119)
#63876A
(99,135,106)
#57775D
(87,119,93)
#4B6750
(75,103,80)
#3F5743
(63,87,67)
#334736
(51,71,54)
#273729
(39,55,41)
#1B271C
(27,39,28)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #87B791

#87B791
(135,183,145)
#91BD9B
(145,189,155)
#9BC3A5
(155,195,165)
#A5C9AF
(165,201,175)
#AFCFB9
(175,207,185)
#B9D5C3
(185,213,195)
#C3DBCD
(195,219,205)
#CDE1D7
(205,225,215)
#D7E7E1
(215,231,225)
#E1EDEB
(225,237,235)
#EBF3F5
(235,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B791; }

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

This text font color is #87B791.


Background Color

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

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

This div background color is #87B791.


Border color

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

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

This div border color is #87B791.


Opacity

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

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

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

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

This text has shadow with #87B791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B791 on black background.


Color preview on white background

This text has color #87B791 on white background.



Black color preview on #87B791 background

This text has black color on #87B791 background.


White color preview on #87B791 background

This text has white color on #87B791 background.