COLOR #87BB92

HEX: #87BB92
RGB: (135,187,146)

Color info

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

RGB color model

#87BB92 color RGB value is (135,187,146).

  • red value is 135;
  • green value is 187;
  • blue value is 146.
RGB:
(135,187,146)
(53%,73%,57%)

RGB channels and saturation

R 135 of 255 = 53%
G 187 of 255 = 73%
B 146 of 255 = 57%

135
187
146

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

Portions of RGB colors in percentages

R + G + B =
135 + 187 + 146 = 468 (100%)
R 135 of 468 ~ 28.85%
G 187 of 468 ~ 39.96%
B 146 of 468 ~ 31.2%

%28.85
%39.96
%31.2

CMYK color model

#87BB92 color CMYK value is (28,0,22,27).

  • cyan value is 27.81%
  • magenta value is 0.00%
  • yellow value is 21.93%
  • key color value is 26.67%
CMYK:
(28,0,22,27)
C28M0Y22K27 
(28%,0%,22%,27%)
(0.28/0.00/0.22/0.27)	

CMYK percentages

%27.81
%0
%21.93
%26.67

Codes

Color #87BB92 in popluar color models

87BB92
RGB135187146
HSL133°27.66%63.14%
HSB/HSV133°27.81%73.33%
CMYK27.81%0.00%21.93%
26.67%

Color #87BB92 in popluar number systems.

HEX87BB92
Decimal135187146
Binary100001111011101110010010
Octal207273222

Shades and tints

Shades of #87BB92

#87BB92
(135,187,146)
#7BAA85
(123,170,133)
#6F9978
(111,153,120)
#63886B
(99,136,107)
#57775E
(87,119,94)
#4B6651
(75,102,81)
#3F5544
(63,85,68)
#334437
(51,68,55)
#27332A
(39,51,42)
#1B221D
(27,34,29)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #87BB92

#87BB92
(135,187,146)
#91C19B
(145,193,155)
#9BC7A4
(155,199,164)
#A5CDAD
(165,205,173)
#AFD3B6
(175,211,182)
#B9D9BF
(185,217,191)
#C3DFC8
(195,223,200)
#CDE5D1
(205,229,209)
#D7EBDA
(215,235,218)
#E1F1E3
(225,241,227)
#EBF7EC
(235,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87BB92 color. Also use rgb(135,187,146) instead hex code.

Text Font Color

.myTextColor { color: #87BB92; }

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

This text font color is #87BB92.


Background Color

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

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

This div background color is #87BB92.


Border color

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

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

This div border color is #87BB92.


Opacity

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

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

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

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

This text has shadow with #87BB92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87BB92 on black background.


Color preview on white background

This text has color #87BB92 on white background.



Black color preview on #87BB92 background

This text has black color on #87BB92 background.


White color preview on #87BB92 background

This text has white color on #87BB92 background.