COLOR #87A39F

HEX: #87A39F
RGB: (135,163,159)

Color info

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

RGB color model

#87A39F color RGB value is (135,163,159).

  • red value is 135;
  • green value is 163;
  • blue value is 159.
RGB:
(135,163,159)
(53%,64%,62%)

RGB channels and saturation

R 135 of 255 = 53%
G 163 of 255 = 64%
B 159 of 255 = 62%

135
163
159

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

Portions of RGB colors in percentages

R + G + B =
135 + 163 + 159 = 457 (100%)
R 135 of 457 ~ 29.54%
G 163 of 457 ~ 35.67%
B 159 of 457 ~ 34.79%

%29.54
%35.67
%34.79

CMYK color model

#87A39F color CMYK value is (17,0,2,36).

  • cyan value is 17.18%
  • magenta value is 0.00%
  • yellow value is 2.45%
  • key color value is 36.08%
CMYK:
(17,0,2,36)
C17M0Y2K36 
(17%,0%,2%,36%)
(0.17/0.00/0.02/0.36)	

CMYK percentages

%17.18
%0
%2.45
%36.08

Codes

Color #87A39F in popluar color models

87A39F
RGB135163159
HSL171°13.21%58.43%
HSB/HSV171°17.18%63.92%
CMYK17.18%0.00%2.45%
36.08%

Color #87A39F in popluar number systems.

HEX87A39F
Decimal135163159
Binary100001111010001110011111
Octal207243237

Shades and tints

Shades of #87A39F

#87A39F
(135,163,159)
#7B9591
(123,149,145)
#6F8783
(111,135,131)
#637975
(99,121,117)
#576B67
(87,107,103)
#4B5D59
(75,93,89)
#3F4F4B
(63,79,75)
#33413D
(51,65,61)
#27332F
(39,51,47)
#1B2521
(27,37,33)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #87A39F

#87A39F
(135,163,159)
#91ABA7
(145,171,167)
#9BB3AF
(155,179,175)
#A5BBB7
(165,187,183)
#AFC3BF
(175,195,191)
#B9CBC7
(185,203,199)
#C3D3CF
(195,211,207)
#CDDBD7
(205,219,215)
#D7E3DF
(215,227,223)
#E1EBE7
(225,235,231)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A39F color. Also use rgb(135,163,159) instead hex code.

Text Font Color

.myTextColor { color: #87A39F; }

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

This text font color is #87A39F.


Background Color

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

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

This div background color is #87A39F.


Border color

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

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

This div border color is #87A39F.


Opacity

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

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

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

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

This text has shadow with #87A39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A39F on black background.


Color preview on white background

This text has color #87A39F on white background.



Black color preview on #87A39F background

This text has black color on #87A39F background.


White color preview on #87A39F background

This text has white color on #87A39F background.