COLOR #87A28F

HEX: #87A28F
RGB: (135,162,143)

Color info

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

RGB color model

#87A28F color RGB value is (135,162,143).

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

RGB channels and saturation

R 135 of 255 = 53%
G 162 of 255 = 64%
B 143 of 255 = 56%

135
162
143

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

Portions of RGB colors in percentages

R + G + B =
135 + 162 + 143 = 440 (100%)
R 135 of 440 ~ 30.68%
G 162 of 440 ~ 36.82%
B 143 of 440 ~ 32.5%

%30.68
%36.82
%32.5

CMYK color model

#87A28F color CMYK value is (17,0,12,36).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 11.73%
  • key color value is 36.47%
CMYK:
(17,0,12,36)
C17M0Y12K36 
(17%,0%,12%,36%)
(0.17/0.00/0.12/0.36)	

CMYK percentages

%16.67
%0
%11.73
%36.47

Codes

Color #87A28F in popluar color models

87A28F
RGB135162143
HSL138°12.68%58.24%
HSB/HSV138°16.67%63.53%
CMYK16.67%0.00%11.73%
36.47%

Color #87A28F in popluar number systems.

HEX87A28F
Decimal135162143
Binary100001111010001010001111
Octal207242217

Shades and tints

Shades of #87A28F

#87A28F
(135,162,143)
#7B9482
(123,148,130)
#6F8675
(111,134,117)
#637868
(99,120,104)
#576A5B
(87,106,91)
#4B5C4E
(75,92,78)
#3F4E41
(63,78,65)
#334034
(51,64,52)
#273227
(39,50,39)
#1B241A
(27,36,26)
#0F160D
(15,22,13)
#000000
(0,0,0)

Tints of #87A28F

#87A28F
(135,162,143)
#91AA99
(145,170,153)
#9BB2A3
(155,178,163)
#A5BAAD
(165,186,173)
#AFC2B7
(175,194,183)
#B9CAC1
(185,202,193)
#C3D2CB
(195,210,203)
#CDDAD5
(205,218,213)
#D7E2DF
(215,226,223)
#E1EAE9
(225,234,233)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A28F; }

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

This text font color is #87A28F.


Background Color

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

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

This div background color is #87A28F.


Border color

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

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

This div border color is #87A28F.


Opacity

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

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

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

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

This text has shadow with #87A28F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A28F on black background.


Color preview on white background

This text has color #87A28F on white background.



Black color preview on #87A28F background

This text has black color on #87A28F background.


White color preview on #87A28F background

This text has white color on #87A28F background.