COLOR #9E6784

HEX: #9E6784
RGB: (158,103,132)

Color info

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

RGB color model

#9E6784 color RGB value is (158,103,132).

  • red value is 158;
  • green value is 103;
  • blue value is 132.
RGB:
(158,103,132)
(62%,40%,52%)

RGB channels and saturation

R 158 of 255 = 62%
G 103 of 255 = 40%
B 132 of 255 = 52%

158
103
132

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

Portions of RGB colors in percentages

R + G + B =
158 + 103 + 132 = 393 (100%)
R 158 of 393 ~ 40.2%
G 103 of 393 ~ 26.21%
B 132 of 393 ~ 33.59%

%40.2
%26.21
%33.59

CMYK color model

#9E6784 color CMYK value is (0,35,16,38).

  • cyan value is 0.00%
  • magenta value is 34.81%
  • yellow value is 16.46%
  • key color value is 38.04%
CMYK:
(0,35,16,38)
C0M35Y16K38 
(0%,35%,16%,38%)
(0.00/0.35/0.16/0.38)	

CMYK percentages

%0
%34.81
%16.46
%38.04

Codes

Color #9E6784 in popluar color models

9E6784
RGB158103132
HSL328°22.09%51.18%
HSB/HSV328°34.81%61.96%
CMYK0.00%34.81%16.46%
38.04%

Color #9E6784 in popluar number systems.

HEX9E6784
Decimal158103132
Binary10011110110011110000100
Octal236147204

Shades and tints

Shades of #9E6784

#9E6784
(158,103,132)
#905E78
(144,94,120)
#82556C
(130,85,108)
#744C60
(116,76,96)
#664354
(102,67,84)
#583A48
(88,58,72)
#4A313C
(74,49,60)
#3C2830
(60,40,48)
#2E1F24
(46,31,36)
#201618
(32,22,24)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #9E6784

#9E6784
(158,103,132)
#A6748F
(166,116,143)
#AE819A
(174,129,154)
#B68EA5
(182,142,165)
#BE9BB0
(190,155,176)
#C6A8BB
(198,168,187)
#CEB5C6
(206,181,198)
#D6C2D1
(214,194,209)
#DECFDC
(222,207,220)
#E6DCE7
(230,220,231)
#EEE9F2
(238,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6784 color. Also use rgb(158,103,132) instead hex code.

Text Font Color

.myTextColor { color: #9E6784; }

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

This text font color is #9E6784.


Background Color

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

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

This div background color is #9E6784.


Border color

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

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

This div border color is #9E6784.


Opacity

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

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

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

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

This text has shadow with #9E6784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6784 on black background.


Color preview on white background

This text has color #9E6784 on white background.



Black color preview on #9E6784 background

This text has black color on #9E6784 background.


White color preview on #9E6784 background

This text has white color on #9E6784 background.