COLOR #87A88F

HEX: #87A88F
RGB: (135,168,143)

Color info

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

RGB color model

#87A88F color RGB value is (135,168,143).

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

RGB channels and saturation

R 135 of 255 = 53%
G 168 of 255 = 66%
B 143 of 255 = 56%

135
168
143

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

Portions of RGB colors in percentages

R + G + B =
135 + 168 + 143 = 446 (100%)
R 135 of 446 ~ 30.27%
G 168 of 446 ~ 37.67%
B 143 of 446 ~ 32.06%

%30.27
%37.67
%32.06

CMYK color model

#87A88F color CMYK value is (20,0,15,34).

  • cyan value is 19.64%
  • magenta value is 0.00%
  • yellow value is 14.88%
  • key color value is 34.12%
CMYK:
(20,0,15,34)
C20M0Y15K34 
(20%,0%,15%,34%)
(0.20/0.00/0.15/0.34)	

CMYK percentages

%19.64
%0
%14.88
%34.12

Codes

Color #87A88F in popluar color models

87A88F
RGB135168143
HSL135°15.94%59.41%
HSB/HSV135°19.64%65.88%
CMYK19.64%0.00%14.88%
34.12%

Color #87A88F in popluar number systems.

HEX87A88F
Decimal135168143
Binary100001111010100010001111
Octal207250217

Shades and tints

Shades of #87A88F

#87A88F
(135,168,143)
#7B9982
(123,153,130)
#6F8A75
(111,138,117)
#637B68
(99,123,104)
#576C5B
(87,108,91)
#4B5D4E
(75,93,78)
#3F4E41
(63,78,65)
#333F34
(51,63,52)
#273027
(39,48,39)
#1B211A
(27,33,26)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #87A88F

#87A88F
(135,168,143)
#91AF99
(145,175,153)
#9BB6A3
(155,182,163)
#A5BDAD
(165,189,173)
#AFC4B7
(175,196,183)
#B9CBC1
(185,203,193)
#C3D2CB
(195,210,203)
#CDD9D5
(205,217,213)
#D7E0DF
(215,224,223)
#E1E7E9
(225,231,233)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A88F; }

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

This text font color is #87A88F.


Background Color

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

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

This div background color is #87A88F.


Border color

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

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

This div border color is #87A88F.


Opacity

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

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

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

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

This text has shadow with #87A88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A88F on black background.


Color preview on white background

This text has color #87A88F on white background.



Black color preview on #87A88F background

This text has black color on #87A88F background.


White color preview on #87A88F background

This text has white color on #87A88F background.