COLOR #879A89

HEX: #879A89
RGB: (135,154,137)

Color info

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

RGB color model

#879A89 color RGB value is (135,154,137).

  • red value is 135;
  • green value is 154;
  • blue value is 137.
RGB:
(135,154,137)
(53%,60%,54%)

RGB channels and saturation

R 135 of 255 = 53%
G 154 of 255 = 60%
B 137 of 255 = 54%

135
154
137

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

Portions of RGB colors in percentages

R + G + B =
135 + 154 + 137 = 426 (100%)
R 135 of 426 ~ 31.69%
G 154 of 426 ~ 36.15%
B 137 of 426 ~ 32.16%

%31.69
%36.15
%32.16

CMYK color model

#879A89 color CMYK value is (12,0,11,40).

  • cyan value is 12.34%
  • magenta value is 0.00%
  • yellow value is 11.04%
  • key color value is 39.61%
CMYK:
(12,0,11,40)
C12M0Y11K40 
(12%,0%,11%,40%)
(0.12/0.00/0.11/0.40)	

CMYK percentages

%12.34
%0
%11.04
%39.61

Codes

Color #879A89 in popluar color models

879A89
RGB135154137
HSL126°8.60%56.67%
HSB/HSV126°12.34%60.39%
CMYK12.34%0.00%11.04%
39.61%

Color #879A89 in popluar number systems.

HEX879A89
Decimal135154137
Binary100001111001101010001001
Octal207232211

Shades and tints

Shades of #879A89

#879A89
(135,154,137)
#7B8C7D
(123,140,125)
#6F7E71
(111,126,113)
#637065
(99,112,101)
#576259
(87,98,89)
#4B544D
(75,84,77)
#3F4641
(63,70,65)
#333835
(51,56,53)
#272A29
(39,42,41)
#1B1C1D
(27,28,29)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #879A89

#879A89
(135,154,137)
#91A393
(145,163,147)
#9BAC9D
(155,172,157)
#A5B5A7
(165,181,167)
#AFBEB1
(175,190,177)
#B9C7BB
(185,199,187)
#C3D0C5
(195,208,197)
#CDD9CF
(205,217,207)
#D7E2D9
(215,226,217)
#E1EBE3
(225,235,227)
#EBF4ED
(235,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879A89 color. Also use rgb(135,154,137) instead hex code.

Text Font Color

.myTextColor { color: #879A89; }

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

This text font color is #879A89.


Background Color

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

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

This div background color is #879A89.


Border color

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

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

This div border color is #879A89.


Opacity

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

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

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

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

This text has shadow with #879A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879A89 on black background.


Color preview on white background

This text has color #879A89 on white background.



Black color preview on #879A89 background

This text has black color on #879A89 background.


White color preview on #879A89 background

This text has white color on #879A89 background.