COLOR #87899C

HEX: #87899C
RGB: (135,137,156)

Color info

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

RGB color model

#87899C color RGB value is (135,137,156).

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

RGB channels and saturation

R 135 of 255 = 53%
G 137 of 255 = 54%
B 156 of 255 = 61%

135
137
156

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

Portions of RGB colors in percentages

R + G + B =
135 + 137 + 156 = 428 (100%)
R 135 of 428 ~ 31.54%
G 137 of 428 ~ 32.01%
B 156 of 428 ~ 36.45%

%31.54
%32.01
%36.45

CMYK color model

#87899C color CMYK value is (13,12,0,39).

  • cyan value is 13.46%
  • magenta value is 12.18%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(13,12,0,39)
C13M12Y0K39 
(13%,12%,0%,39%)
(0.13/0.12/0.00/0.39)	

CMYK percentages

%13.46
%12.18
%0
%38.82

Codes

Color #87899C in popluar color models

87899C
RGB135137156
HSL234°9.59%57.06%
HSB/HSV234°13.46%61.18%
CMYK13.46%12.18%0.00%
38.82%

Color #87899C in popluar number systems.

HEX87899C
Decimal135137156
Binary100001111000100110011100
Octal207211234

Shades and tints

Shades of #87899C

#87899C
(135,137,156)
#7B7D8E
(123,125,142)
#6F7180
(111,113,128)
#636572
(99,101,114)
#575964
(87,89,100)
#4B4D56
(75,77,86)
#3F4148
(63,65,72)
#33353A
(51,53,58)
#27292C
(39,41,44)
#1B1D1E
(27,29,30)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #87899C

#87899C
(135,137,156)
#9193A5
(145,147,165)
#9B9DAE
(155,157,174)
#A5A7B7
(165,167,183)
#AFB1C0
(175,177,192)
#B9BBC9
(185,187,201)
#C3C5D2
(195,197,210)
#CDCFDB
(205,207,219)
#D7D9E4
(215,217,228)
#E1E3ED
(225,227,237)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87899C; }

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

This text font color is #87899C.


Background Color

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

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

This div background color is #87899C.


Border color

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

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

This div border color is #87899C.


Opacity

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

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

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

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

This text has shadow with #87899C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87899C on black background.


Color preview on white background

This text has color #87899C on white background.



Black color preview on #87899C background

This text has black color on #87899C background.


White color preview on #87899C background

This text has white color on #87899C background.