COLOR #9E6678

HEX: #9E6678
RGB: (158,102,120)

Color info

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

RGB color model

#9E6678 color RGB value is (158,102,120).

  • red value is 158;
  • green value is 102;
  • blue value is 120.
RGB:
(158,102,120)
(62%,40%,47%)

RGB channels and saturation

R 158 of 255 = 62%
G 102 of 255 = 40%
B 120 of 255 = 47%

158
102
120

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

Portions of RGB colors in percentages

R + G + B =
158 + 102 + 120 = 380 (100%)
R 158 of 380 ~ 41.58%
G 102 of 380 ~ 26.84%
B 120 of 380 ~ 31.58%

%41.58
%26.84
%31.58

CMYK color model

#9E6678 color CMYK value is (0,35,24,38).

  • cyan value is 0.00%
  • magenta value is 35.44%
  • yellow value is 24.05%
  • key color value is 38.04%
CMYK:
(0,35,24,38)
C0M35Y24K38 
(0%,35%,24%,38%)
(0.00/0.35/0.24/0.38)	

CMYK percentages

%0
%35.44
%24.05
%38.04

Codes

Color #9E6678 in popluar color models

9E6678
RGB158102120
HSL341°22.40%50.98%
HSB/HSV341°35.44%61.96%
CMYK0.00%35.44%24.05%
38.04%

Color #9E6678 in popluar number systems.

HEX9E6678
Decimal158102120
Binary1001111011001101111000
Octal236146170

Shades and tints

Shades of #9E6678

#9E6678
(158,102,120)
#905D6E
(144,93,110)
#825464
(130,84,100)
#744B5A
(116,75,90)
#664250
(102,66,80)
#583946
(88,57,70)
#4A303C
(74,48,60)
#3C2732
(60,39,50)
#2E1E28
(46,30,40)
#20151E
(32,21,30)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #9E6678

#9E6678
(158,102,120)
#A67384
(166,115,132)
#AE8090
(174,128,144)
#B68D9C
(182,141,156)
#BE9AA8
(190,154,168)
#C6A7B4
(198,167,180)
#CEB4C0
(206,180,192)
#D6C1CC
(214,193,204)
#DECED8
(222,206,216)
#E6DBE4
(230,219,228)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6678 color. Also use rgb(158,102,120) instead hex code.

Text Font Color

.myTextColor { color: #9E6678; }

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

This text font color is #9E6678.


Background Color

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

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

This div background color is #9E6678.


Border color

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

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

This div border color is #9E6678.


Opacity

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

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

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

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

This text has shadow with #9E6678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6678 on black background.


Color preview on white background

This text has color #9E6678 on white background.



Black color preview on #9E6678 background

This text has black color on #9E6678 background.


White color preview on #9E6678 background

This text has white color on #9E6678 background.