COLOR #9E656E

HEX: #9E656E
RGB: (158,101,110)

Color info

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

RGB color model

#9E656E color RGB value is (158,101,110).

  • red value is 158;
  • green value is 101;
  • blue value is 110.
RGB:
(158,101,110)
(62%,40%,43%)

RGB channels and saturation

R 158 of 255 = 62%
G 101 of 255 = 40%
B 110 of 255 = 43%

158
101
110

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

Portions of RGB colors in percentages

R + G + B =
158 + 101 + 110 = 369 (100%)
R 158 of 369 ~ 42.82%
G 101 of 369 ~ 27.37%
B 110 of 369 ~ 29.81%

%42.82
%27.37
%29.81

CMYK color model

#9E656E color CMYK value is (0,36,30,38).

  • cyan value is 0.00%
  • magenta value is 36.08%
  • yellow value is 30.38%
  • key color value is 38.04%
CMYK:
(0,36,30,38)
C0M36Y30K38 
(0%,36%,30%,38%)
(0.00/0.36/0.30/0.38)	

CMYK percentages

%0
%36.08
%30.38
%38.04

Codes

Color #9E656E in popluar color models

9E656E
RGB158101110
HSL351°22.71%50.78%
HSB/HSV351°36.08%61.96%
CMYK0.00%36.08%30.38%
38.04%

Color #9E656E in popluar number systems.

HEX9E656E
Decimal158101110
Binary1001111011001011101110
Octal236145156

Shades and tints

Shades of #9E656E

#9E656E
(158,101,110)
#905C64
(144,92,100)
#82535A
(130,83,90)
#744A50
(116,74,80)
#664146
(102,65,70)
#58383C
(88,56,60)
#4A2F32
(74,47,50)
#3C2628
(60,38,40)
#2E1D1E
(46,29,30)
#201414
(32,20,20)
#120B0A
(18,11,10)
#000000
(0,0,0)

Tints of #9E656E

#9E656E
(158,101,110)
#A6737B
(166,115,123)
#AE8188
(174,129,136)
#B68F95
(182,143,149)
#BE9DA2
(190,157,162)
#C6ABAF
(198,171,175)
#CEB9BC
(206,185,188)
#D6C7C9
(214,199,201)
#DED5D6
(222,213,214)
#E6E3E3
(230,227,227)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E656E color. Also use rgb(158,101,110) instead hex code.

Text Font Color

.myTextColor { color: #9E656E; }

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

This text font color is #9E656E.


Background Color

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

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

This div background color is #9E656E.


Border color

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

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

This div border color is #9E656E.


Opacity

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

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

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

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

This text has shadow with #9E656E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E656E on black background.


Color preview on white background

This text has color #9E656E on white background.



Black color preview on #9E656E background

This text has black color on #9E656E background.


White color preview on #9E656E background

This text has white color on #9E656E background.