COLOR #879689

HEX: #879689
RGB: (135,150,137)

Color info

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

RGB color model

#879689 color RGB value is (135,150,137).

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

RGB channels and saturation

R 135 of 255 = 53%
G 150 of 255 = 59%
B 137 of 255 = 54%

135
150
137

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

Portions of RGB colors in percentages

R + G + B =
135 + 150 + 137 = 422 (100%)
R 135 of 422 ~ 31.99%
G 150 of 422 ~ 35.55%
B 137 of 422 ~ 32.46%

%31.99
%35.55
%32.46

CMYK color model

#879689 color CMYK value is (10,0,9,41).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 8.67%
  • key color value is 41.18%
CMYK:
(10,0,9,41)
C10M0Y9K41 
(10%,0%,9%,41%)
(0.10/0.00/0.09/0.41)	

CMYK percentages

%10
%0
%8.67
%41.18

Codes

Color #879689 in popluar color models

879689
RGB135150137
HSL128°6.67%55.88%
HSB/HSV128°10.00%58.82%
CMYK10.00%0.00%8.67%
41.18%

Color #879689 in popluar number systems.

HEX879689
Decimal135150137
Binary100001111001011010001001
Octal207226211

Shades and tints

Shades of #879689

#879689
(135,150,137)
#7B897D
(123,137,125)
#6F7C71
(111,124,113)
#636F65
(99,111,101)
#576259
(87,98,89)
#4B554D
(75,85,77)
#3F4841
(63,72,65)
#333B35
(51,59,53)
#272E29
(39,46,41)
#1B211D
(27,33,29)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #879689

#879689
(135,150,137)
#919F93
(145,159,147)
#9BA89D
(155,168,157)
#A5B1A7
(165,177,167)
#AFBAB1
(175,186,177)
#B9C3BB
(185,195,187)
#C3CCC5
(195,204,197)
#CDD5CF
(205,213,207)
#D7DED9
(215,222,217)
#E1E7E3
(225,231,227)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879689; }

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

This text font color is #879689.


Background Color

.myBgColor { background-color: #879689; }

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

This div background color is #879689.


Border color

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

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

This div border color is #879689.


Opacity

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

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

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

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

This text has shadow with #879689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879689 on black background.


Color preview on white background

This text has color #879689 on white background.



Black color preview on #879689 background

This text has black color on #879689 background.


White color preview on #879689 background

This text has white color on #879689 background.