COLOR #87869C

HEX: #87869C
RGB: (135,134,156)

Color info

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

RGB color model

#87869C color RGB value is (135,134,156).

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

RGB channels and saturation

R 135 of 255 = 53%
G 134 of 255 = 53%
B 156 of 255 = 61%

135
134
156

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

Portions of RGB colors in percentages

R + G + B =
135 + 134 + 156 = 425 (100%)
R 135 of 425 ~ 31.76%
G 134 of 425 ~ 31.53%
B 156 of 425 ~ 36.71%

%31.76
%31.53
%36.71

CMYK color model

#87869C color CMYK value is (13,14,0,39).

  • cyan value is 13.46%
  • magenta value is 14.10%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(13,14,0,39)
C13M14Y0K39 
(13%,14%,0%,39%)
(0.13/0.14/0.00/0.39)	

CMYK percentages

%13.46
%14.1
%0
%38.82

Codes

Color #87869C in popluar color models

87869C
RGB135134156
HSL243°10.00%56.86%
HSB/HSV243°14.10%61.18%
CMYK13.46%14.10%0.00%
38.82%

Color #87869C in popluar number systems.

HEX87869C
Decimal135134156
Binary100001111000011010011100
Octal207206234

Shades and tints

Shades of #87869C

#87869C
(135,134,156)
#7B7A8E
(123,122,142)
#6F6E80
(111,110,128)
#636272
(99,98,114)
#575664
(87,86,100)
#4B4A56
(75,74,86)
#3F3E48
(63,62,72)
#33323A
(51,50,58)
#27262C
(39,38,44)
#1B1A1E
(27,26,30)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #87869C

#87869C
(135,134,156)
#9191A5
(145,145,165)
#9B9CAE
(155,156,174)
#A5A7B7
(165,167,183)
#AFB2C0
(175,178,192)
#B9BDC9
(185,189,201)
#C3C8D2
(195,200,210)
#CDD3DB
(205,211,219)
#D7DEE4
(215,222,228)
#E1E9ED
(225,233,237)
#EBF4F6
(235,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87869C; }

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

This text font color is #87869C.


Background Color

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

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

This div background color is #87869C.


Border color

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

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

This div border color is #87869C.


Opacity

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

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

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

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

This text has shadow with #87869C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87869C on black background.


Color preview on white background

This text has color #87869C on white background.



Black color preview on #87869C background

This text has black color on #87869C background.


White color preview on #87869C background

This text has white color on #87869C background.