COLOR #879C92

HEX: #879C92
RGB: (135,156,146)

Color info

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

RGB color model

#879C92 color RGB value is (135,156,146).

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

RGB channels and saturation

R 135 of 255 = 53%
G 156 of 255 = 61%
B 146 of 255 = 57%

135
156
146

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

Portions of RGB colors in percentages

R + G + B =
135 + 156 + 146 = 437 (100%)
R 135 of 437 ~ 30.89%
G 156 of 437 ~ 35.7%
B 146 of 437 ~ 33.41%

%30.89
%35.7
%33.41

CMYK color model

#879C92 color CMYK value is (13,0,6,39).

  • cyan value is 13.46%
  • magenta value is 0.00%
  • yellow value is 6.41%
  • key color value is 38.82%
CMYK:
(13,0,6,39)
C13M0Y6K39 
(13%,0%,6%,39%)
(0.13/0.00/0.06/0.39)	

CMYK percentages

%13.46
%0
%6.41
%38.82

Codes

Color #879C92 in popluar color models

879C92
RGB135156146
HSL151°9.59%57.06%
HSB/HSV151°13.46%61.18%
CMYK13.46%0.00%6.41%
38.82%

Color #879C92 in popluar number systems.

HEX879C92
Decimal135156146
Binary100001111001110010010010
Octal207234222

Shades and tints

Shades of #879C92

#879C92
(135,156,146)
#7B8E85
(123,142,133)
#6F8078
(111,128,120)
#63726B
(99,114,107)
#57645E
(87,100,94)
#4B5651
(75,86,81)
#3F4844
(63,72,68)
#333A37
(51,58,55)
#272C2A
(39,44,42)
#1B1E1D
(27,30,29)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #879C92

#879C92
(135,156,146)
#91A59B
(145,165,155)
#9BAEA4
(155,174,164)
#A5B7AD
(165,183,173)
#AFC0B6
(175,192,182)
#B9C9BF
(185,201,191)
#C3D2C8
(195,210,200)
#CDDBD1
(205,219,209)
#D7E4DA
(215,228,218)
#E1EDE3
(225,237,227)
#EBF6EC
(235,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879C92; }

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

This text font color is #879C92.


Background Color

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

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

This div background color is #879C92.


Border color

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

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

This div border color is #879C92.


Opacity

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

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

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

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

This text has shadow with #879C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879C92 on black background.


Color preview on white background

This text has color #879C92 on white background.



Black color preview on #879C92 background

This text has black color on #879C92 background.


White color preview on #879C92 background

This text has white color on #879C92 background.