COLOR #9E697B

HEX: #9E697B
RGB: (158,105,123)

Color info

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

RGB color model

#9E697B color RGB value is (158,105,123).

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

RGB channels and saturation

R 158 of 255 = 62%
G 105 of 255 = 41%
B 123 of 255 = 48%

158
105
123

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

Portions of RGB colors in percentages

R + G + B =
158 + 105 + 123 = 386 (100%)
R 158 of 386 ~ 40.93%
G 105 of 386 ~ 27.2%
B 123 of 386 ~ 31.87%

%40.93
%27.2
%31.87

CMYK color model

#9E697B color CMYK value is (0,34,22,38).

  • cyan value is 0.00%
  • magenta value is 33.54%
  • yellow value is 22.15%
  • key color value is 38.04%
CMYK:
(0,34,22,38)
C0M34Y22K38 
(0%,34%,22%,38%)
(0.00/0.34/0.22/0.38)	

CMYK percentages

%0
%33.54
%22.15
%38.04

Codes

Color #9E697B in popluar color models

9E697B
RGB158105123
HSL340°21.46%51.57%
HSB/HSV340°33.54%61.96%
CMYK0.00%33.54%22.15%
38.04%

Color #9E697B in popluar number systems.

HEX9E697B
Decimal158105123
Binary1001111011010011111011
Octal236151173

Shades and tints

Shades of #9E697B

#9E697B
(158,105,123)
#906070
(144,96,112)
#825765
(130,87,101)
#744E5A
(116,78,90)
#66454F
(102,69,79)
#583C44
(88,60,68)
#4A3339
(74,51,57)
#3C2A2E
(60,42,46)
#2E2123
(46,33,35)
#201818
(32,24,24)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #9E697B

#9E697B
(158,105,123)
#A67687
(166,118,135)
#AE8393
(174,131,147)
#B6909F
(182,144,159)
#BE9DAB
(190,157,171)
#C6AAB7
(198,170,183)
#CEB7C3
(206,183,195)
#D6C4CF
(214,196,207)
#DED1DB
(222,209,219)
#E6DEE7
(230,222,231)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E697B; }

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

This text font color is #9E697B.


Background Color

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

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

This div background color is #9E697B.


Border color

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

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

This div border color is #9E697B.


Opacity

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

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

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

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

This text has shadow with #9E697B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E697B on black background.


Color preview on white background

This text has color #9E697B on white background.



Black color preview on #9E697B background

This text has black color on #9E697B background.


White color preview on #9E697B background

This text has white color on #9E697B background.