COLOR #878391

HEX: #878391
RGB: (135,131,145)

Color info

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

RGB color model

#878391 color RGB value is (135,131,145).

  • red value is 135;
  • green value is 131;
  • blue value is 145.
RGB:
(135,131,145)
(53%,51%,57%)

RGB channels and saturation

R 135 of 255 = 53%
G 131 of 255 = 51%
B 145 of 255 = 57%

135
131
145

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

Portions of RGB colors in percentages

R + G + B =
135 + 131 + 145 = 411 (100%)
R 135 of 411 ~ 32.85%
G 131 of 411 ~ 31.87%
B 145 of 411 ~ 35.28%

%32.85
%31.87
%35.28

CMYK color model

#878391 color CMYK value is (7,10,0,43).

  • cyan value is 6.90%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(7,10,0,43)
C7M10Y0K43 
(7%,10%,0%,43%)
(0.07/0.10/0.00/0.43)	

CMYK percentages

%6.9
%9.66
%0
%43.14

Codes

Color #878391 in popluar color models

878391
RGB135131145
HSL257°5.98%54.12%
HSB/HSV257°9.66%56.86%
CMYK6.90%9.66%0.00%
43.14%

Color #878391 in popluar number systems.

HEX878391
Decimal135131145
Binary100001111000001110010001
Octal207203221

Shades and tints

Shades of #878391

#878391
(135,131,145)
#7B7884
(123,120,132)
#6F6D77
(111,109,119)
#63626A
(99,98,106)
#57575D
(87,87,93)
#4B4C50
(75,76,80)
#3F4143
(63,65,67)
#333636
(51,54,54)
#272B29
(39,43,41)
#1B201C
(27,32,28)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #878391

#878391
(135,131,145)
#918E9B
(145,142,155)
#9B99A5
(155,153,165)
#A5A4AF
(165,164,175)
#AFAFB9
(175,175,185)
#B9BAC3
(185,186,195)
#C3C5CD
(195,197,205)
#CDD0D7
(205,208,215)
#D7DBE1
(215,219,225)
#E1E6EB
(225,230,235)
#EBF1F5
(235,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878391 color. Also use rgb(135,131,145) instead hex code.

Text Font Color

.myTextColor { color: #878391; }

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

This text font color is #878391.


Background Color

.myBgColor { background-color: #878391; }

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

This div background color is #878391.


Border color

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

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

This div border color is #878391.


Opacity

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

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

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

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

This text has shadow with #878391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878391 on black background.


Color preview on white background

This text has color #878391 on white background.



Black color preview on #878391 background

This text has black color on #878391 background.


White color preview on #878391 background

This text has white color on #878391 background.