COLOR #878FAA

HEX: #878FAA
RGB: (135,143,170)

Color info

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

RGB color model

#878FAA color RGB value is (135,143,170).

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

RGB channels and saturation

R 135 of 255 = 53%
G 143 of 255 = 56%
B 170 of 255 = 67%

135
143
170

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

Portions of RGB colors in percentages

R + G + B =
135 + 143 + 170 = 448 (100%)
R 135 of 448 ~ 30.13%
G 143 of 448 ~ 31.92%
B 170 of 448 ~ 37.95%

%30.13
%31.92
%37.95

CMYK color model

#878FAA color CMYK value is (21,16,0,33).

  • cyan value is 20.59%
  • magenta value is 15.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(21,16,0,33)
C21M16Y0K33 
(21%,16%,0%,33%)
(0.21/0.16/0.00/0.33)	

CMYK percentages

%20.59
%15.88
%0
%33.33

Codes

Color #878FAA in popluar color models

878FAA
RGB135143170
HSL226°17.07%59.80%
HSB/HSV226°20.59%66.67%
CMYK20.59%15.88%0.00%
33.33%

Color #878FAA in popluar number systems.

HEX878FAA
Decimal135143170
Binary100001111000111110101010
Octal207217252

Shades and tints

Shades of #878FAA

#878FAA
(135,143,170)
#7B829B
(123,130,155)
#6F758C
(111,117,140)
#63687D
(99,104,125)
#575B6E
(87,91,110)
#4B4E5F
(75,78,95)
#3F4150
(63,65,80)
#333441
(51,52,65)
#272732
(39,39,50)
#1B1A23
(27,26,35)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #878FAA

#878FAA
(135,143,170)
#9199B1
(145,153,177)
#9BA3B8
(155,163,184)
#A5ADBF
(165,173,191)
#AFB7C6
(175,183,198)
#B9C1CD
(185,193,205)
#C3CBD4
(195,203,212)
#CDD5DB
(205,213,219)
#D7DFE2
(215,223,226)
#E1E9E9
(225,233,233)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878FAA; }

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

This text font color is #878FAA.


Background Color

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

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

This div background color is #878FAA.


Border color

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

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

This div border color is #878FAA.


Opacity

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

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

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

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

This text has shadow with #878FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878FAA on black background.


Color preview on white background

This text has color #878FAA on white background.



Black color preview on #878FAA background

This text has black color on #878FAA background.


White color preview on #878FAA background

This text has white color on #878FAA background.