COLOR #87938F

HEX: #87938F RGB: (135,147,143)

Color info

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

RGB color model

#87938F color RGB value is (135,147,143).

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

RGB channels and saturation

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

135
147
143

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

Portions of RGB colors in percentages

R + G + B = 135 + 147 + 143 = 425 (100%)
R 135 of 425 ~ 31.76%
G 147 of 425 ~ 34.59%
B 143 of 425 ~ 33.65'%

%31.76
%34.59
%33.65

CMYK color model

#87938F color CMYK value is (8,0,3,42).

  • cyan value is 8.16%
  • magenta value is 0.00%
  • yellow value is 2.72%
  • key color value is 42.35%

CMYK: (8,0,3,42)
C8M0Y3K42 (8%, 0%, 3%, 42%)
(0.08 / 0.00 / 0.03 / 0.42)

CMYK percentages

%8.16
%0
%2.72
%42.35

Codes

Color #87938F in popluar color models

87 93 8F
RGB 135 147 143
HSL 160° 5.26% 55.29%
HSB/HSV 160° 8.16% 57.65%
CMYK 8.16% 0.00% 2.72%
42.35%

Color #87938F in popluar number systems.

HEX 87 93 8F
Decimal 135 147 143
Binary 10000111 10010011 10001111
Octal 207 223 217

Shades and tints

Shades of #87938F

#87938F
(135,147,143)
#7B8682
(123,134,130)
#6F7975
(111,121,117)
#636C68
(99,108,104)
#575F5B
(87,95,91)
#4B524E
(75,82,78)
#3F4541
(63,69,65)
#333834
(51,56,52)
#272B27
(39,43,39)
#1B1E1A
(27,30,26)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #87938F

#87938F
(135,147,143)
#919C99
(145,156,153)
#9BA5A3
(155,165,163)
#A5AEAD
(165,174,173)
#AFB7B7
(175,183,183)
#B9C0C1
(185,192,193)
#C3C9CB
(195,201,203)
#CDD2D5
(205,210,213)
#D7DBDF
(215,219,223)
#E1E4E9
(225,228,233)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87938F; }

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

This text font color is #87938F.

Background Color

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

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

This div background color is #87938F.

Border color

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

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

This div border color is #87938F.

Opacity

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

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

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

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

This text has shadow with #87938F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87938F.

Preview

Color preview on black background

This text has color #87938F on black background.


Color preview on white background

This text has color #87938F on white background.


Black color preview on #87938F background

This text has black color on #87938F background.


White color preview on #87938F background

This text has white color on #87938F background.


Related colors

Complementary color

Complementary color for #hex is #786C70.


I love getcolorcode.com

Triadic colors

1 #8F8793 and #938F87 with #87938F are triadic colors.

2 #8F9387 and #93878F with #87938F are triadic colors.