COLOR #9E7C7B

HEX: #9E7C7B
RGB: (158,124,123)

Color info

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

RGB color model

#9E7C7B color RGB value is (158,124,123).

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

RGB channels and saturation

R 158 of 255 = 62%
G 124 of 255 = 49%
B 123 of 255 = 48%

158
124
123

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

Portions of RGB colors in percentages

R + G + B =
158 + 124 + 123 = 405 (100%)
R 158 of 405 ~ 39.01%
G 124 of 405 ~ 30.62%
B 123 of 405 ~ 30.37%

%39.01
%30.62
%30.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.52%
  • yellow value is 22.15%
  • key color value is 38.04%
CMYK:
(0,22,22,38)
C0M22Y22K38 
(0%,22%,22%,38%)
(0.00/0.22/0.22/0.38)	

CMYK percentages

%0
%21.52
%22.15
%38.04

Codes

Color #9E7C7B in popluar color models

9E7C7B
RGB158124123
HSL15.28%55.10%
HSB/HSV22.15%61.96%
CMYK0.00%21.52%22.15%
38.04%

Color #9E7C7B in popluar number systems.

HEX9E7C7B
Decimal158124123
Binary1001111011111001111011
Octal236174173

Shades and tints

Shades of #9E7C7B

#9E7C7B
(158,124,123)
#907170
(144,113,112)
#826665
(130,102,101)
#745B5A
(116,91,90)
#66504F
(102,80,79)
#584544
(88,69,68)
#4A3A39
(74,58,57)
#3C2F2E
(60,47,46)
#2E2423
(46,36,35)
#201918
(32,25,24)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #9E7C7B

#9E7C7B
(158,124,123)
#A68787
(166,135,135)
#AE9293
(174,146,147)
#B69D9F
(182,157,159)
#BEA8AB
(190,168,171)
#C6B3B7
(198,179,183)
#CEBEC3
(206,190,195)
#D6C9CF
(214,201,207)
#DED4DB
(222,212,219)
#E6DFE7
(230,223,231)
#EEEAF3
(238,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E7C7B; }

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

This text font color is #9E7C7B.


Background Color

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

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

This div background color is #9E7C7B.


Border color

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

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

This div border color is #9E7C7B.


Opacity

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

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

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

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

This text has shadow with #9E7C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7C7B on black background.


Color preview on white background

This text has color #9E7C7B on white background.



Black color preview on #9E7C7B background

This text has black color on #9E7C7B background.


White color preview on #9E7C7B background

This text has white color on #9E7C7B background.