COLOR #87938E

HEX: #87938E
RGB: (135,147,142)

Color info

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

RGB color model

#87938E color RGB value is (135,147,142).

  • red value is 135;
  • green value is 147;
  • blue value is 142.
RGB:
(135,147,142)
(53%,58%,56%)

RGB channels and saturation

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

135
147
142

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

Portions of RGB colors in percentages

R + G + B =
135 + 147 + 142 = 424 (100%)
R 135 of 424 ~ 31.84%
G 147 of 424 ~ 34.67%
B 142 of 424 ~ 33.49%

%31.84
%34.67
%33.49

CMYK color model

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

  • cyan value is 8.16%
  • magenta value is 0.00%
  • yellow value is 3.40%
  • 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
%3.4
%42.35

Codes

Color #87938E in popluar color models

87938E
RGB135147142
HSL155°5.26%55.29%
HSB/HSV155°8.16%57.65%
CMYK8.16%0.00%3.40%
42.35%

Color #87938E in popluar number systems.

HEX87938E
Decimal135147142
Binary100001111001001110001110
Octal207223216

Shades and tints

Shades of #87938E

#87938E
(135,147,142)
#7B8682
(123,134,130)
#6F7976
(111,121,118)
#636C6A
(99,108,106)
#575F5E
(87,95,94)
#4B5252
(75,82,82)
#3F4546
(63,69,70)
#33383A
(51,56,58)
#272B2E
(39,43,46)
#1B1E22
(27,30,34)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #87938E

#87938E
(135,147,142)
#919C98
(145,156,152)
#9BA5A2
(155,165,162)
#A5AEAC
(165,174,172)
#AFB7B6
(175,183,182)
#B9C0C0
(185,192,192)
#C3C9CA
(195,201,202)
#CDD2D4
(205,210,212)
#D7DBDE
(215,219,222)
#E1E4E8
(225,228,232)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87938E; }

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

This text font color is #87938E.


Background Color

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

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

This div background color is #87938E.


Border color

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

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

This div border color is #87938E.


Opacity

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

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

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

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

This text has shadow with #87938E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87938E on black background.


Color preview on white background

This text has color #87938E on white background.



Black color preview on #87938E background

This text has black color on #87938E background.


White color preview on #87938E background

This text has white color on #87938E background.