COLOR #878398

HEX: #878398
RGB: (135,131,152)

Color info

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

RGB color model

#878398 color RGB value is (135,131,152).

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

RGB channels and saturation

R 135 of 255 = 53%
G 131 of 255 = 51%
B 152 of 255 = 60%

135
131
152

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

Portions of RGB colors in percentages

R + G + B =
135 + 131 + 152 = 418 (100%)
R 135 of 418 ~ 32.3%
G 131 of 418 ~ 31.34%
B 152 of 418 ~ 36.36%

%32.3
%31.34
%36.36

CMYK color model

#878398 color CMYK value is (11,14,0,40).

  • cyan value is 11.18%
  • magenta value is 13.82%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(11,14,0,40)
C11M14Y0K40 
(11%,14%,0%,40%)
(0.11/0.14/0.00/0.40)	

CMYK percentages

%11.18
%13.82
%0
%40.39

Codes

Color #878398 in popluar color models

878398
RGB135131152
HSL251°9.25%55.49%
HSB/HSV251°13.82%59.61%
CMYK11.18%13.82%0.00%
40.39%

Color #878398 in popluar number systems.

HEX878398
Decimal135131152
Binary100001111000001110011000
Octal207203230

Shades and tints

Shades of #878398

#878398
(135,131,152)
#7B788B
(123,120,139)
#6F6D7E
(111,109,126)
#636271
(99,98,113)
#575764
(87,87,100)
#4B4C57
(75,76,87)
#3F414A
(63,65,74)
#33363D
(51,54,61)
#272B30
(39,43,48)
#1B2023
(27,32,35)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #878398

#878398
(135,131,152)
#918EA1
(145,142,161)
#9B99AA
(155,153,170)
#A5A4B3
(165,164,179)
#AFAFBC
(175,175,188)
#B9BAC5
(185,186,197)
#C3C5CE
(195,197,206)
#CDD0D7
(205,208,215)
#D7DBE0
(215,219,224)
#E1E6E9
(225,230,233)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878398; }

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

This text font color is #878398.


Background Color

.myBgColor { background-color: #878398; }

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

This div background color is #878398.


Border color

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

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

This div border color is #878398.


Opacity

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

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

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

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

This text has shadow with #878398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878398 on black background.


Color preview on white background

This text has color #878398 on white background.



Black color preview on #878398 background

This text has black color on #878398 background.


White color preview on #878398 background

This text has white color on #878398 background.