COLOR #9E787C

HEX: #9E787C
RGB: (158,120,124)

Color info

#9E787C contains red, green and blue colors in about the same proportion. Web safe color of #9E787C is #996666 (or #966).

RGB color model

#9E787C color RGB value is (158,120,124).

  • red value is 158;
  • green value is 120;
  • blue value is 124.
RGB:
(158,120,124)
(62%,47%,49%)

RGB channels and saturation

R 158 of 255 = 62%
G 120 of 255 = 47%
B 124 of 255 = 49%

158
120
124

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

Portions of RGB colors in percentages

R + G + B =
158 + 120 + 124 = 402 (100%)
R 158 of 402 ~ 39.3%
G 120 of 402 ~ 29.85%
B 124 of 402 ~ 30.85%

%39.3
%29.85
%30.85

CMYK color model

#9E787C color CMYK value is (0,24,22,38).

  • cyan value is 0.00%
  • magenta value is 24.05%
  • yellow value is 21.52%
  • key color value is 38.04%
CMYK:
(0,24,22,38)
C0M24Y22K38 
(0%,24%,22%,38%)
(0.00/0.24/0.22/0.38)	

CMYK percentages

%0
%24.05
%21.52
%38.04

Codes

Color #9E787C in popluar color models

9E787C
RGB158120124
HSL354°16.38%54.51%
HSB/HSV354°24.05%61.96%
CMYK0.00%24.05%21.52%
38.04%

Color #9E787C in popluar number systems.

HEX9E787C
Decimal158120124
Binary1001111011110001111100
Octal236170174

Shades and tints

Shades of #9E787C

#9E787C
(158,120,124)
#906E71
(144,110,113)
#826466
(130,100,102)
#745A5B
(116,90,91)
#665050
(102,80,80)
#584645
(88,70,69)
#4A3C3A
(74,60,58)
#3C322F
(60,50,47)
#2E2824
(46,40,36)
#201E19
(32,30,25)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #9E787C

#9E787C
(158,120,124)
#A68487
(166,132,135)
#AE9092
(174,144,146)
#B69C9D
(182,156,157)
#BEA8A8
(190,168,168)
#C6B4B3
(198,180,179)
#CEC0BE
(206,192,190)
#D6CCC9
(214,204,201)
#DED8D4
(222,216,212)
#E6E4DF
(230,228,223)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E787C color. Also use rgb(158,120,124) instead hex code.

Text Font Color

.myTextColor { color: #9E787C; }

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

This text font color is #9E787C.


Background Color

.myBgColor { background-color: #9E787C; }

<div style="background-color:#9E787C">Inner text</div>

This div background color is #9E787C.


Border color

.myBorderColor { border: 1px solid #9E787C; }

<div style="border:3px solid #9E787C">Div</div>

This div border color is #9E787C.


Opacity

.myOpacity80 { color: #9E787C; opacity: 0.8; }

<p style="color:#9E787C;opacity:0.8;">80%</p>

Text with #9E787C 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 #9E787C;}

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

This text has shadow with #9E787C color.

.textShadow {text-shadow: 3px 3px 1px #9E787C, 3px 3px 1px red;}

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

This text has shadow with #9E787C primary color and red secondary color.


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

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

This text has shadow with #9E787C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E787C on black background.


Color preview on white background

This text has color #9E787C on white background.



Black color preview on #9E787C background

This text has black color on #9E787C background.


White color preview on #9E787C background

This text has white color on #9E787C background.