COLOR #87958F

HEX: #87958F RGB: (135,149,143)

Color info

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

RGB color model

#87958F color RGB value is (135,149,143).

RGB: (135,149,143) (53%, 58%, 56%)

RGB channels and saturation

R 135 of 255 = 53%
G 149 of 255 = 58%
B 143 of 255 = 56%

135
149
143

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

Portions of RGB colors in percentages

R + G + B = 135 + 149 + 143 = 427 (100%)
R 135 of 427 ~ 31.62%
G 149 of 427 ~ 34.89%
B 143 of 427 ~ 33.49'%

%31.62
%34.89
%33.49

CMYK color model

#87958F color CMYK value is (9,0,4,42).

  • cyan value is 9.40%
  • magenta value is 0.00%
  • yellow value is 4.03%
  • key color value is 41.57%

CMYK: (9,0,4,42)
C9M0Y4K42 (9%, 0%, 4%, 42%)
(0.09 / 0.00 / 0.04 / 0.42)

CMYK percentages

%9.4
%0
%4.03
%41.57

Codes

Color #87958F in popluar color models

87 95 8F
RGB 135 149 143
HSL 154° 6.19% 55.69%
HSB/HSV 154° 9.40% 58.43%
CMYK 9.40% 0.00% 4.03%
41.57%

Color #87958F in popluar number systems.

HEX 87 95 8F
Decimal 135 149 143
Binary 10000111 10010101 10001111
Octal 207 225 217

Shades and tints

Shades of #87958F

#87958F
(135,149,143)
#7B8882
(123,136,130)
#6F7B75
(111,123,117)
#636E68
(99,110,104)
#57615B
(87,97,91)
#4B544E
(75,84,78)
#3F4741
(63,71,65)
#333A34
(51,58,52)
#272D27
(39,45,39)
#1B201A
(27,32,26)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #87958F

#87958F
(135,149,143)
#919E99
(145,158,153)
#9BA7A3
(155,167,163)
#A5B0AD
(165,176,173)
#AFB9B7
(175,185,183)
#B9C2C1
(185,194,193)
#C3CBCB
(195,203,203)
#CDD4D5
(205,212,213)
#D7DDDF
(215,221,223)
#E1E6E9
(225,230,233)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87958F; }

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

This text font color is #87958F.

Background Color

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

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

This div background color is #87958F.

Border color

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

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

This div border color is #87958F.

Opacity

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

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

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

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

This text has shadow with #87958F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87958F.

Preview

Color preview on black background

This text has color #87958F on black background.


Color preview on white background

This text has color #87958F on white background.


Black color preview on #87958F background

This text has black color on #87958F background.


White color preview on #87958F background

This text has white color on #87958F background.


Related colors

Complementary color

Complementary color for #hex is #786A70.


I love getcolorcode.com

Triadic colors

1 #8F8795 and #958F87 with #87958F are triadic colors.

2 #8F9587 and #95878F with #87958F are triadic colors.