COLOR #9E696B

HEX: #9E696B
RGB: (158,105,107)

Color info

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

RGB color model

#9E696B color RGB value is (158,105,107).

  • red value is 158;
  • green value is 105;
  • blue value is 107.
RGB:
(158,105,107)
(62%,41%,42%)

RGB channels and saturation

R 158 of 255 = 62%
G 105 of 255 = 41%
B 107 of 255 = 42%

158
105
107

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

Portions of RGB colors in percentages

R + G + B =
158 + 105 + 107 = 370 (100%)
R 158 of 370 ~ 42.7%
G 105 of 370 ~ 28.38%
B 107 of 370 ~ 28.92%

%42.7
%28.38
%28.92

CMYK color model

#9E696B color CMYK value is (0,34,32,38).

  • cyan value is 0.00%
  • magenta value is 33.54%
  • yellow value is 32.28%
  • key color value is 38.04%
CMYK:
(0,34,32,38)
C0M34Y32K38 
(0%,34%,32%,38%)
(0.00/0.34/0.32/0.38)	

CMYK percentages

%0
%33.54
%32.28
%38.04

Codes

Color #9E696B in popluar color models

9E696B
RGB158105107
HSL358°21.46%51.57%
HSB/HSV358°33.54%61.96%
CMYK0.00%33.54%32.28%
38.04%

Color #9E696B in popluar number systems.

HEX9E696B
Decimal158105107
Binary1001111011010011101011
Octal236151153

Shades and tints

Shades of #9E696B

#9E696B
(158,105,107)
#906062
(144,96,98)
#825759
(130,87,89)
#744E50
(116,78,80)
#664547
(102,69,71)
#583C3E
(88,60,62)
#4A3335
(74,51,53)
#3C2A2C
(60,42,44)
#2E2123
(46,33,35)
#20181A
(32,24,26)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #9E696B

#9E696B
(158,105,107)
#A67678
(166,118,120)
#AE8385
(174,131,133)
#B69092
(182,144,146)
#BE9D9F
(190,157,159)
#C6AAAC
(198,170,172)
#CEB7B9
(206,183,185)
#D6C4C6
(214,196,198)
#DED1D3
(222,209,211)
#E6DEE0
(230,222,224)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E696B color. Also use rgb(158,105,107) instead hex code.

Text Font Color

.myTextColor { color: #9E696B; }

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

This text font color is #9E696B.


Background Color

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

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

This div background color is #9E696B.


Border color

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

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

This div border color is #9E696B.


Opacity

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

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

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

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

This text has shadow with #9E696B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E696B on black background.


Color preview on white background

This text has color #9E696B on white background.



Black color preview on #9E696B background

This text has black color on #9E696B background.


White color preview on #9E696B background

This text has white color on #9E696B background.