COLOR #87A395

HEX: #87A395
RGB: (135,163,149)

Color info

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

RGB color model

#87A395 color RGB value is (135,163,149).

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

RGB channels and saturation

R 135 of 255 = 53%
G 163 of 255 = 64%
B 149 of 255 = 58%

135
163
149

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

Portions of RGB colors in percentages

R + G + B =
135 + 163 + 149 = 447 (100%)
R 135 of 447 ~ 30.2%
G 163 of 447 ~ 36.47%
B 149 of 447 ~ 33.33%

%30.2
%36.47
%33.33

CMYK color model

#87A395 color CMYK value is (17,0,9,36).

  • cyan value is 17.18%
  • magenta value is 0.00%
  • yellow value is 8.59%
  • key color value is 36.08%
CMYK:
(17,0,9,36)
C17M0Y9K36 
(17%,0%,9%,36%)
(0.17/0.00/0.09/0.36)	

CMYK percentages

%17.18
%0
%8.59
%36.08

Codes

Color #87A395 in popluar color models

87A395
RGB135163149
HSL150°13.21%58.43%
HSB/HSV150°17.18%63.92%
CMYK17.18%0.00%8.59%
36.08%

Color #87A395 in popluar number systems.

HEX87A395
Decimal135163149
Binary100001111010001110010101
Octal207243225

Shades and tints

Shades of #87A395

#87A395
(135,163,149)
#7B9588
(123,149,136)
#6F877B
(111,135,123)
#63796E
(99,121,110)
#576B61
(87,107,97)
#4B5D54
(75,93,84)
#3F4F47
(63,79,71)
#33413A
(51,65,58)
#27332D
(39,51,45)
#1B2520
(27,37,32)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #87A395

#87A395
(135,163,149)
#91AB9E
(145,171,158)
#9BB3A7
(155,179,167)
#A5BBB0
(165,187,176)
#AFC3B9
(175,195,185)
#B9CBC2
(185,203,194)
#C3D3CB
(195,211,203)
#CDDBD4
(205,219,212)
#D7E3DD
(215,227,221)
#E1EBE6
(225,235,230)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A395; }

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

This text font color is #87A395.


Background Color

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

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

This div background color is #87A395.


Border color

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

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

This div border color is #87A395.


Opacity

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

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

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

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

This text has shadow with #87A395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A395 on black background.


Color preview on white background

This text has color #87A395 on white background.



Black color preview on #87A395 background

This text has black color on #87A395 background.


White color preview on #87A395 background

This text has white color on #87A395 background.