COLOR #879896

HEX: #879896
RGB: (135,152,150)

Color info

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

RGB color model

#879896 color RGB value is (135,152,150).

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

RGB channels and saturation

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

135
152
150

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

Portions of RGB colors in percentages

R + G + B =
135 + 152 + 150 = 437 (100%)
R 135 of 437 ~ 30.89%
G 152 of 437 ~ 34.78%
B 150 of 437 ~ 34.32%

%30.89
%34.78
%34.32

CMYK color model

#879896 color CMYK value is (11,0,1,40).

  • cyan value is 11.18%
  • magenta value is 0.00%
  • yellow value is 1.32%
  • key color value is 40.39%
CMYK:
(11,0,1,40)
C11M0Y1K40 
(11%,0%,1%,40%)
(0.11/0.00/0.01/0.40)	

CMYK percentages

%11.18
%0
%1.32
%40.39

Codes

Color #879896 in popluar color models

879896
RGB135152150
HSL173°7.62%56.27%
HSB/HSV173°11.18%59.61%
CMYK11.18%0.00%1.32%
40.39%

Color #879896 in popluar number systems.

HEX879896
Decimal135152150
Binary100001111001100010010110
Octal207230226

Shades and tints

Shades of #879896

#879896
(135,152,150)
#7B8B89
(123,139,137)
#6F7E7C
(111,126,124)
#63716F
(99,113,111)
#576462
(87,100,98)
#4B5755
(75,87,85)
#3F4A48
(63,74,72)
#333D3B
(51,61,59)
#27302E
(39,48,46)
#1B2321
(27,35,33)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #879896

#879896
(135,152,150)
#91A19F
(145,161,159)
#9BAAA8
(155,170,168)
#A5B3B1
(165,179,177)
#AFBCBA
(175,188,186)
#B9C5C3
(185,197,195)
#C3CECC
(195,206,204)
#CDD7D5
(205,215,213)
#D7E0DE
(215,224,222)
#E1E9E7
(225,233,231)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879896; }

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

This text font color is #879896.


Background Color

.myBgColor { background-color: #879896; }

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

This div background color is #879896.


Border color

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

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

This div border color is #879896.


Opacity

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

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

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

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

This text has shadow with #879896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879896 on black background.


Color preview on white background

This text has color #879896 on white background.



Black color preview on #879896 background

This text has black color on #879896 background.


White color preview on #879896 background

This text has white color on #879896 background.