COLOR #87999D

HEX: #87999D
RGB: (135,153,157)

Color info

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

RGB color model

#87999D color RGB value is (135,153,157).

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

RGB channels and saturation

R 135 of 255 = 53%
G 153 of 255 = 60%
B 157 of 255 = 62%

135
153
157

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

Portions of RGB colors in percentages

R + G + B =
135 + 153 + 157 = 445 (100%)
R 135 of 445 ~ 30.34%
G 153 of 445 ~ 34.38%
B 157 of 445 ~ 35.28%

%30.34
%34.38
%35.28

CMYK color model

#87999D color CMYK value is (14,3,0,38).

  • cyan value is 14.01%
  • magenta value is 2.55%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(14,3,0,38)
C14M3Y0K38 
(14%,3%,0%,38%)
(0.14/0.03/0.00/0.38)	

CMYK percentages

%14.01
%2.55
%0
%38.43

Codes

Color #87999D in popluar color models

87999D
RGB135153157
HSL191°10.09%57.25%
HSB/HSV191°14.01%61.57%
CMYK14.01%2.55%0.00%
38.43%

Color #87999D in popluar number systems.

HEX87999D
Decimal135153157
Binary100001111001100110011101
Octal207231235

Shades and tints

Shades of #87999D

#87999D
(135,153,157)
#7B8C8F
(123,140,143)
#6F7F81
(111,127,129)
#637273
(99,114,115)
#576565
(87,101,101)
#4B5857
(75,88,87)
#3F4B49
(63,75,73)
#333E3B
(51,62,59)
#27312D
(39,49,45)
#1B241F
(27,36,31)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #87999D

#87999D
(135,153,157)
#91A2A5
(145,162,165)
#9BABAD
(155,171,173)
#A5B4B5
(165,180,181)
#AFBDBD
(175,189,189)
#B9C6C5
(185,198,197)
#C3CFCD
(195,207,205)
#CDD8D5
(205,216,213)
#D7E1DD
(215,225,221)
#E1EAE5
(225,234,229)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87999D; }

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

This text font color is #87999D.


Background Color

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

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

This div background color is #87999D.


Border color

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

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

This div border color is #87999D.


Opacity

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

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

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

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

This text has shadow with #87999D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87999D on black background.


Color preview on white background

This text has color #87999D on white background.



Black color preview on #87999D background

This text has black color on #87999D background.


White color preview on #87999D background

This text has white color on #87999D background.