COLOR #87A292

HEX: #87A292
RGB: (135,162,146)

Color info

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

RGB color model

#87A292 color RGB value is (135,162,146).

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

RGB channels and saturation

R 135 of 255 = 53%
G 162 of 255 = 64%
B 146 of 255 = 57%

135
162
146

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

Portions of RGB colors in percentages

R + G + B =
135 + 162 + 146 = 443 (100%)
R 135 of 443 ~ 30.47%
G 162 of 443 ~ 36.57%
B 146 of 443 ~ 32.96%

%30.47
%36.57
%32.96

CMYK color model

#87A292 color CMYK value is (17,0,10,36).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 36.47%
CMYK:
(17,0,10,36)
C17M0Y10K36 
(17%,0%,10%,36%)
(0.17/0.00/0.10/0.36)	

CMYK percentages

%16.67
%0
%9.88
%36.47

Codes

Color #87A292 in popluar color models

87A292
RGB135162146
HSL144°12.68%58.24%
HSB/HSV144°16.67%63.53%
CMYK16.67%0.00%9.88%
36.47%

Color #87A292 in popluar number systems.

HEX87A292
Decimal135162146
Binary100001111010001010010010
Octal207242222

Shades and tints

Shades of #87A292

#87A292
(135,162,146)
#7B9485
(123,148,133)
#6F8678
(111,134,120)
#63786B
(99,120,107)
#576A5E
(87,106,94)
#4B5C51
(75,92,81)
#3F4E44
(63,78,68)
#334037
(51,64,55)
#27322A
(39,50,42)
#1B241D
(27,36,29)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #87A292

#87A292
(135,162,146)
#91AA9B
(145,170,155)
#9BB2A4
(155,178,164)
#A5BAAD
(165,186,173)
#AFC2B6
(175,194,182)
#B9CABF
(185,202,191)
#C3D2C8
(195,210,200)
#CDDAD1
(205,218,209)
#D7E2DA
(215,226,218)
#E1EAE3
(225,234,227)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A292; }

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

This text font color is #87A292.


Background Color

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

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

This div background color is #87A292.


Border color

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

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

This div border color is #87A292.


Opacity

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

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

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

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

This text has shadow with #87A292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A292 on black background.


Color preview on white background

This text has color #87A292 on white background.



Black color preview on #87A292 background

This text has black color on #87A292 background.


White color preview on #87A292 background

This text has white color on #87A292 background.