COLOR #87A685

HEX: #87A685
RGB: (135,166,133)

Color info

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

RGB color model

#87A685 color RGB value is (135,166,133).

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

RGB channels and saturation

R 135 of 255 = 53%
G 166 of 255 = 65%
B 133 of 255 = 52%

135
166
133

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

Portions of RGB colors in percentages

R + G + B =
135 + 166 + 133 = 434 (100%)
R 135 of 434 ~ 31.11%
G 166 of 434 ~ 38.25%
B 133 of 434 ~ 30.65%

%31.11
%38.25
%30.65

CMYK color model

#87A685 color CMYK value is (19,0,20,35).

  • cyan value is 18.67%
  • magenta value is 0.00%
  • yellow value is 19.88%
  • key color value is 34.90%
CMYK:
(19,0,20,35)
C19M0Y20K35 
(19%,0%,20%,35%)
(0.19/0.00/0.20/0.35)	

CMYK percentages

%18.67
%0
%19.88
%34.9

Codes

Color #87A685 in popluar color models

87A685
RGB135166133
HSL116°15.64%58.63%
HSB/HSV116°19.88%65.10%
CMYK18.67%0.00%19.88%
34.90%

Color #87A685 in popluar number systems.

HEX87A685
Decimal135166133
Binary100001111010011010000101
Octal207246205

Shades and tints

Shades of #87A685

#87A685
(135,166,133)
#7B9779
(123,151,121)
#6F886D
(111,136,109)
#637961
(99,121,97)
#576A55
(87,106,85)
#4B5B49
(75,91,73)
#3F4C3D
(63,76,61)
#333D31
(51,61,49)
#272E25
(39,46,37)
#1B1F19
(27,31,25)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #87A685

#87A685
(135,166,133)
#91AE90
(145,174,144)
#9BB69B
(155,182,155)
#A5BEA6
(165,190,166)
#AFC6B1
(175,198,177)
#B9CEBC
(185,206,188)
#C3D6C7
(195,214,199)
#CDDED2
(205,222,210)
#D7E6DD
(215,230,221)
#E1EEE8
(225,238,232)
#EBF6F3
(235,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A685; }

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

This text font color is #87A685.


Background Color

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

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

This div background color is #87A685.


Border color

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

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

This div border color is #87A685.


Opacity

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

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

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

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

This text has shadow with #87A685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A685 on black background.


Color preview on white background

This text has color #87A685 on white background.



Black color preview on #87A685 background

This text has black color on #87A685 background.


White color preview on #87A685 background

This text has white color on #87A685 background.