COLOR #87AC8C

HEX: #87AC8C
RGB: (135,172,140)

Color info

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

RGB color model

#87AC8C color RGB value is (135,172,140).

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

RGB channels and saturation

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

135
172
140

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

Portions of RGB colors in percentages

R + G + B =
135 + 172 + 140 = 447 (100%)
R 135 of 447 ~ 30.2%
G 172 of 447 ~ 38.48%
B 140 of 447 ~ 31.32%

%30.2
%38.48
%31.32

CMYK color model

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

  • cyan value is 21.51%
  • magenta value is 0.00%
  • yellow value is 18.60%
  • 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
%18.6
%32.55

Codes

Color #87AC8C in popluar color models

87AC8C
RGB135172140
HSL128°18.23%60.20%
HSB/HSV128°21.51%67.45%
CMYK21.51%0.00%18.60%
32.55%

Color #87AC8C in popluar number systems.

HEX87AC8C
Decimal135172140
Binary100001111010110010001100
Octal207254214

Shades and tints

Shades of #87AC8C

#87AC8C
(135,172,140)
#7B9D80
(123,157,128)
#6F8E74
(111,142,116)
#637F68
(99,127,104)
#57705C
(87,112,92)
#4B6150
(75,97,80)
#3F5244
(63,82,68)
#334338
(51,67,56)
#27342C
(39,52,44)
#1B2520
(27,37,32)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #87AC8C

#87AC8C
(135,172,140)
#91B396
(145,179,150)
#9BBAA0
(155,186,160)
#A5C1AA
(165,193,170)
#AFC8B4
(175,200,180)
#B9CFBE
(185,207,190)
#C3D6C8
(195,214,200)
#CDDDD2
(205,221,210)
#D7E4DC
(215,228,220)
#E1EBE6
(225,235,230)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87AC8C; }

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

This text font color is #87AC8C.


Background Color

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

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

This div background color is #87AC8C.


Border color

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

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

This div border color is #87AC8C.


Opacity

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

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

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

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

This text has shadow with #87AC8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AC8C on black background.


Color preview on white background

This text has color #87AC8C on white background.



Black color preview on #87AC8C background

This text has black color on #87AC8C background.


White color preview on #87AC8C background

This text has white color on #87AC8C background.