COLOR #9E6B85

HEX: #9E6B85
RGB: (158,107,133)

Color info

#9E6B85 contains red, green and blue colors in about the same proportion. Web safe color of #9E6B85 is #996699 (or #969).

RGB color model

#9E6B85 color RGB value is (158,107,133).

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

RGB channels and saturation

R 158 of 255 = 62%
G 107 of 255 = 42%
B 133 of 255 = 52%

158
107
133

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

Portions of RGB colors in percentages

R + G + B =
158 + 107 + 133 = 398 (100%)
R 158 of 398 ~ 39.7%
G 107 of 398 ~ 26.88%
B 133 of 398 ~ 33.42%

%39.7
%26.88
%33.42

CMYK color model

#9E6B85 color CMYK value is (0,32,16,38).

  • cyan value is 0.00%
  • magenta value is 32.28%
  • yellow value is 15.82%
  • key color value is 38.04%
CMYK:
(0,32,16,38)
C0M32Y16K38 
(0%,32%,16%,38%)
(0.00/0.32/0.16/0.38)	

CMYK percentages

%0
%32.28
%15.82
%38.04

Codes

Color #9E6B85 in popluar color models

9E6B85
RGB158107133
HSL329°20.82%51.96%
HSB/HSV329°32.28%61.96%
CMYK0.00%32.28%15.82%
38.04%

Color #9E6B85 in popluar number systems.

HEX9E6B85
Decimal158107133
Binary10011110110101110000101
Octal236153205

Shades and tints

Shades of #9E6B85

#9E6B85
(158,107,133)
#906279
(144,98,121)
#82596D
(130,89,109)
#745061
(116,80,97)
#664755
(102,71,85)
#583E49
(88,62,73)
#4A353D
(74,53,61)
#3C2C31
(60,44,49)
#2E2325
(46,35,37)
#201A19
(32,26,25)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #9E6B85

#9E6B85
(158,107,133)
#A67890
(166,120,144)
#AE859B
(174,133,155)
#B692A6
(182,146,166)
#BE9FB1
(190,159,177)
#C6ACBC
(198,172,188)
#CEB9C7
(206,185,199)
#D6C6D2
(214,198,210)
#DED3DD
(222,211,221)
#E6E0E8
(230,224,232)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E6B85; }

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

This text font color is #9E6B85.


Background Color

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

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

This div background color is #9E6B85.


Border color

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

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

This div border color is #9E6B85.


Opacity

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

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

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

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

This text has shadow with #9E6B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6B85 on black background.


Color preview on white background

This text has color #9E6B85 on white background.



Black color preview on #9E6B85 background

This text has black color on #9E6B85 background.


White color preview on #9E6B85 background

This text has white color on #9E6B85 background.