COLOR #87988F

HEX: #87988F RGB: (135,152,143)

Color info

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

RGB color model

#87988F color RGB value is (135,152,143).

RGB: (135,152,143) (53%, 60%, 56%)

RGB channels and saturation

R 135 of 255 = 53%
G 152 of 255 = 60%
B 143 of 255 = 56%

135
152
143

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

Portions of RGB colors in percentages

R + G + B = 135 + 152 + 143 = 430 (100%)
R 135 of 430 ~ 31.4%
G 152 of 430 ~ 35.35%
B 143 of 430 ~ 33.26'%

%31.4
%35.35
%33.26

CMYK color model

#87988F color CMYK value is (11,0,6,40).

  • cyan value is 11.18%
  • magenta value is 0.00%
  • yellow value is 5.92%
  • key color value is 40.39%
CMYK: (11,0,6,40) C11M0Y6K40 (11%,0%,6%,40%) (0.11/0.00/0.06/0.40) 

CMYK percentages

%11.18
%0
%5.92
%40.39

Codes

Color #87988F in popluar color models

87 98 8F
RGB 135 152 143
HSL 148° 7.62% 56.27%
HSB/HSV 148° 11.18% 59.61%
CMYK 11.18% 0.00% 5.92%
40.39%

Color #87988F in popluar number systems.

HEX 87 98 8F
Decimal 135 152 143
Binary 10000111 10011000 10001111
Octal 207 230 217

Shades and tints

Shades of #87988F

#87988F
(135,152,143)
#7B8B82
(123,139,130)
#6F7E75
(111,126,117)
#637168
(99,113,104)
#57645B
(87,100,91)
#4B574E
(75,87,78)
#3F4A41
(63,74,65)
#333D34
(51,61,52)
#273027
(39,48,39)
#1B231A
(27,35,26)
#0F160D
(15,22,13)
#000000
(0,0,0)

Tints of #87988F

#87988F
(135,152,143)
#91A199
(145,161,153)
#9BAAA3
(155,170,163)
#A5B3AD
(165,179,173)
#AFBCB7
(175,188,183)
#B9C5C1
(185,197,193)
#C3CECB
(195,206,203)
#CDD7D5
(205,215,213)
#D7E0DF
(215,224,223)
#E1E9E9
(225,233,233)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87988F color. Also use rgb(135,152,143) instead hex code.

Text Font Color

.myTextColor { color: #87988F; }

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

This text font color is #87988F.

Background Color

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

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

This div background color is #87988F.

Border color

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

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

This div border color is #87988F.

Opacity

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

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

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

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

This text has shadow with #87988F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87988F.

Preview

Color preview on black background

This text has color #87988F on black background.


Color preview on white background

This text has color #87988F on white background.


Black color preview on #87988F background

This text has black color on #87988F background.


White color preview on #87988F background

This text has white color on #87988F background.


Related colors

Complementary color

Complementary color for #hex is #786770.


I love getcolorcode.com

Triadic colors

1 #8F8798 and #988F87 with #87988F are triadic colors.

2 #8F9887 and #98878F with #87988F are triadic colors.