COLOR #879C8F

HEX: #879C8F
RGB: (135,156,143)

Color info

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

RGB color model

#879C8F color RGB value is (135,156,143).

  • red value is 135;
  • green value is 156;
  • blue value is 143.
RGB:
(135,156,143)
(53%,61%,56%)

RGB channels and saturation

R 135 of 255 = 53%
G 156 of 255 = 61%
B 143 of 255 = 56%

135
156
143

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

Portions of RGB colors in percentages

R + G + B =
135 + 156 + 143 = 434 (100%)
R 135 of 434 ~ 31.11%
G 156 of 434 ~ 35.94%
B 143 of 434 ~ 32.95%

%31.11
%35.94
%32.95

CMYK color model

#879C8F color CMYK value is (13,0,8,39).

  • cyan value is 13.46%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 38.82%
CMYK:
(13,0,8,39)
C13M0Y8K39 
(13%,0%,8%,39%)
(0.13/0.00/0.08/0.39)	

CMYK percentages

%13.46
%0
%8.33
%38.82

Codes

Color #879C8F in popluar color models

879C8F
RGB135156143
HSL143°9.59%57.06%
HSB/HSV143°13.46%61.18%
CMYK13.46%0.00%8.33%
38.82%

Color #879C8F in popluar number systems.

HEX879C8F
Decimal135156143
Binary100001111001110010001111
Octal207234217

Shades and tints

Shades of #879C8F

#879C8F
(135,156,143)
#7B8E82
(123,142,130)
#6F8075
(111,128,117)
#637268
(99,114,104)
#57645B
(87,100,91)
#4B564E
(75,86,78)
#3F4841
(63,72,65)
#333A34
(51,58,52)
#272C27
(39,44,39)
#1B1E1A
(27,30,26)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #879C8F

#879C8F
(135,156,143)
#91A599
(145,165,153)
#9BAEA3
(155,174,163)
#A5B7AD
(165,183,173)
#AFC0B7
(175,192,183)
#B9C9C1
(185,201,193)
#C3D2CB
(195,210,203)
#CDDBD5
(205,219,213)
#D7E4DF
(215,228,223)
#E1EDE9
(225,237,233)
#EBF6F3
(235,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879C8F color. Also use rgb(135,156,143) instead hex code.

Text Font Color

.myTextColor { color: #879C8F; }

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

This text font color is #879C8F.


Background Color

.myBgColor { background-color: #879C8F; }

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

This div background color is #879C8F.


Border color

.myBorderColor { border: 1px solid #879C8F; }

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

This div border color is #879C8F.


Opacity

.myOpacity80 { color: #879C8F; opacity: 0.8; }

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

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

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

This text has shadow with #879C8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879C8F on black background.


Color preview on white background

This text has color #879C8F on white background.



Black color preview on #879C8F background

This text has black color on #879C8F background.


White color preview on #879C8F background

This text has white color on #879C8F background.