COLOR #879B96

HEX: #879B96
RGB: (135,155,150)

Color info

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

RGB color model

#879B96 color RGB value is (135,155,150).

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

RGB channels and saturation

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

135
155
150

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

Portions of RGB colors in percentages

R + G + B =
135 + 155 + 150 = 440 (100%)
R 135 of 440 ~ 30.68%
G 155 of 440 ~ 35.23%
B 150 of 440 ~ 34.09%

%30.68
%35.23
%34.09

CMYK color model

#879B96 color CMYK value is (13,0,3,39).

  • cyan value is 12.90%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 39.22%
CMYK:
(13,0,3,39)
C13M0Y3K39 
(13%,0%,3%,39%)
(0.13/0.00/0.03/0.39)	

CMYK percentages

%12.9
%0
%3.23
%39.22

Codes

Color #879B96 in popluar color models

879B96
RGB135155150
HSL165°9.09%56.86%
HSB/HSV165°12.90%60.78%
CMYK12.90%0.00%3.23%
39.22%

Color #879B96 in popluar number systems.

HEX879B96
Decimal135155150
Binary100001111001101110010110
Octal207233226

Shades and tints

Shades of #879B96

#879B96
(135,155,150)
#7B8D89
(123,141,137)
#6F7F7C
(111,127,124)
#63716F
(99,113,111)
#576362
(87,99,98)
#4B5555
(75,85,85)
#3F4748
(63,71,72)
#33393B
(51,57,59)
#272B2E
(39,43,46)
#1B1D21
(27,29,33)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #879B96

#879B96
(135,155,150)
#91A49F
(145,164,159)
#9BADA8
(155,173,168)
#A5B6B1
(165,182,177)
#AFBFBA
(175,191,186)
#B9C8C3
(185,200,195)
#C3D1CC
(195,209,204)
#CDDAD5
(205,218,213)
#D7E3DE
(215,227,222)
#E1ECE7
(225,236,231)
#EBF5F0
(235,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879B96; }

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

This text font color is #879B96.


Background Color

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

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

This div background color is #879B96.


Border color

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

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

This div border color is #879B96.


Opacity

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

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

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

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

This text has shadow with #879B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879B96 on black background.


Color preview on white background

This text has color #879B96 on white background.



Black color preview on #879B96 background

This text has black color on #879B96 background.


White color preview on #879B96 background

This text has white color on #879B96 background.