COLOR #87AD89

HEX: #87AD89
RGB: (135,173,137)

Color info

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

RGB color model

#87AD89 color RGB value is (135,173,137).

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

RGB channels and saturation

R 135 of 255 = 53%
G 173 of 255 = 68%
B 137 of 255 = 54%

135
173
137

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

Portions of RGB colors in percentages

R + G + B =
135 + 173 + 137 = 445 (100%)
R 135 of 445 ~ 30.34%
G 173 of 445 ~ 38.88%
B 137 of 445 ~ 30.79%

%30.34
%38.88
%30.79

CMYK color model

#87AD89 color CMYK value is (22,0,21,32).

  • cyan value is 21.97%
  • magenta value is 0.00%
  • yellow value is 20.81%
  • key color value is 32.16%
CMYK:
(22,0,21,32)
C22M0Y21K32 
(22%,0%,21%,32%)
(0.22/0.00/0.21/0.32)	

CMYK percentages

%21.97
%0
%20.81
%32.16

Codes

Color #87AD89 in popluar color models

87AD89
RGB135173137
HSL123°18.81%60.39%
HSB/HSV123°21.97%67.84%
CMYK21.97%0.00%20.81%
32.16%

Color #87AD89 in popluar number systems.

HEX87AD89
Decimal135173137
Binary100001111010110110001001
Octal207255211

Shades and tints

Shades of #87AD89

#87AD89
(135,173,137)
#7B9E7D
(123,158,125)
#6F8F71
(111,143,113)
#638065
(99,128,101)
#577159
(87,113,89)
#4B624D
(75,98,77)
#3F5341
(63,83,65)
#334435
(51,68,53)
#273529
(39,53,41)
#1B261D
(27,38,29)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #87AD89

#87AD89
(135,173,137)
#91B493
(145,180,147)
#9BBB9D
(155,187,157)
#A5C2A7
(165,194,167)
#AFC9B1
(175,201,177)
#B9D0BB
(185,208,187)
#C3D7C5
(195,215,197)
#CDDECF
(205,222,207)
#D7E5D9
(215,229,217)
#E1ECE3
(225,236,227)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AD89; }

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

This text font color is #87AD89.


Background Color

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

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

This div background color is #87AD89.


Border color

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

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

This div border color is #87AD89.


Opacity

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

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

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

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

This text has shadow with #87AD89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AD89 on black background.


Color preview on white background

This text has color #87AD89 on white background.



Black color preview on #87AD89 background

This text has black color on #87AD89 background.


White color preview on #87AD89 background

This text has white color on #87AD89 background.