COLOR #878BA3

HEX: #878BA3
RGB: (135,139,163)

Color info

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

RGB color model

#878BA3 color RGB value is (135,139,163).

  • red value is 135;
  • green value is 139;
  • blue value is 163.
RGB:
(135,139,163)
(53%,55%,64%)

RGB channels and saturation

R 135 of 255 = 53%
G 139 of 255 = 55%
B 163 of 255 = 64%

135
139
163

R + G + B ~ 57%. #878BA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 139 + 163 = 437 (100%)
R 135 of 437 ~ 30.89%
G 139 of 437 ~ 31.81%
B 163 of 437 ~ 37.3%

%30.89
%31.81
%37.3

CMYK color model

#878BA3 color CMYK value is (17,15,0,36).

  • cyan value is 17.18%
  • magenta value is 14.72%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(17,15,0,36)
C17M15Y0K36 
(17%,15%,0%,36%)
(0.17/0.15/0.00/0.36)	

CMYK percentages

%17.18
%14.72
%0
%36.08

Codes

Color #878BA3 in popluar color models

878BA3
RGB135139163
HSL231°13.21%58.43%
HSB/HSV231°17.18%63.92%
CMYK17.18%14.72%0.00%
36.08%

Color #878BA3 in popluar number systems.

HEX878BA3
Decimal135139163
Binary100001111000101110100011
Octal207213243

Shades and tints

Shades of #878BA3

#878BA3
(135,139,163)
#7B7F95
(123,127,149)
#6F7387
(111,115,135)
#636779
(99,103,121)
#575B6B
(87,91,107)
#4B4F5D
(75,79,93)
#3F434F
(63,67,79)
#333741
(51,55,65)
#272B33
(39,43,51)
#1B1F25
(27,31,37)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #878BA3

#878BA3
(135,139,163)
#9195AB
(145,149,171)
#9B9FB3
(155,159,179)
#A5A9BB
(165,169,187)
#AFB3C3
(175,179,195)
#B9BDCB
(185,189,203)
#C3C7D3
(195,199,211)
#CDD1DB
(205,209,219)
#D7DBE3
(215,219,227)
#E1E5EB
(225,229,235)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878BA3 color. Also use rgb(135,139,163) instead hex code.

Text Font Color

.myTextColor { color: #878BA3; }

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

This text font color is #878BA3.


Background Color

.myBgColor { background-color: #878BA3; }

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

This div background color is #878BA3.


Border color

.myBorderColor { border: 1px solid #878BA3; }

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

This div border color is #878BA3.


Opacity

.myOpacity80 { color: #878BA3; opacity: 0.8; }

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

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

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

This text has shadow with #878BA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878BA3 on black background.


Color preview on white background

This text has color #878BA3 on white background.



Black color preview on #878BA3 background

This text has black color on #878BA3 background.


White color preview on #878BA3 background

This text has white color on #878BA3 background.