COLOR #87AC8B

HEX: #87AC8B
RGB: (135,172,139)

Color info

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

RGB color model

#87AC8B color RGB value is (135,172,139).

  • red value is 135;
  • green value is 172;
  • blue value is 139.
RGB:
(135,172,139)
(53%,67%,55%)

RGB channels and saturation

R 135 of 255 = 53%
G 172 of 255 = 67%
B 139 of 255 = 55%

135
172
139

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

Portions of RGB colors in percentages

R + G + B =
135 + 172 + 139 = 446 (100%)
R 135 of 446 ~ 30.27%
G 172 of 446 ~ 38.57%
B 139 of 446 ~ 31.17%

%30.27
%38.57
%31.17

CMYK color model

#87AC8B color CMYK value is (22,0,19,33).

  • cyan value is 21.51%
  • magenta value is 0.00%
  • yellow value is 19.19%
  • key color value is 32.55%
CMYK:
(22,0,19,33)
C22M0Y19K33 
(22%,0%,19%,33%)
(0.22/0.00/0.19/0.33)	

CMYK percentages

%21.51
%0
%19.19
%32.55

Codes

Color #87AC8B in popluar color models

87AC8B
RGB135172139
HSL126°18.23%60.20%
HSB/HSV126°21.51%67.45%
CMYK21.51%0.00%19.19%
32.55%

Color #87AC8B in popluar number systems.

HEX87AC8B
Decimal135172139
Binary100001111010110010001011
Octal207254213

Shades and tints

Shades of #87AC8B

#87AC8B
(135,172,139)
#7B9D7F
(123,157,127)
#6F8E73
(111,142,115)
#637F67
(99,127,103)
#57705B
(87,112,91)
#4B614F
(75,97,79)
#3F5243
(63,82,67)
#334337
(51,67,55)
#27342B
(39,52,43)
#1B251F
(27,37,31)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #87AC8B

#87AC8B
(135,172,139)
#91B395
(145,179,149)
#9BBA9F
(155,186,159)
#A5C1A9
(165,193,169)
#AFC8B3
(175,200,179)
#B9CFBD
(185,207,189)
#C3D6C7
(195,214,199)
#CDDDD1
(205,221,209)
#D7E4DB
(215,228,219)
#E1EBE5
(225,235,229)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AC8B color. Also use rgb(135,172,139) instead hex code.

Text Font Color

.myTextColor { color: #87AC8B; }

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

This text font color is #87AC8B.


Background Color

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

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

This div background color is #87AC8B.


Border color

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

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

This div border color is #87AC8B.


Opacity

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

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

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

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

This text has shadow with #87AC8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AC8B on black background.


Color preview on white background

This text has color #87AC8B on white background.



Black color preview on #87AC8B background

This text has black color on #87AC8B background.


White color preview on #87AC8B background

This text has white color on #87AC8B background.