COLOR #87A288

HEX: #87A288
RGB: (135,162,136)

Color info

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

RGB color model

#87A288 color RGB value is (135,162,136).

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

RGB channels and saturation

R 135 of 255 = 53%
G 162 of 255 = 64%
B 136 of 255 = 53%

135
162
136

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

Portions of RGB colors in percentages

R + G + B =
135 + 162 + 136 = 433 (100%)
R 135 of 433 ~ 31.18%
G 162 of 433 ~ 37.41%
B 136 of 433 ~ 31.41%

%31.18
%37.41
%31.41

CMYK color model

#87A288 color CMYK value is (17,0,16,36).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 16.05%
  • key color value is 36.47%
CMYK:
(17,0,16,36)
C17M0Y16K36 
(17%,0%,16%,36%)
(0.17/0.00/0.16/0.36)	

CMYK percentages

%16.67
%0
%16.05
%36.47

Codes

Color #87A288 in popluar color models

87A288
RGB135162136
HSL122°12.68%58.24%
HSB/HSV122°16.67%63.53%
CMYK16.67%0.00%16.05%
36.47%

Color #87A288 in popluar number systems.

HEX87A288
Decimal135162136
Binary100001111010001010001000
Octal207242210

Shades and tints

Shades of #87A288

#87A288
(135,162,136)
#7B947C
(123,148,124)
#6F8670
(111,134,112)
#637864
(99,120,100)
#576A58
(87,106,88)
#4B5C4C
(75,92,76)
#3F4E40
(63,78,64)
#334034
(51,64,52)
#273228
(39,50,40)
#1B241C
(27,36,28)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #87A288

#87A288
(135,162,136)
#91AA92
(145,170,146)
#9BB29C
(155,178,156)
#A5BAA6
(165,186,166)
#AFC2B0
(175,194,176)
#B9CABA
(185,202,186)
#C3D2C4
(195,210,196)
#CDDACE
(205,218,206)
#D7E2D8
(215,226,216)
#E1EAE2
(225,234,226)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A288; }

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

This text font color is #87A288.


Background Color

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

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

This div background color is #87A288.


Border color

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

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

This div border color is #87A288.


Opacity

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

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

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

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

This text has shadow with #87A288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A288 on black background.


Color preview on white background

This text has color #87A288 on white background.



Black color preview on #87A288 background

This text has black color on #87A288 background.


White color preview on #87A288 background

This text has white color on #87A288 background.