COLOR #87879B

HEX: #87879B
RGB: (135,135,155)

Color info

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

RGB color model

#87879B color RGB value is (135,135,155).

  • red value is 135;
  • green value is 135;
  • blue value is 155.
RGB:
(135,135,155)
(53%,53%,61%)

RGB channels and saturation

R 135 of 255 = 53%
G 135 of 255 = 53%
B 155 of 255 = 61%

135
135
155

R + G + B ~ 56%. #87879B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 135 + 155 = 425 (100%)
R 135 of 425 ~ 31.76%
G 135 of 425 ~ 31.76%
B 155 of 425 ~ 36.47%

%31.76
%31.76
%36.47

CMYK color model

#87879B color CMYK value is (13,13,0,39).

  • cyan value is 12.90%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(13,13,0,39)
C13M13Y0K39 
(13%,13%,0%,39%)
(0.13/0.13/0.00/0.39)	

CMYK percentages

%12.9
%12.9
%0
%39.22

Codes

Color #87879B in popluar color models

87879B
RGB135135155
HSL240°9.09%56.86%
HSB/HSV240°12.90%60.78%
CMYK12.90%12.90%0.00%
39.22%

Color #87879B in popluar number systems.

HEX87879B
Decimal135135155
Binary100001111000011110011011
Octal207207233

Shades and tints

Shades of #87879B

#87879B
(135,135,155)
#7B7B8D
(123,123,141)
#6F6F7F
(111,111,127)
#636371
(99,99,113)
#575763
(87,87,99)
#4B4B55
(75,75,85)
#3F3F47
(63,63,71)
#333339
(51,51,57)
#27272B
(39,39,43)
#1B1B1D
(27,27,29)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #87879B

#87879B
(135,135,155)
#9191A4
(145,145,164)
#9B9BAD
(155,155,173)
#A5A5B6
(165,165,182)
#AFAFBF
(175,175,191)
#B9B9C8
(185,185,200)
#C3C3D1
(195,195,209)
#CDCDDA
(205,205,218)
#D7D7E3
(215,215,227)
#E1E1EC
(225,225,236)
#EBEBF5
(235,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87879B color. Also use rgb(135,135,155) instead hex code.

Text Font Color

.myTextColor { color: #87879B; }

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

This text font color is #87879B.


Background Color

.myBgColor { background-color: #87879B; }

<div style="background-color:#87879B">Inner text</div>

This div background color is #87879B.


Border color

.myBorderColor { border: 1px solid #87879B; }

<div style="border:3px solid #87879B">Div</div>

This div border color is #87879B.


Opacity

.myOpacity80 { color: #87879B; opacity: 0.8; }

<p style="color:#87879B;opacity:0.8;">80%</p>

Text with #87879B 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 #87879B;}

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

This text has shadow with #87879B color.

.textShadow {text-shadow: 3px 3px 1px #87879B, 3px 3px 1px red;}

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

This text has shadow with #87879B primary color and red secondary color.


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

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

This text has shadow with #87879B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87879B on black background.


Color preview on white background

This text has color #87879B on white background.



Black color preview on #87879B background

This text has black color on #87879B background.


White color preview on #87879B background

This text has white color on #87879B background.