COLOR #879E96

HEX: #879E96
RGB: (135,158,150)

Color info

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

RGB color model

#879E96 color RGB value is (135,158,150).

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

RGB channels and saturation

R 135 of 255 = 53%
G 158 of 255 = 62%
B 150 of 255 = 59%

135
158
150

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

Portions of RGB colors in percentages

R + G + B =
135 + 158 + 150 = 443 (100%)
R 135 of 443 ~ 30.47%
G 158 of 443 ~ 35.67%
B 150 of 443 ~ 33.86%

%30.47
%35.67
%33.86

CMYK color model

#879E96 color CMYK value is (15,0,5,38).

  • cyan value is 14.56%
  • magenta value is 0.00%
  • yellow value is 5.06%
  • key color value is 38.04%
CMYK:
(15,0,5,38)
C15M0Y5K38 
(15%,0%,5%,38%)
(0.15/0.00/0.05/0.38)	

CMYK percentages

%14.56
%0
%5.06
%38.04

Codes

Color #879E96 in popluar color models

879E96
RGB135158150
HSL159°10.60%57.45%
HSB/HSV159°14.56%61.96%
CMYK14.56%0.00%5.06%
38.04%

Color #879E96 in popluar number systems.

HEX879E96
Decimal135158150
Binary100001111001111010010110
Octal207236226

Shades and tints

Shades of #879E96

#879E96
(135,158,150)
#7B9089
(123,144,137)
#6F827C
(111,130,124)
#63746F
(99,116,111)
#576662
(87,102,98)
#4B5855
(75,88,85)
#3F4A48
(63,74,72)
#333C3B
(51,60,59)
#272E2E
(39,46,46)
#1B2021
(27,32,33)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #879E96

#879E96
(135,158,150)
#91A69F
(145,166,159)
#9BAEA8
(155,174,168)
#A5B6B1
(165,182,177)
#AFBEBA
(175,190,186)
#B9C6C3
(185,198,195)
#C3CECC
(195,206,204)
#CDD6D5
(205,214,213)
#D7DEDE
(215,222,222)
#E1E6E7
(225,230,231)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879E96; }

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

This text font color is #879E96.


Background Color

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

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

This div background color is #879E96.


Border color

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

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

This div border color is #879E96.


Opacity

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

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

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

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

This text has shadow with #879E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879E96 on black background.


Color preview on white background

This text has color #879E96 on white background.



Black color preview on #879E96 background

This text has black color on #879E96 background.


White color preview on #879E96 background

This text has white color on #879E96 background.