COLOR #9E6E7B

HEX: #9E6E7B
RGB: (158,110,123)

Color info

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

RGB color model

#9E6E7B color RGB value is (158,110,123).

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

RGB channels and saturation

R 158 of 255 = 62%
G 110 of 255 = 43%
B 123 of 255 = 48%

158
110
123

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

Portions of RGB colors in percentages

R + G + B =
158 + 110 + 123 = 391 (100%)
R 158 of 391 ~ 40.41%
G 110 of 391 ~ 28.13%
B 123 of 391 ~ 31.46%

%40.41
%28.13
%31.46

CMYK color model

#9E6E7B color CMYK value is (0,30,22,38).

  • cyan value is 0.00%
  • magenta value is 30.38%
  • yellow value is 22.15%
  • key color value is 38.04%
CMYK: (0,30,22,38) C0M30Y22K38 (0%,30%,22%,38%) (0.00/0.30/0.22/0.38)

CMYK percentages

%0
%30.38
%22.15
%38.04

Codes

Color #9E6E7B in popluar color models

9E6E7B
RGB158110123
HSL344°19.83%52.55%
HSB/HSV344°30.38%61.96%
CMYK0.00%30.38%22.15%
38.04%

Color #9E6E7B in popluar number systems.

HEX9E6E7B
Decimal158110123
Binary1001111011011101111011
Octal236156173

Shades and tints

Shades of #9E6E7B

#9E6E7B
(158,110,123)
#906470
(144,100,112)
#825A65
(130,90,101)
#74505A
(116,80,90)
#66464F
(102,70,79)
#583C44
(88,60,68)
#4A3239
(74,50,57)
#3C282E
(60,40,46)
#2E1E23
(46,30,35)
#201418
(32,20,24)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #9E6E7B

#9E6E7B
(158,110,123)
#A67B87
(166,123,135)
#AE8893
(174,136,147)
#B6959F
(182,149,159)
#BEA2AB
(190,162,171)
#C6AFB7
(198,175,183)
#CEBCC3
(206,188,195)
#D6C9CF
(214,201,207)
#DED6DB
(222,214,219)
#E6E3E7
(230,227,231)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E6E7B; }

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

This text font color is #9E6E7B.


Background Color

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

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

This div background color is #9E6E7B.


Border color

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

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

This div border color is #9E6E7B.


Opacity

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

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

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

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

This text has shadow with #9E6E7B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9E6E7B on black background.


Color preview on white background

This text has color #9E6E7B on white background.



Black color preview on #9E6E7B background

This text has black color on #9E6E7B background.


White color preview on #9E6E7B background

This text has white color on #9E6E7B background.