COLOR #9E6F77

HEX: #9E6F77
RGB: (158,111,119)

Color info

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

RGB color model

#9E6F77 color RGB value is (158,111,119).

  • red value is 158;
  • green value is 111;
  • blue value is 119.
RGB:
(158,111,119)
(62%,44%,47%)

RGB channels and saturation

R 158 of 255 = 62%
G 111 of 255 = 44%
B 119 of 255 = 47%

158
111
119

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

Portions of RGB colors in percentages

R + G + B =
158 + 111 + 119 = 388 (100%)
R 158 of 388 ~ 40.72%
G 111 of 388 ~ 28.61%
B 119 of 388 ~ 30.67%

%40.72
%28.61
%30.67

CMYK color model

#9E6F77 color CMYK value is (0,30,25,38).

  • cyan value is 0.00%
  • magenta value is 29.75%
  • yellow value is 24.68%
  • key color value is 38.04%
CMYK:
(0,30,25,38)
C0M30Y25K38 
(0%,30%,25%,38%)
(0.00/0.30/0.25/0.38)	

CMYK percentages

%0
%29.75
%24.68
%38.04

Codes

Color #9E6F77 in popluar color models

9E6F77
RGB158111119
HSL350°19.50%52.75%
HSB/HSV350°29.75%61.96%
CMYK0.00%29.75%24.68%
38.04%

Color #9E6F77 in popluar number systems.

HEX9E6F77
Decimal158111119
Binary1001111011011111110111
Octal236157167

Shades and tints

Shades of #9E6F77

#9E6F77
(158,111,119)
#90656D
(144,101,109)
#825B63
(130,91,99)
#745159
(116,81,89)
#66474F
(102,71,79)
#583D45
(88,61,69)
#4A333B
(74,51,59)
#3C2931
(60,41,49)
#2E1F27
(46,31,39)
#20151D
(32,21,29)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #9E6F77

#9E6F77
(158,111,119)
#A67C83
(166,124,131)
#AE898F
(174,137,143)
#B6969B
(182,150,155)
#BEA3A7
(190,163,167)
#C6B0B3
(198,176,179)
#CEBDBF
(206,189,191)
#D6CACB
(214,202,203)
#DED7D7
(222,215,215)
#E6E4E3
(230,228,227)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E6F77 color. Also use rgb(158,111,119) instead hex code.

Text Font Color

.myTextColor { color: #9E6F77; }

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

This text font color is #9E6F77.


Background Color

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

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

This div background color is #9E6F77.


Border color

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

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

This div border color is #9E6F77.


Opacity

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

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

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

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

This text has shadow with #9E6F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E6F77 on black background.


Color preview on white background

This text has color #9E6F77 on white background.



Black color preview on #9E6F77 background

This text has black color on #9E6F77 background.


White color preview on #9E6F77 background

This text has white color on #9E6F77 background.