COLOR #9E6476

HEX: #9E6476
RGB: (158,100,118)

Color info

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

RGB color model

#9E6476 color RGB value is (158,100,118).

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

RGB channels and saturation

R 158 of 255 = 62%
G 100 of 255 = 39%
B 118 of 255 = 46%

158
100
118

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

Portions of RGB colors in percentages

R + G + B =
158 + 100 + 118 = 376 (100%)
R 158 of 376 ~ 42.02%
G 100 of 376 ~ 26.6%
B 118 of 376 ~ 31.38%

%42.02
%26.6
%31.38

CMYK color model

#9E6476 color CMYK value is (0,37,25,38).

  • cyan value is 0.00%
  • magenta value is 36.71%
  • yellow value is 25.32%
  • key color value is 38.04%
CMYK:
(0,37,25,38)
C0M37Y25K38 
(0%,37%,25%,38%)
(0.00/0.37/0.25/0.38)	

CMYK percentages

%0
%36.71
%25.32
%38.04

Codes

Color #9E6476 in popluar color models

9E6476
RGB158100118
HSL341°23.02%50.59%
HSB/HSV341°36.71%61.96%
CMYK0.00%36.71%25.32%
38.04%

Color #9E6476 in popluar number systems.

HEX9E6476
Decimal158100118
Binary1001111011001001110110
Octal236144166

Shades and tints

Shades of #9E6476

#9E6476
(158,100,118)
#905B6C
(144,91,108)
#825262
(130,82,98)
#744958
(116,73,88)
#66404E
(102,64,78)
#583744
(88,55,68)
#4A2E3A
(74,46,58)
#3C2530
(60,37,48)
#2E1C26
(46,28,38)
#20131C
(32,19,28)
#120A12
(18,10,18)
#000000
(0,0,0)

Tints of #9E6476

#9E6476
(158,100,118)
#A67282
(166,114,130)
#AE808E
(174,128,142)
#B68E9A
(182,142,154)
#BE9CA6
(190,156,166)
#C6AAB2
(198,170,178)
#CEB8BE
(206,184,190)
#D6C6CA
(214,198,202)
#DED4D6
(222,212,214)
#E6E2E2
(230,226,226)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E6476; }

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

This text font color is #9E6476.


Background Color

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

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

This div background color is #9E6476.


Border color

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

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

This div border color is #9E6476.


Opacity

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

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

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

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

This text has shadow with #9E6476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6476 on black background.


Color preview on white background

This text has color #9E6476 on white background.



Black color preview on #9E6476 background

This text has black color on #9E6476 background.


White color preview on #9E6476 background

This text has white color on #9E6476 background.