COLOR #9E688D

HEX: #9E688D
RGB: (158,104,141)

Color info

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

RGB color model

#9E688D color RGB value is (158,104,141).

  • red value is 158;
  • green value is 104;
  • blue value is 141.
RGB:
(158,104,141)
(62%,41%,55%)

RGB channels and saturation

R 158 of 255 = 62%
G 104 of 255 = 41%
B 141 of 255 = 55%

158
104
141

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

Portions of RGB colors in percentages

R + G + B =
158 + 104 + 141 = 403 (100%)
R 158 of 403 ~ 39.21%
G 104 of 403 ~ 25.81%
B 141 of 403 ~ 34.99%

%39.21
%25.81
%34.99

CMYK color model

#9E688D color CMYK value is (0,34,11,38).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 10.76%
  • key color value is 38.04%
CMYK:
(0,34,11,38)
C0M34Y11K38 
(0%,34%,11%,38%)
(0.00/0.34/0.11/0.38)	

CMYK percentages

%0
%34.18
%10.76
%38.04

Codes

Color #9E688D in popluar color models

9E688D
RGB158104141
HSL319°21.77%51.37%
HSB/HSV319°34.18%61.96%
CMYK0.00%34.18%10.76%
38.04%

Color #9E688D in popluar number systems.

HEX9E688D
Decimal158104141
Binary10011110110100010001101
Octal236150215

Shades and tints

Shades of #9E688D

#9E688D
(158,104,141)
#905F81
(144,95,129)
#825675
(130,86,117)
#744D69
(116,77,105)
#66445D
(102,68,93)
#583B51
(88,59,81)
#4A3245
(74,50,69)
#3C2939
(60,41,57)
#2E202D
(46,32,45)
#201721
(32,23,33)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #9E688D

#9E688D
(158,104,141)
#A67597
(166,117,151)
#AE82A1
(174,130,161)
#B68FAB
(182,143,171)
#BE9CB5
(190,156,181)
#C6A9BF
(198,169,191)
#CEB6C9
(206,182,201)
#D6C3D3
(214,195,211)
#DED0DD
(222,208,221)
#E6DDE7
(230,221,231)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E688D color. Also use rgb(158,104,141) instead hex code.

Text Font Color

.myTextColor { color: #9E688D; }

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

This text font color is #9E688D.


Background Color

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

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

This div background color is #9E688D.


Border color

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

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

This div border color is #9E688D.


Opacity

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

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

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

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

This text has shadow with #9E688D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E688D on black background.


Color preview on white background

This text has color #9E688D on white background.



Black color preview on #9E688D background

This text has black color on #9E688D background.


White color preview on #9E688D background

This text has white color on #9E688D background.