COLOR #87A184

HEX: #87A184
RGB: (135,161,132)

Color info

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

RGB color model

#87A184 color RGB value is (135,161,132).

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

RGB channels and saturation

R 135 of 255 = 53%
G 161 of 255 = 63%
B 132 of 255 = 52%

135
161
132

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

Portions of RGB colors in percentages

R + G + B =
135 + 161 + 132 = 428 (100%)
R 135 of 428 ~ 31.54%
G 161 of 428 ~ 37.62%
B 132 of 428 ~ 30.84%

%31.54
%37.62
%30.84

CMYK color model

#87A184 color CMYK value is (16,0,18,37).

  • cyan value is 16.15%
  • magenta value is 0.00%
  • yellow value is 18.01%
  • key color value is 36.86%
CMYK:
(16,0,18,37)
C16M0Y18K37 
(16%,0%,18%,37%)
(0.16/0.00/0.18/0.37)	

CMYK percentages

%16.15
%0
%18.01
%36.86

Codes

Color #87A184 in popluar color models

87A184
RGB135161132
HSL114°13.36%57.45%
HSB/HSV114°18.01%63.14%
CMYK16.15%0.00%18.01%
36.86%

Color #87A184 in popluar number systems.

HEX87A184
Decimal135161132
Binary100001111010000110000100
Octal207241204

Shades and tints

Shades of #87A184

#87A184
(135,161,132)
#7B9378
(123,147,120)
#6F856C
(111,133,108)
#637760
(99,119,96)
#576954
(87,105,84)
#4B5B48
(75,91,72)
#3F4D3C
(63,77,60)
#333F30
(51,63,48)
#273124
(39,49,36)
#1B2318
(27,35,24)
#0F150C
(15,21,12)
#000000
(0,0,0)

Tints of #87A184

#87A184
(135,161,132)
#91A98F
(145,169,143)
#9BB19A
(155,177,154)
#A5B9A5
(165,185,165)
#AFC1B0
(175,193,176)
#B9C9BB
(185,201,187)
#C3D1C6
(195,209,198)
#CDD9D1
(205,217,209)
#D7E1DC
(215,225,220)
#E1E9E7
(225,233,231)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A184; }

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

This text font color is #87A184.


Background Color

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

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

This div background color is #87A184.


Border color

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

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

This div border color is #87A184.


Opacity

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

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

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

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

This text has shadow with #87A184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A184 on black background.


Color preview on white background

This text has color #87A184 on white background.



Black color preview on #87A184 background

This text has black color on #87A184 background.


White color preview on #87A184 background

This text has white color on #87A184 background.