COLOR #9E767D

HEX: #9E767D
RGB: (158,118,125)

Color info

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

RGB color model

#9E767D color RGB value is (158,118,125).

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

RGB channels and saturation

R 158 of 255 = 62%
G 118 of 255 = 46%
B 125 of 255 = 49%

158
118
125

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

Portions of RGB colors in percentages

R + G + B =
158 + 118 + 125 = 401 (100%)
R 158 of 401 ~ 39.4%
G 118 of 401 ~ 29.43%
B 125 of 401 ~ 31.17%

%39.4
%29.43
%31.17

CMYK color model

#9E767D color CMYK value is (0,25,21,38).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 20.89%
  • key color value is 38.04%
CMYK:
(0,25,21,38)
C0M25Y21K38 
(0%,25%,21%,38%)
(0.00/0.25/0.21/0.38)	

CMYK percentages

%0
%25.32
%20.89
%38.04

Codes

Color #9E767D in popluar color models

9E767D
RGB158118125
HSL350°17.09%54.12%
HSB/HSV350°25.32%61.96%
CMYK0.00%25.32%20.89%
38.04%

Color #9E767D in popluar number systems.

HEX9E767D
Decimal158118125
Binary1001111011101101111101
Octal236166175

Shades and tints

Shades of #9E767D

#9E767D
(158,118,125)
#906C72
(144,108,114)
#826267
(130,98,103)
#74585C
(116,88,92)
#664E51
(102,78,81)
#584446
(88,68,70)
#4A3A3B
(74,58,59)
#3C3030
(60,48,48)
#2E2625
(46,38,37)
#201C1A
(32,28,26)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #9E767D

#9E767D
(158,118,125)
#A68288
(166,130,136)
#AE8E93
(174,142,147)
#B69A9E
(182,154,158)
#BEA6A9
(190,166,169)
#C6B2B4
(198,178,180)
#CEBEBF
(206,190,191)
#D6CACA
(214,202,202)
#DED6D5
(222,214,213)
#E6E2E0
(230,226,224)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E767D; }

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

This text font color is #9E767D.


Background Color

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

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

This div background color is #9E767D.


Border color

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

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

This div border color is #9E767D.


Opacity

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

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

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

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

This text has shadow with #9E767D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E767D on black background.


Color preview on white background

This text has color #9E767D on white background.



Black color preview on #9E767D background

This text has black color on #9E767D background.


White color preview on #9E767D background

This text has white color on #9E767D background.