COLOR #9E647C

HEX: #9E647C
RGB: (158,100,124)

Color info

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

RGB color model

#9E647C color RGB value is (158,100,124).

  • red value is 158;
  • green value is 100;
  • blue value is 124.
RGB:
(158,100,124)
(62%,39%,49%)

RGB channels and saturation

R 158 of 255 = 62%
G 100 of 255 = 39%
B 124 of 255 = 49%

158
100
124

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

Portions of RGB colors in percentages

R + G + B =
158 + 100 + 124 = 382 (100%)
R 158 of 382 ~ 41.36%
G 100 of 382 ~ 26.18%
B 124 of 382 ~ 32.46%

%41.36
%26.18
%32.46

CMYK color model

#9E647C color CMYK value is (0,37,22,38).

  • cyan value is 0.00%
  • magenta value is 36.71%
  • yellow value is 21.52%
  • key color value is 38.04%
CMYK:
(0,37,22,38)
C0M37Y22K38 
(0%,37%,22%,38%)
(0.00/0.37/0.22/0.38)	

CMYK percentages

%0
%36.71
%21.52
%38.04

Codes

Color #9E647C in popluar color models

9E647C
RGB158100124
HSL335°23.02%50.59%
HSB/HSV335°36.71%61.96%
CMYK0.00%36.71%21.52%
38.04%

Color #9E647C in popluar number systems.

HEX9E647C
Decimal158100124
Binary1001111011001001111100
Octal236144174

Shades and tints

Shades of #9E647C

#9E647C
(158,100,124)
#905B71
(144,91,113)
#825266
(130,82,102)
#74495B
(116,73,91)
#664050
(102,64,80)
#583745
(88,55,69)
#4A2E3A
(74,46,58)
#3C252F
(60,37,47)
#2E1C24
(46,28,36)
#201319
(32,19,25)
#120A0E
(18,10,14)
#000000
(0,0,0)

Tints of #9E647C

#9E647C
(158,100,124)
#A67287
(166,114,135)
#AE8092
(174,128,146)
#B68E9D
(182,142,157)
#BE9CA8
(190,156,168)
#C6AAB3
(198,170,179)
#CEB8BE
(206,184,190)
#D6C6C9
(214,198,201)
#DED4D4
(222,212,212)
#E6E2DF
(230,226,223)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E647C color. Also use rgb(158,100,124) instead hex code.

Text Font Color

.myTextColor { color: #9E647C; }

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

This text font color is #9E647C.


Background Color

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

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

This div background color is #9E647C.


Border color

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

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

This div border color is #9E647C.


Opacity

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

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

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

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

This text has shadow with #9E647C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E647C on black background.


Color preview on white background

This text has color #9E647C on white background.



Black color preview on #9E647C background

This text has black color on #9E647C background.


White color preview on #9E647C background

This text has white color on #9E647C background.