COLOR #87869D

HEX: #87869D
RGB: (135,134,157)

Color info

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

RGB color model

#87869D color RGB value is (135,134,157).

  • red value is 135;
  • green value is 134;
  • blue value is 157.
RGB:
(135,134,157)
(53%,53%,62%)

RGB channels and saturation

R 135 of 255 = 53%
G 134 of 255 = 53%
B 157 of 255 = 62%

135
134
157

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

Portions of RGB colors in percentages

R + G + B =
135 + 134 + 157 = 426 (100%)
R 135 of 426 ~ 31.69%
G 134 of 426 ~ 31.46%
B 157 of 426 ~ 36.85%

%31.69
%31.46
%36.85

CMYK color model

#87869D color CMYK value is (14,15,0,38).

  • cyan value is 14.01%
  • magenta value is 14.65%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(14,15,0,38)
C14M15Y0K38 
(14%,15%,0%,38%)
(0.14/0.15/0.00/0.38)	

CMYK percentages

%14.01
%14.65
%0
%38.43

Codes

Color #87869D in popluar color models

87869D
RGB135134157
HSL243°10.50%57.06%
HSB/HSV243°14.65%61.57%
CMYK14.01%14.65%0.00%
38.43%

Color #87869D in popluar number systems.

HEX87869D
Decimal135134157
Binary100001111000011010011101
Octal207206235

Shades and tints

Shades of #87869D

#87869D
(135,134,157)
#7B7A8F
(123,122,143)
#6F6E81
(111,110,129)
#636273
(99,98,115)
#575665
(87,86,101)
#4B4A57
(75,74,87)
#3F3E49
(63,62,73)
#33323B
(51,50,59)
#27262D
(39,38,45)
#1B1A1F
(27,26,31)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #87869D

#87869D
(135,134,157)
#9191A5
(145,145,165)
#9B9CAD
(155,156,173)
#A5A7B5
(165,167,181)
#AFB2BD
(175,178,189)
#B9BDC5
(185,189,197)
#C3C8CD
(195,200,205)
#CDD3D5
(205,211,213)
#D7DEDD
(215,222,221)
#E1E9E5
(225,233,229)
#EBF4ED
(235,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87869D color. Also use rgb(135,134,157) instead hex code.

Text Font Color

.myTextColor { color: #87869D; }

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

This text font color is #87869D.


Background Color

.myBgColor { background-color: #87869D; }

<div style="background-color:#87869D">Inner text</div>

This div background color is #87869D.


Border color

.myBorderColor { border: 1px solid #87869D; }

<div style="border:3px solid #87869D">Div</div>

This div border color is #87869D.


Opacity

.myOpacity80 { color: #87869D; opacity: 0.8; }

<p style="color:#87869D;opacity:0.8;">80%</p>

Text with #87869D 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 #87869D;}

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

This text has shadow with #87869D color.

.textShadow {text-shadow: 3px 3px 1px #87869D, 3px 3px 1px red;}

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

This text has shadow with #87869D primary color and red secondary color.


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

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

This text has shadow with #87869D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87869D on black background.


Color preview on white background

This text has color #87869D on white background.



Black color preview on #87869D background

This text has black color on #87869D background.


White color preview on #87869D background

This text has white color on #87869D background.