COLOR #878FA4

HEX: #878FA4
RGB: (135,143,164)

Color info

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

RGB color model

#878FA4 color RGB value is (135,143,164).

  • red value is 135;
  • green value is 143;
  • blue value is 164.
RGB:
(135,143,164)
(53%,56%,64%)

RGB channels and saturation

R 135 of 255 = 53%
G 143 of 255 = 56%
B 164 of 255 = 64%

135
143
164

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

Portions of RGB colors in percentages

R + G + B =
135 + 143 + 164 = 442 (100%)
R 135 of 442 ~ 30.54%
G 143 of 442 ~ 32.35%
B 164 of 442 ~ 37.1%

%30.54
%32.35
%37.1

CMYK color model

#878FA4 color CMYK value is (18,13,0,36).

  • cyan value is 17.68%
  • magenta value is 12.80%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(18,13,0,36)
C18M13Y0K36 
(18%,13%,0%,36%)
(0.18/0.13/0.00/0.36)	

CMYK percentages

%17.68
%12.8
%0
%35.69

Codes

Color #878FA4 in popluar color models

878FA4
RGB135143164
HSL223°13.74%58.63%
HSB/HSV223°17.68%64.31%
CMYK17.68%12.80%0.00%
35.69%

Color #878FA4 in popluar number systems.

HEX878FA4
Decimal135143164
Binary100001111000111110100100
Octal207217244

Shades and tints

Shades of #878FA4

#878FA4
(135,143,164)
#7B8296
(123,130,150)
#6F7588
(111,117,136)
#63687A
(99,104,122)
#575B6C
(87,91,108)
#4B4E5E
(75,78,94)
#3F4150
(63,65,80)
#333442
(51,52,66)
#272734
(39,39,52)
#1B1A26
(27,26,38)
#0F0D18
(15,13,24)
#000000
(0,0,0)

Tints of #878FA4

#878FA4
(135,143,164)
#9199AC
(145,153,172)
#9BA3B4
(155,163,180)
#A5ADBC
(165,173,188)
#AFB7C4
(175,183,196)
#B9C1CC
(185,193,204)
#C3CBD4
(195,203,212)
#CDD5DC
(205,213,220)
#D7DFE4
(215,223,228)
#E1E9EC
(225,233,236)
#EBF3F4
(235,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878FA4 color. Also use rgb(135,143,164) instead hex code.

Text Font Color

.myTextColor { color: #878FA4; }

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

This text font color is #878FA4.


Background Color

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

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

This div background color is #878FA4.


Border color

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

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

This div border color is #878FA4.


Opacity

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

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

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

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

This text has shadow with #878FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878FA4 on black background.


Color preview on white background

This text has color #878FA4 on white background.



Black color preview on #878FA4 background

This text has black color on #878FA4 background.


White color preview on #878FA4 background

This text has white color on #878FA4 background.