COLOR #879687

HEX: #879687
RGB: (135,150,135)

Color info

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

RGB color model

#879687 color RGB value is (135,150,135).

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

RGB channels and saturation

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

135
150
135

R + G + B ~ 55%. #879687 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 150 + 135 = 420 (100%)
R 135 of 420 ~ 32.14%
G 150 of 420 ~ 35.71%
B 135 of 420 ~ 32.14%

%32.14
%35.71
%32.14

CMYK color model

#879687 color CMYK value is (10,0,10,41).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 41.18%
CMYK:
(10,0,10,41)
C10M0Y10K41 
(10%,0%,10%,41%)
(0.10/0.00/0.10/0.41)	

CMYK percentages

%10
%0
%10
%41.18

Codes

Color #879687 in popluar color models

879687
RGB135150135
HSL120°6.67%55.88%
HSB/HSV120°10.00%58.82%
CMYK10.00%0.00%10.00%
41.18%

Color #879687 in popluar number systems.

HEX879687
Decimal135150135
Binary100001111001011010000111
Octal207226207

Shades and tints

Shades of #879687

#879687
(135,150,135)
#7B897B
(123,137,123)
#6F7C6F
(111,124,111)
#636F63
(99,111,99)
#576257
(87,98,87)
#4B554B
(75,85,75)
#3F483F
(63,72,63)
#333B33
(51,59,51)
#272E27
(39,46,39)
#1B211B
(27,33,27)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #879687

#879687
(135,150,135)
#919F91
(145,159,145)
#9BA89B
(155,168,155)
#A5B1A5
(165,177,165)
#AFBAAF
(175,186,175)
#B9C3B9
(185,195,185)
#C3CCC3
(195,204,195)
#CDD5CD
(205,213,205)
#D7DED7
(215,222,215)
#E1E7E1
(225,231,225)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879687; }

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

This text font color is #879687.


Background Color

.myBgColor { background-color: #879687; }

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

This div background color is #879687.


Border color

.myBorderColor { border: 1px solid #879687; }

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

This div border color is #879687.


Opacity

.myOpacity80 { color: #879687; opacity: 0.8; }

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

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

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

This text has shadow with #879687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879687 on black background.


Color preview on white background

This text has color #879687 on white background.



Black color preview on #879687 background

This text has black color on #879687 background.


White color preview on #879687 background

This text has white color on #879687 background.