COLOR #9E758C

HEX: #9E758C
RGB: (158,117,140)

Color info

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

RGB color model

#9E758C color RGB value is (158,117,140).

  • red value is 158;
  • green value is 117;
  • blue value is 140.
RGB:
(158,117,140)
(62%,46%,55%)

RGB channels and saturation

R 158 of 255 = 62%
G 117 of 255 = 46%
B 140 of 255 = 55%

158
117
140

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

Portions of RGB colors in percentages

R + G + B =
158 + 117 + 140 = 415 (100%)
R 158 of 415 ~ 38.07%
G 117 of 415 ~ 28.19%
B 140 of 415 ~ 33.73%

%38.07
%28.19
%33.73

CMYK color model

#9E758C color CMYK value is (0,26,11,38).

  • cyan value is 0.00%
  • magenta value is 25.95%
  • yellow value is 11.39%
  • key color value is 38.04%
CMYK:
(0,26,11,38)
C0M26Y11K38 
(0%,26%,11%,38%)
(0.00/0.26/0.11/0.38)	

CMYK percentages

%0
%25.95
%11.39
%38.04

Codes

Color #9E758C in popluar color models

9E758C
RGB158117140
HSL326°17.45%53.92%
HSB/HSV326°25.95%61.96%
CMYK0.00%25.95%11.39%
38.04%

Color #9E758C in popluar number systems.

HEX9E758C
Decimal158117140
Binary10011110111010110001100
Octal236165214

Shades and tints

Shades of #9E758C

#9E758C
(158,117,140)
#906B80
(144,107,128)
#826174
(130,97,116)
#745768
(116,87,104)
#664D5C
(102,77,92)
#584350
(88,67,80)
#4A3944
(74,57,68)
#3C2F38
(60,47,56)
#2E252C
(46,37,44)
#201B20
(32,27,32)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #9E758C

#9E758C
(158,117,140)
#A68196
(166,129,150)
#AE8DA0
(174,141,160)
#B699AA
(182,153,170)
#BEA5B4
(190,165,180)
#C6B1BE
(198,177,190)
#CEBDC8
(206,189,200)
#D6C9D2
(214,201,210)
#DED5DC
(222,213,220)
#E6E1E6
(230,225,230)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E758C color. Also use rgb(158,117,140) instead hex code.

Text Font Color

.myTextColor { color: #9E758C; }

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

This text font color is #9E758C.


Background Color

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

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

This div background color is #9E758C.


Border color

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

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

This div border color is #9E758C.


Opacity

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

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

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

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

This text has shadow with #9E758C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E758C on black background.


Color preview on white background

This text has color #9E758C on white background.



Black color preview on #9E758C background

This text has black color on #9E758C background.


White color preview on #9E758C background

This text has white color on #9E758C background.