COLOR #87AD8F

HEX: #87AD8F
RGB: (135,173,143)

Color info

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

RGB color model

#87AD8F color RGB value is (135,173,143).

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

RGB channels and saturation

R 135 of 255 = 53%
G 173 of 255 = 68%
B 143 of 255 = 56%

135
173
143

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

Portions of RGB colors in percentages

R + G + B =
135 + 173 + 143 = 451 (100%)
R 135 of 451 ~ 29.93%
G 173 of 451 ~ 38.36%
B 143 of 451 ~ 31.71%

%29.93
%38.36
%31.71

CMYK color model

#87AD8F color CMYK value is (22,0,17,32).

  • cyan value is 21.97%
  • magenta value is 0.00%
  • yellow value is 17.34%
  • key color value is 32.16%
CMYK:
(22,0,17,32)
C22M0Y17K32 
(22%,0%,17%,32%)
(0.22/0.00/0.17/0.32)	

CMYK percentages

%21.97
%0
%17.34
%32.16

Codes

Color #87AD8F in popluar color models

87AD8F
RGB135173143
HSL133°18.81%60.39%
HSB/HSV133°21.97%67.84%
CMYK21.97%0.00%17.34%
32.16%

Color #87AD8F in popluar number systems.

HEX87AD8F
Decimal135173143
Binary100001111010110110001111
Octal207255217

Shades and tints

Shades of #87AD8F

#87AD8F
(135,173,143)
#7B9E82
(123,158,130)
#6F8F75
(111,143,117)
#638068
(99,128,104)
#57715B
(87,113,91)
#4B624E
(75,98,78)
#3F5341
(63,83,65)
#334434
(51,68,52)
#273527
(39,53,39)
#1B261A
(27,38,26)
#0F170D
(15,23,13)
#000000
(0,0,0)

Tints of #87AD8F

#87AD8F
(135,173,143)
#91B499
(145,180,153)
#9BBBA3
(155,187,163)
#A5C2AD
(165,194,173)
#AFC9B7
(175,201,183)
#B9D0C1
(185,208,193)
#C3D7CB
(195,215,203)
#CDDED5
(205,222,213)
#D7E5DF
(215,229,223)
#E1ECE9
(225,236,233)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AD8F; }

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

This text font color is #87AD8F.


Background Color

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

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

This div background color is #87AD8F.


Border color

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

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

This div border color is #87AD8F.


Opacity

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

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

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

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

This text has shadow with #87AD8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AD8F on black background.


Color preview on white background

This text has color #87AD8F on white background.



Black color preview on #87AD8F background

This text has black color on #87AD8F background.


White color preview on #87AD8F background

This text has white color on #87AD8F background.