COLOR #87A186

HEX: #87A186
RGB: (135,161,134)

Color info

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

RGB color model

#87A186 color RGB value is (135,161,134).

  • red value is 135;
  • green value is 161;
  • blue value is 134.
RGB:
(135,161,134)
(53%,63%,53%)

RGB channels and saturation

R 135 of 255 = 53%
G 161 of 255 = 63%
B 134 of 255 = 53%

135
161
134

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

Portions of RGB colors in percentages

R + G + B =
135 + 161 + 134 = 430 (100%)
R 135 of 430 ~ 31.4%
G 161 of 430 ~ 37.44%
B 134 of 430 ~ 31.16%

%31.4
%37.44
%31.16

CMYK color model

#87A186 color CMYK value is (16,0,17,37).

  • cyan value is 16.15%
  • magenta value is 0.00%
  • yellow value is 16.77%
  • key color value is 36.86%
CMYK:
(16,0,17,37)
C16M0Y17K37 
(16%,0%,17%,37%)
(0.16/0.00/0.17/0.37)	

CMYK percentages

%16.15
%0
%16.77
%36.86

Codes

Color #87A186 in popluar color models

87A186
RGB135161134
HSL118°12.56%57.84%
HSB/HSV118°16.77%63.14%
CMYK16.15%0.00%16.77%
36.86%

Color #87A186 in popluar number systems.

HEX87A186
Decimal135161134
Binary100001111010000110000110
Octal207241206

Shades and tints

Shades of #87A186

#87A186
(135,161,134)
#7B937A
(123,147,122)
#6F856E
(111,133,110)
#637762
(99,119,98)
#576956
(87,105,86)
#4B5B4A
(75,91,74)
#3F4D3E
(63,77,62)
#333F32
(51,63,50)
#273126
(39,49,38)
#1B231A
(27,35,26)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #87A186

#87A186
(135,161,134)
#91A991
(145,169,145)
#9BB19C
(155,177,156)
#A5B9A7
(165,185,167)
#AFC1B2
(175,193,178)
#B9C9BD
(185,201,189)
#C3D1C8
(195,209,200)
#CDD9D3
(205,217,211)
#D7E1DE
(215,225,222)
#E1E9E9
(225,233,233)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A186 color. Also use rgb(135,161,134) instead hex code.

Text Font Color

.myTextColor { color: #87A186; }

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

This text font color is #87A186.


Background Color

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

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

This div background color is #87A186.


Border color

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

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

This div border color is #87A186.


Opacity

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

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

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

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

This text has shadow with #87A186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A186 on black background.


Color preview on white background

This text has color #87A186 on white background.



Black color preview on #87A186 background

This text has black color on #87A186 background.


White color preview on #87A186 background

This text has white color on #87A186 background.