COLOR #87A189

HEX: #87A189
RGB: (135,161,137)

Color info

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

RGB color model

#87A189 color RGB value is (135,161,137).

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

RGB channels and saturation

R 135 of 255 = 53%
G 161 of 255 = 63%
B 137 of 255 = 54%

135
161
137

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

Portions of RGB colors in percentages

R + G + B =
135 + 161 + 137 = 433 (100%)
R 135 of 433 ~ 31.18%
G 161 of 433 ~ 37.18%
B 137 of 433 ~ 31.64%

%31.18
%37.18
%31.64

CMYK color model

#87A189 color CMYK value is (16,0,15,37).

  • cyan value is 16.15%
  • magenta value is 0.00%
  • yellow value is 14.91%
  • key color value is 36.86%
CMYK:
(16,0,15,37)
C16M0Y15K37 
(16%,0%,15%,37%)
(0.16/0.00/0.15/0.37)	

CMYK percentages

%16.15
%0
%14.91
%36.86

Codes

Color #87A189 in popluar color models

87A189
RGB135161137
HSL125°12.15%58.04%
HSB/HSV125°16.15%63.14%
CMYK16.15%0.00%14.91%
36.86%

Color #87A189 in popluar number systems.

HEX87A189
Decimal135161137
Binary100001111010000110001001
Octal207241211

Shades and tints

Shades of #87A189

#87A189
(135,161,137)
#7B937D
(123,147,125)
#6F8571
(111,133,113)
#637765
(99,119,101)
#576959
(87,105,89)
#4B5B4D
(75,91,77)
#3F4D41
(63,77,65)
#333F35
(51,63,53)
#273129
(39,49,41)
#1B231D
(27,35,29)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #87A189

#87A189
(135,161,137)
#91A993
(145,169,147)
#9BB19D
(155,177,157)
#A5B9A7
(165,185,167)
#AFC1B1
(175,193,177)
#B9C9BB
(185,201,187)
#C3D1C5
(195,209,197)
#CDD9CF
(205,217,207)
#D7E1D9
(215,225,217)
#E1E9E3
(225,233,227)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A189; }

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

This text font color is #87A189.


Background Color

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

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

This div background color is #87A189.


Border color

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

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

This div border color is #87A189.


Opacity

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

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

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

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

This text has shadow with #87A189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A189 on black background.


Color preview on white background

This text has color #87A189 on white background.



Black color preview on #87A189 background

This text has black color on #87A189 background.


White color preview on #87A189 background

This text has white color on #87A189 background.