COLOR #878AAC

HEX: #878AAC
RGB: (135,138,172)

Color info

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

RGB color model

#878AAC color RGB value is (135,138,172).

  • red value is 135;
  • green value is 138;
  • blue value is 172.
RGB:
(135,138,172)
(53%,54%,67%)

RGB channels and saturation

R 135 of 255 = 53%
G 138 of 255 = 54%
B 172 of 255 = 67%

135
138
172

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

Portions of RGB colors in percentages

R + G + B =
135 + 138 + 172 = 445 (100%)
R 135 of 445 ~ 30.34%
G 138 of 445 ~ 31.01%
B 172 of 445 ~ 38.65%

%30.34
%31.01
%38.65

CMYK color model

#878AAC color CMYK value is (22,20,0,33).

  • cyan value is 21.51%
  • magenta value is 19.77%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(22,20,0,33)
C22M20Y0K33 
(22%,20%,0%,33%)
(0.22/0.20/0.00/0.33)	

CMYK percentages

%21.51
%19.77
%0
%32.55

Codes

Color #878AAC in popluar color models

878AAC
RGB135138172
HSL235°18.23%60.20%
HSB/HSV235°21.51%67.45%
CMYK21.51%19.77%0.00%
32.55%

Color #878AAC in popluar number systems.

HEX878AAC
Decimal135138172
Binary100001111000101010101100
Octal207212254

Shades and tints

Shades of #878AAC

#878AAC
(135,138,172)
#7B7E9D
(123,126,157)
#6F728E
(111,114,142)
#63667F
(99,102,127)
#575A70
(87,90,112)
#4B4E61
(75,78,97)
#3F4252
(63,66,82)
#333643
(51,54,67)
#272A34
(39,42,52)
#1B1E25
(27,30,37)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #878AAC

#878AAC
(135,138,172)
#9194B3
(145,148,179)
#9B9EBA
(155,158,186)
#A5A8C1
(165,168,193)
#AFB2C8
(175,178,200)
#B9BCCF
(185,188,207)
#C3C6D6
(195,198,214)
#CDD0DD
(205,208,221)
#D7DAE4
(215,218,228)
#E1E4EB
(225,228,235)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878AAC color. Also use rgb(135,138,172) instead hex code.

Text Font Color

.myTextColor { color: #878AAC; }

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

This text font color is #878AAC.


Background Color

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

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

This div background color is #878AAC.


Border color

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

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

This div border color is #878AAC.


Opacity

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

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

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

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

This text has shadow with #878AAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878AAC on black background.


Color preview on white background

This text has color #878AAC on white background.



Black color preview on #878AAC background

This text has black color on #878AAC background.


White color preview on #878AAC background

This text has white color on #878AAC background.