COLOR #87909F

HEX: #87909F
RGB: (135,144,159)

Color info

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

RGB color model

#87909F color RGB value is (135,144,159).

  • red value is 135;
  • green value is 144;
  • blue value is 159.
RGB:
(135,144,159)
(53%,56%,62%)

RGB channels and saturation

R 135 of 255 = 53%
G 144 of 255 = 56%
B 159 of 255 = 62%

135
144
159

R + G + B ~ 57%. #87909F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 144 + 159 = 438 (100%)
R 135 of 438 ~ 30.82%
G 144 of 438 ~ 32.88%
B 159 of 438 ~ 36.3%

%30.82
%32.88
%36.3

CMYK color model

#87909F color CMYK value is (15,9,0,38).

  • cyan value is 15.09%
  • magenta value is 9.43%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(15,9,0,38)
C15M9Y0K38 
(15%,9%,0%,38%)
(0.15/0.09/0.00/0.38)	

CMYK percentages

%15.09
%9.43
%0
%37.65

Codes

Color #87909F in popluar color models

87909F
RGB135144159
HSL218°11.11%57.65%
HSB/HSV218°15.09%62.35%
CMYK15.09%9.43%0.00%
37.65%

Color #87909F in popluar number systems.

HEX87909F
Decimal135144159
Binary100001111001000010011111
Octal207220237

Shades and tints

Shades of #87909F

#87909F
(135,144,159)
#7B8391
(123,131,145)
#6F7683
(111,118,131)
#636975
(99,105,117)
#575C67
(87,92,103)
#4B4F59
(75,79,89)
#3F424B
(63,66,75)
#33353D
(51,53,61)
#27282F
(39,40,47)
#1B1B21
(27,27,33)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #87909F

#87909F
(135,144,159)
#919AA7
(145,154,167)
#9BA4AF
(155,164,175)
#A5AEB7
(165,174,183)
#AFB8BF
(175,184,191)
#B9C2C7
(185,194,199)
#C3CCCF
(195,204,207)
#CDD6D7
(205,214,215)
#D7E0DF
(215,224,223)
#E1EAE7
(225,234,231)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87909F color. Also use rgb(135,144,159) instead hex code.

Text Font Color

.myTextColor { color: #87909F; }

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

This text font color is #87909F.


Background Color

.myBgColor { background-color: #87909F; }

<div style="background-color:#87909F">Inner text</div>

This div background color is #87909F.


Border color

.myBorderColor { border: 1px solid #87909F; }

<div style="border:3px solid #87909F">Div</div>

This div border color is #87909F.


Opacity

.myOpacity80 { color: #87909F; opacity: 0.8; }

<p style="color:#87909F;opacity:0.8;">80%</p>

Text with #87909F 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 #87909F;}

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

This text has shadow with #87909F color.

.textShadow {text-shadow: 3px 3px 1px #87909F, 3px 3px 1px red;}

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

This text has shadow with #87909F primary color and red secondary color.


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

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

This text has shadow with #87909F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87909F on black background.


Color preview on white background

This text has color #87909F on white background.



Black color preview on #87909F background

This text has black color on #87909F background.


White color preview on #87909F background

This text has white color on #87909F background.