COLOR #878BAB

HEX: #878BAB
RGB: (135,139,171)

Color info

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

RGB color model

#878BAB color RGB value is (135,139,171).

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

RGB channels and saturation

R 135 of 255 = 53%
G 139 of 255 = 55%
B 171 of 255 = 67%

135
139
171

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

Portions of RGB colors in percentages

R + G + B =
135 + 139 + 171 = 445 (100%)
R 135 of 445 ~ 30.34%
G 139 of 445 ~ 31.24%
B 171 of 445 ~ 38.43%

%30.34
%31.24
%38.43

CMYK color model

#878BAB color CMYK value is (21,19,0,33).

  • cyan value is 21.05%
  • magenta value is 18.71%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(21,19,0,33)
C21M19Y0K33 
(21%,19%,0%,33%)
(0.21/0.19/0.00/0.33)	

CMYK percentages

%21.05
%18.71
%0
%32.94

Codes

Color #878BAB in popluar color models

878BAB
RGB135139171
HSL233°17.65%60.00%
HSB/HSV233°21.05%67.06%
CMYK21.05%18.71%0.00%
32.94%

Color #878BAB in popluar number systems.

HEX878BAB
Decimal135139171
Binary100001111000101110101011
Octal207213253

Shades and tints

Shades of #878BAB

#878BAB
(135,139,171)
#7B7F9C
(123,127,156)
#6F738D
(111,115,141)
#63677E
(99,103,126)
#575B6F
(87,91,111)
#4B4F60
(75,79,96)
#3F4351
(63,67,81)
#333742
(51,55,66)
#272B33
(39,43,51)
#1B1F24
(27,31,36)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #878BAB

#878BAB
(135,139,171)
#9195B2
(145,149,178)
#9B9FB9
(155,159,185)
#A5A9C0
(165,169,192)
#AFB3C7
(175,179,199)
#B9BDCE
(185,189,206)
#C3C7D5
(195,199,213)
#CDD1DC
(205,209,220)
#D7DBE3
(215,219,227)
#E1E5EA
(225,229,234)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878BAB; }

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

This text font color is #878BAB.


Background Color

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

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

This div background color is #878BAB.


Border color

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

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

This div border color is #878BAB.


Opacity

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

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

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

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

This text has shadow with #878BAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878BAB on black background.


Color preview on white background

This text has color #878BAB on white background.



Black color preview on #878BAB background

This text has black color on #878BAB background.


White color preview on #878BAB background

This text has white color on #878BAB background.