COLOR #87A285

HEX: #87A285
RGB: (135,162,133)

Color info

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

RGB color model

#87A285 color RGB value is (135,162,133).

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

RGB channels and saturation

R 135 of 255 = 53%
G 162 of 255 = 64%
B 133 of 255 = 52%

135
162
133

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

Portions of RGB colors in percentages

R + G + B =
135 + 162 + 133 = 430 (100%)
R 135 of 430 ~ 31.4%
G 162 of 430 ~ 37.67%
B 133 of 430 ~ 30.93%

%31.4
%37.67
%30.93

CMYK color model

#87A285 color CMYK value is (17,0,18,36).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 17.90%
  • key color value is 36.47%
CMYK:
(17,0,18,36)
C17M0Y18K36 
(17%,0%,18%,36%)
(0.17/0.00/0.18/0.36)	

CMYK percentages

%16.67
%0
%17.9
%36.47

Codes

Color #87A285 in popluar color models

87A285
RGB135162133
HSL116°13.49%57.84%
HSB/HSV116°17.90%63.53%
CMYK16.67%0.00%17.90%
36.47%

Color #87A285 in popluar number systems.

HEX87A285
Decimal135162133
Binary100001111010001010000101
Octal207242205

Shades and tints

Shades of #87A285

#87A285
(135,162,133)
#7B9479
(123,148,121)
#6F866D
(111,134,109)
#637861
(99,120,97)
#576A55
(87,106,85)
#4B5C49
(75,92,73)
#3F4E3D
(63,78,61)
#334031
(51,64,49)
#273225
(39,50,37)
#1B2419
(27,36,25)
#0F160D
(15,22,13)
#000000
(0,0,0)

Tints of #87A285

#87A285
(135,162,133)
#91AA90
(145,170,144)
#9BB29B
(155,178,155)
#A5BAA6
(165,186,166)
#AFC2B1
(175,194,177)
#B9CABC
(185,202,188)
#C3D2C7
(195,210,199)
#CDDAD2
(205,218,210)
#D7E2DD
(215,226,221)
#E1EAE8
(225,234,232)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A285; }

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

This text font color is #87A285.


Background Color

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

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

This div background color is #87A285.


Border color

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

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

This div border color is #87A285.


Opacity

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

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

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

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

This text has shadow with #87A285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A285 on black background.


Color preview on white background

This text has color #87A285 on white background.



Black color preview on #87A285 background

This text has black color on #87A285 background.


White color preview on #87A285 background

This text has white color on #87A285 background.