COLOR #9E7A7D

HEX: #9E7A7D
RGB: (158,122,125)

Color info

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

RGB color model

#9E7A7D color RGB value is (158,122,125).

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

RGB channels and saturation

R 158 of 255 = 62%
G 122 of 255 = 48%
B 125 of 255 = 49%

158
122
125

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

Portions of RGB colors in percentages

R + G + B =
158 + 122 + 125 = 405 (100%)
R 158 of 405 ~ 39.01%
G 122 of 405 ~ 30.12%
B 125 of 405 ~ 30.86%

%39.01
%30.12
%30.86

CMYK color model

#9E7A7D color CMYK value is (0,23,21,38).

  • cyan value is 0.00%
  • magenta value is 22.78%
  • yellow value is 20.89%
  • key color value is 38.04%
CMYK:
(0,23,21,38)
C0M23Y21K38 
(0%,23%,21%,38%)
(0.00/0.23/0.21/0.38)	

CMYK percentages

%0
%22.78
%20.89
%38.04

Codes

Color #9E7A7D in popluar color models

9E7A7D
RGB158122125
HSL355°15.65%54.90%
HSB/HSV355°22.78%61.96%
CMYK0.00%22.78%20.89%
38.04%

Color #9E7A7D in popluar number systems.

HEX9E7A7D
Decimal158122125
Binary1001111011110101111101
Octal236172175

Shades and tints

Shades of #9E7A7D

#9E7A7D
(158,122,125)
#906F72
(144,111,114)
#826467
(130,100,103)
#74595C
(116,89,92)
#664E51
(102,78,81)
#584346
(88,67,70)
#4A383B
(74,56,59)
#3C2D30
(60,45,48)
#2E2225
(46,34,37)
#20171A
(32,23,26)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #9E7A7D

#9E7A7D
(158,122,125)
#A68688
(166,134,136)
#AE9293
(174,146,147)
#B69E9E
(182,158,158)
#BEAAA9
(190,170,169)
#C6B6B4
(198,182,180)
#CEC2BF
(206,194,191)
#D6CECA
(214,206,202)
#DEDAD5
(222,218,213)
#E6E6E0
(230,230,224)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7A7D color. Also use rgb(158,122,125) instead hex code.

Text Font Color

.myTextColor { color: #9E7A7D; }

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

This text font color is #9E7A7D.


Background Color

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

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

This div background color is #9E7A7D.


Border color

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

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

This div border color is #9E7A7D.


Opacity

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

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

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

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

This text has shadow with #9E7A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7A7D on black background.


Color preview on white background

This text has color #9E7A7D on white background.



Black color preview on #9E7A7D background

This text has black color on #9E7A7D background.


White color preview on #9E7A7D background

This text has white color on #9E7A7D background.