COLOR #87999B

HEX: #87999B
RGB: (135,153,155)

Color info

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

RGB color model

#87999B color RGB value is (135,153,155).

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

RGB channels and saturation

R 135 of 255 = 53%
G 153 of 255 = 60%
B 155 of 255 = 61%

135
153
155

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

Portions of RGB colors in percentages

R + G + B =
135 + 153 + 155 = 443 (100%)
R 135 of 443 ~ 30.47%
G 153 of 443 ~ 34.54%
B 155 of 443 ~ 34.99%

%30.47
%34.54
%34.99

CMYK color model

#87999B color CMYK value is (13,1,0,39).

  • cyan value is 12.90%
  • magenta value is 1.29%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(13,1,0,39)
C13M1Y0K39 
(13%,1%,0%,39%)
(0.13/0.01/0.00/0.39)	

CMYK percentages

%12.9
%1.29
%0
%39.22

Codes

Color #87999B in popluar color models

87999B
RGB135153155
HSL186°9.09%56.86%
HSB/HSV186°12.90%60.78%
CMYK12.90%1.29%0.00%
39.22%

Color #87999B in popluar number systems.

HEX87999B
Decimal135153155
Binary100001111001100110011011
Octal207231233

Shades and tints

Shades of #87999B

#87999B
(135,153,155)
#7B8C8D
(123,140,141)
#6F7F7F
(111,127,127)
#637271
(99,114,113)
#576563
(87,101,99)
#4B5855
(75,88,85)
#3F4B47
(63,75,71)
#333E39
(51,62,57)
#27312B
(39,49,43)
#1B241D
(27,36,29)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #87999B

#87999B
(135,153,155)
#91A2A4
(145,162,164)
#9BABAD
(155,171,173)
#A5B4B6
(165,180,182)
#AFBDBF
(175,189,191)
#B9C6C8
(185,198,200)
#C3CFD1
(195,207,209)
#CDD8DA
(205,216,218)
#D7E1E3
(215,225,227)
#E1EAEC
(225,234,236)
#EBF3F5
(235,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87999B; }

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

This text font color is #87999B.


Background Color

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

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

This div background color is #87999B.


Border color

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

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

This div border color is #87999B.


Opacity

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

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

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

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

This text has shadow with #87999B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87999B on black background.


Color preview on white background

This text has color #87999B on white background.



Black color preview on #87999B background

This text has black color on #87999B background.


White color preview on #87999B background

This text has white color on #87999B background.