COLOR #937E87

HEX: #937E87
RGB: (147,126,135)

Color info

#937E87 contains red, green and blue colors in about the same proportion. Web safe color of #937E87 is #996699 (or #969).

RGB color model

#937E87 color RGB value is (147,126,135).

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

RGB channels and saturation

R 147 of 255 = 58%
G 126 of 255 = 49%
B 135 of 255 = 53%

147
126
135

R + G + B ~ 53%. #937E87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 126 + 135 = 408 (100%)
R 147 of 408 ~ 36.03%
G 126 of 408 ~ 30.88%
B 135 of 408 ~ 33.09%

%36.03
%30.88
%33.09

CMYK color model

#937E87 color CMYK value is (0,14,8,42).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 8.16%
  • key color value is 42.35%
CMYK:
(0,14,8,42)
C0M14Y8K42 
(0%,14%,8%,42%)
(0.00/0.14/0.08/0.42)	

CMYK percentages

%0
%14.29
%8.16
%42.35

Codes

Color #937E87 in popluar color models

937E87
RGB147126135
HSL334°8.86%53.53%
HSB/HSV334°14.29%57.65%
CMYK0.00%14.29%8.16%
42.35%

Color #937E87 in popluar number systems.

HEX937E87
Decimal147126135
Binary10010011111111010000111
Octal223176207

Shades and tints

Shades of #937E87

#937E87
(147,126,135)
#86737B
(134,115,123)
#79686F
(121,104,111)
#6C5D63
(108,93,99)
#5F5257
(95,82,87)
#52474B
(82,71,75)
#453C3F
(69,60,63)
#383133
(56,49,51)
#2B2627
(43,38,39)
#1E1B1B
(30,27,27)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #937E87

#937E87
(147,126,135)
#9C8991
(156,137,145)
#A5949B
(165,148,155)
#AE9FA5
(174,159,165)
#B7AAAF
(183,170,175)
#C0B5B9
(192,181,185)
#C9C0C3
(201,192,195)
#D2CBCD
(210,203,205)
#DBD6D7
(219,214,215)
#E4E1E1
(228,225,225)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #937E87 color. Also use rgb(147,126,135) instead hex code.

Text Font Color

.myTextColor { color: #937E87; }

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

This text font color is #937E87.


Background Color

.myBgColor { background-color: #937E87; }

<div style="background-color:#937E87">Inner text</div>

This div background color is #937E87.


Border color

.myBorderColor { border: 1px solid #937E87; }

<div style="border:3px solid #937E87">Div</div>

This div border color is #937E87.


Opacity

.myOpacity80 { color: #937E87; opacity: 0.8; }

<p style="color:#937E87;opacity:0.8;">80%</p>

Text with #937E87 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 #937E87;}

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

This text has shadow with #937E87 color.

.textShadow {text-shadow: 3px 3px 1px #937E87, 3px 3px 1px red;}

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

This text has shadow with #937E87 primary color and red secondary color.


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

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

This text has shadow with #937E87 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937E87 on black background.


Color preview on white background

This text has color #937E87 on white background.



Black color preview on #937E87 background

This text has black color on #937E87 background.


White color preview on #937E87 background

This text has white color on #937E87 background.