COLOR #9E799D

HEX: #9E799D
RGB: (158,121,157)

Color info

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

RGB color model

#9E799D color RGB value is (158,121,157).

  • red value is 158;
  • green value is 121;
  • blue value is 157.
RGB:
(158,121,157)
(62%,47%,62%)

RGB channels and saturation

R 158 of 255 = 62%
G 121 of 255 = 47%
B 157 of 255 = 62%

158
121
157

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

Portions of RGB colors in percentages

R + G + B =
158 + 121 + 157 = 436 (100%)
R 158 of 436 ~ 36.24%
G 121 of 436 ~ 27.75%
B 157 of 436 ~ 36.01%

%36.24
%27.75
%36.01

CMYK color model

#9E799D color CMYK value is (0,23,1,38).

  • cyan value is 0.00%
  • magenta value is 23.42%
  • yellow value is 0.63%
  • key color value is 38.04%
CMYK:
(0,23,1,38)
C0M23Y1K38 
(0%,23%,1%,38%)
(0.00/0.23/0.01/0.38)	

CMYK percentages

%0
%23.42
%0.63
%38.04

Codes

Color #9E799D in popluar color models

9E799D
RGB158121157
HSL302°16.02%54.71%
HSB/HSV302°23.42%61.96%
CMYK0.00%23.42%0.63%
38.04%

Color #9E799D in popluar number systems.

HEX9E799D
Decimal158121157
Binary10011110111100110011101
Octal236171235

Shades and tints

Shades of #9E799D

#9E799D
(158,121,157)
#906E8F
(144,110,143)
#826381
(130,99,129)
#745873
(116,88,115)
#664D65
(102,77,101)
#584257
(88,66,87)
#4A3749
(74,55,73)
#3C2C3B
(60,44,59)
#2E212D
(46,33,45)
#20161F
(32,22,31)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #9E799D

#9E799D
(158,121,157)
#A685A5
(166,133,165)
#AE91AD
(174,145,173)
#B69DB5
(182,157,181)
#BEA9BD
(190,169,189)
#C6B5C5
(198,181,197)
#CEC1CD
(206,193,205)
#D6CDD5
(214,205,213)
#DED9DD
(222,217,221)
#E6E5E5
(230,229,229)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E799D color. Also use rgb(158,121,157) instead hex code.

Text Font Color

.myTextColor { color: #9E799D; }

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

This text font color is #9E799D.


Background Color

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

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

This div background color is #9E799D.


Border color

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

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

This div border color is #9E799D.


Opacity

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

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

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

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

This text has shadow with #9E799D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E799D on black background.


Color preview on white background

This text has color #9E799D on white background.



Black color preview on #9E799D background

This text has black color on #9E799D background.


White color preview on #9E799D background

This text has white color on #9E799D background.