COLOR #879C85

HEX: #879C85
RGB: (135,156,133)

Color info

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

RGB color model

#879C85 color RGB value is (135,156,133).

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

RGB channels and saturation

R 135 of 255 = 53%
G 156 of 255 = 61%
B 133 of 255 = 52%

135
156
133

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

Portions of RGB colors in percentages

R + G + B =
135 + 156 + 133 = 424 (100%)
R 135 of 424 ~ 31.84%
G 156 of 424 ~ 36.79%
B 133 of 424 ~ 31.37%

%31.84
%36.79
%31.37

CMYK color model

#879C85 color CMYK value is (13,0,15,39).

  • cyan value is 13.46%
  • magenta value is 0.00%
  • yellow value is 14.74%
  • key color value is 38.82%
CMYK:
(13,0,15,39)
C13M0Y15K39 
(13%,0%,15%,39%)
(0.13/0.00/0.15/0.39)	

CMYK percentages

%13.46
%0
%14.74
%38.82

Codes

Color #879C85 in popluar color models

879C85
RGB135156133
HSL115°10.41%56.67%
HSB/HSV115°14.74%61.18%
CMYK13.46%0.00%14.74%
38.82%

Color #879C85 in popluar number systems.

HEX879C85
Decimal135156133
Binary100001111001110010000101
Octal207234205

Shades and tints

Shades of #879C85

#879C85
(135,156,133)
#7B8E79
(123,142,121)
#6F806D
(111,128,109)
#637261
(99,114,97)
#576455
(87,100,85)
#4B5649
(75,86,73)
#3F483D
(63,72,61)
#333A31
(51,58,49)
#272C25
(39,44,37)
#1B1E19
(27,30,25)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #879C85

#879C85
(135,156,133)
#91A590
(145,165,144)
#9BAE9B
(155,174,155)
#A5B7A6
(165,183,166)
#AFC0B1
(175,192,177)
#B9C9BC
(185,201,188)
#C3D2C7
(195,210,199)
#CDDBD2
(205,219,210)
#D7E4DD
(215,228,221)
#E1EDE8
(225,237,232)
#EBF6F3
(235,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879C85; }

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

This text font color is #879C85.


Background Color

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

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

This div background color is #879C85.


Border color

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

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

This div border color is #879C85.


Opacity

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

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

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

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

This text has shadow with #879C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879C85 on black background.


Color preview on white background

This text has color #879C85 on white background.



Black color preview on #879C85 background

This text has black color on #879C85 background.


White color preview on #879C85 background

This text has white color on #879C85 background.