COLOR #9E667F

HEX: #9E667F
RGB: (158,102,127)

Color info

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

RGB color model

#9E667F color RGB value is (158,102,127).

  • red value is 158;
  • green value is 102;
  • blue value is 127.
RGB:
(158,102,127)
(62%,40%,50%)

RGB channels and saturation

R 158 of 255 = 62%
G 102 of 255 = 40%
B 127 of 255 = 50%

158
102
127

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

Portions of RGB colors in percentages

R + G + B =
158 + 102 + 127 = 387 (100%)
R 158 of 387 ~ 40.83%
G 102 of 387 ~ 26.36%
B 127 of 387 ~ 32.82%

%40.83
%26.36
%32.82

CMYK color model

#9E667F color CMYK value is (0,35,20,38).

  • cyan value is 0.00%
  • magenta value is 35.44%
  • yellow value is 19.62%
  • key color value is 38.04%
CMYK:
(0,35,20,38)
C0M35Y20K38 
(0%,35%,20%,38%)
(0.00/0.35/0.20/0.38)	

CMYK percentages

%0
%35.44
%19.62
%38.04

Codes

Color #9E667F in popluar color models

9E667F
RGB158102127
HSL333°22.40%50.98%
HSB/HSV333°35.44%61.96%
CMYK0.00%35.44%19.62%
38.04%

Color #9E667F in popluar number systems.

HEX9E667F
Decimal158102127
Binary1001111011001101111111
Octal236146177

Shades and tints

Shades of #9E667F

#9E667F
(158,102,127)
#905D74
(144,93,116)
#825469
(130,84,105)
#744B5E
(116,75,94)
#664253
(102,66,83)
#583948
(88,57,72)
#4A303D
(74,48,61)
#3C2732
(60,39,50)
#2E1E27
(46,30,39)
#20151C
(32,21,28)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #9E667F

#9E667F
(158,102,127)
#A6738A
(166,115,138)
#AE8095
(174,128,149)
#B68DA0
(182,141,160)
#BE9AAB
(190,154,171)
#C6A7B6
(198,167,182)
#CEB4C1
(206,180,193)
#D6C1CC
(214,193,204)
#DECED7
(222,206,215)
#E6DBE2
(230,219,226)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E667F color. Also use rgb(158,102,127) instead hex code.

Text Font Color

.myTextColor { color: #9E667F; }

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

This text font color is #9E667F.


Background Color

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

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

This div background color is #9E667F.


Border color

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

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

This div border color is #9E667F.


Opacity

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

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

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

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

This text has shadow with #9E667F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E667F on black background.


Color preview on white background

This text has color #9E667F on white background.



Black color preview on #9E667F background

This text has black color on #9E667F background.


White color preview on #9E667F background

This text has white color on #9E667F background.