COLOR #87A78F

HEX: #87A78F
RGB: (135,167,143)

Color info

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

RGB color model

#87A78F color RGB value is (135,167,143).

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

RGB channels and saturation

R 135 of 255 = 53%
G 167 of 255 = 65%
B 143 of 255 = 56%

135
167
143

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

Portions of RGB colors in percentages

R + G + B =
135 + 167 + 143 = 445 (100%)
R 135 of 445 ~ 30.34%
G 167 of 445 ~ 37.53%
B 143 of 445 ~ 32.13%

%30.34
%37.53
%32.13

CMYK color model

#87A78F color CMYK value is (19,0,14,35).

  • cyan value is 19.16%
  • magenta value is 0.00%
  • yellow value is 14.37%
  • key color value is 34.51%
CMYK:
(19,0,14,35)
C19M0Y14K35 
(19%,0%,14%,35%)
(0.19/0.00/0.14/0.35)	

CMYK percentages

%19.16
%0
%14.37
%34.51

Codes

Color #87A78F in popluar color models

87A78F
RGB135167143
HSL135°15.38%59.22%
HSB/HSV135°19.16%65.49%
CMYK19.16%0.00%14.37%
34.51%

Color #87A78F in popluar number systems.

HEX87A78F
Decimal135167143
Binary100001111010011110001111
Octal207247217

Shades and tints

Shades of #87A78F

#87A78F
(135,167,143)
#7B9882
(123,152,130)
#6F8975
(111,137,117)
#637A68
(99,122,104)
#576B5B
(87,107,91)
#4B5C4E
(75,92,78)
#3F4D41
(63,77,65)
#333E34
(51,62,52)
#272F27
(39,47,39)
#1B201A
(27,32,26)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #87A78F

#87A78F
(135,167,143)
#91AF99
(145,175,153)
#9BB7A3
(155,183,163)
#A5BFAD
(165,191,173)
#AFC7B7
(175,199,183)
#B9CFC1
(185,207,193)
#C3D7CB
(195,215,203)
#CDDFD5
(205,223,213)
#D7E7DF
(215,231,223)
#E1EFE9
(225,239,233)
#EBF7F3
(235,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A78F; }

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

This text font color is #87A78F.


Background Color

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

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

This div background color is #87A78F.


Border color

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

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

This div border color is #87A78F.


Opacity

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

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

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

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

This text has shadow with #87A78F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A78F on black background.


Color preview on white background

This text has color #87A78F on white background.



Black color preview on #87A78F background

This text has black color on #87A78F background.


White color preview on #87A78F background

This text has white color on #87A78F background.