COLOR #87A396

HEX: #87A396
RGB: (135,163,150)

Color info

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

RGB color model

#87A396 color RGB value is (135,163,150).

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

RGB channels and saturation

R 135 of 255 = 53%
G 163 of 255 = 64%
B 150 of 255 = 59%

135
163
150

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

Portions of RGB colors in percentages

R + G + B =
135 + 163 + 150 = 448 (100%)
R 135 of 448 ~ 30.13%
G 163 of 448 ~ 36.38%
B 150 of 448 ~ 33.48%

%30.13
%36.38
%33.48

CMYK color model

#87A396 color CMYK value is (17,0,8,36).

  • cyan value is 17.18%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 36.08%
CMYK:
(17,0,8,36)
C17M0Y8K36 
(17%,0%,8%,36%)
(0.17/0.00/0.08/0.36)	

CMYK percentages

%17.18
%0
%7.98
%36.08

Codes

Color #87A396 in popluar color models

87A396
RGB135163150
HSL152°13.21%58.43%
HSB/HSV152°17.18%63.92%
CMYK17.18%0.00%7.98%
36.08%

Color #87A396 in popluar number systems.

HEX87A396
Decimal135163150
Binary100001111010001110010110
Octal207243226

Shades and tints

Shades of #87A396

#87A396
(135,163,150)
#7B9589
(123,149,137)
#6F877C
(111,135,124)
#63796F
(99,121,111)
#576B62
(87,107,98)
#4B5D55
(75,93,85)
#3F4F48
(63,79,72)
#33413B
(51,65,59)
#27332E
(39,51,46)
#1B2521
(27,37,33)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #87A396

#87A396
(135,163,150)
#91AB9F
(145,171,159)
#9BB3A8
(155,179,168)
#A5BBB1
(165,187,177)
#AFC3BA
(175,195,186)
#B9CBC3
(185,203,195)
#C3D3CC
(195,211,204)
#CDDBD5
(205,219,213)
#D7E3DE
(215,227,222)
#E1EBE7
(225,235,231)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A396; }

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

This text font color is #87A396.


Background Color

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

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

This div background color is #87A396.


Border color

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

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

This div border color is #87A396.


Opacity

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

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

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

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

This text has shadow with #87A396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A396 on black background.


Color preview on white background

This text has color #87A396 on white background.



Black color preview on #87A396 background

This text has black color on #87A396 background.


White color preview on #87A396 background

This text has white color on #87A396 background.