COLOR #878189

HEX: #878189
RGB: (135,129,137)

Color info

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

RGB color model

#878189 color RGB value is (135,129,137).

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

RGB channels and saturation

R 135 of 255 = 53%
G 129 of 255 = 51%
B 137 of 255 = 54%

135
129
137

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

Portions of RGB colors in percentages

R + G + B =
135 + 129 + 137 = 401 (100%)
R 135 of 401 ~ 33.67%
G 129 of 401 ~ 32.17%
B 137 of 401 ~ 34.16%

%33.67
%32.17
%34.16

CMYK color model

#878189 color CMYK value is (1,6,0,46).

  • cyan value is 1.46%
  • magenta value is 5.84%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(1,6,0,46)
C1M6Y0K46 
(1%,6%,0%,46%)
(0.01/0.06/0.00/0.46)	

CMYK percentages

%1.46
%5.84
%0
%46.27

Codes

Color #878189 in popluar color models

878189
RGB135129137
HSL285°3.28%52.16%
HSB/HSV285°5.84%53.73%
CMYK1.46%5.84%0.00%
46.27%

Color #878189 in popluar number systems.

HEX878189
Decimal135129137
Binary100001111000000110001001
Octal207201211

Shades and tints

Shades of #878189

#878189
(135,129,137)
#7B767D
(123,118,125)
#6F6B71
(111,107,113)
#636065
(99,96,101)
#575559
(87,85,89)
#4B4A4D
(75,74,77)
#3F3F41
(63,63,65)
#333435
(51,52,53)
#272929
(39,41,41)
#1B1E1D
(27,30,29)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #878189

#878189
(135,129,137)
#918C93
(145,140,147)
#9B979D
(155,151,157)
#A5A2A7
(165,162,167)
#AFADB1
(175,173,177)
#B9B8BB
(185,184,187)
#C3C3C5
(195,195,197)
#CDCECF
(205,206,207)
#D7D9D9
(215,217,217)
#E1E4E3
(225,228,227)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878189; }

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

This text font color is #878189.


Background Color

.myBgColor { background-color: #878189; }

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

This div background color is #878189.


Border color

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

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

This div border color is #878189.


Opacity

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

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

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

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

This text has shadow with #878189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878189 on black background.


Color preview on white background

This text has color #878189 on white background.



Black color preview on #878189 background

This text has black color on #878189 background.


White color preview on #878189 background

This text has white color on #878189 background.