COLOR #9E728C

HEX: #9E728C
RGB: (158,114,140)

Color info

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

RGB color model

#9E728C color RGB value is (158,114,140).

  • red value is 158;
  • green value is 114;
  • blue value is 140.
RGB: (158,114,140) (62%,45%,55%)

RGB channels and saturation

R 158 of 255 = 62%
G 114 of 255 = 45%
B 140 of 255 = 55%

158
114
140

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

Portions of RGB colors in percentages

R + G + B =
158 + 114 + 140 = 412 (100%)
R 158 of 412 ~ 38.35%
G 114 of 412 ~ 27.67%
B 140 of 412 ~ 33.98%

%38.35
%27.67
%33.98

CMYK color model

#9E728C color CMYK value is (0,28,11,38).

  • cyan value is 0.00%
  • magenta value is 27.85%
  • yellow value is 11.39%
  • key color value is 38.04%
CMYK: (0,28,11,38) C0M28Y11K38 (0%,28%,11%,38%) (0.00/0.28/0.11/0.38)

CMYK percentages

%0
%27.85
%11.39
%38.04

Codes

Color #9E728C in popluar color models

9E728C
RGB158114140
HSL325°18.49%53.33%
HSB/HSV325°27.85%61.96%
CMYK0.00%27.85%11.39%
38.04%

Color #9E728C in popluar number systems.

HEX9E728C
Decimal158114140
Binary10011110111001010001100
Octal236162214

Shades and tints

Shades of #9E728C

#9E728C
(158,114,140)
#906880
(144,104,128)
#825E74
(130,94,116)
#745468
(116,84,104)
#664A5C
(102,74,92)
#584050
(88,64,80)
#4A3644
(74,54,68)
#3C2C38
(60,44,56)
#2E222C
(46,34,44)
#201820
(32,24,32)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #9E728C

#9E728C
(158,114,140)
#A67E96
(166,126,150)
#AE8AA0
(174,138,160)
#B696AA
(182,150,170)
#BEA2B4
(190,162,180)
#C6AEBE
(198,174,190)
#CEBAC8
(206,186,200)
#D6C6D2
(214,198,210)
#DED2DC
(222,210,220)
#E6DEE6
(230,222,230)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E728C color. Also use rgb(158,114,140) instead hex code.

Text Font Color

.myTextColor { color: #9E728C; }

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

This text font color is #9E728C.


Background Color

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

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

This div background color is #9E728C.


Border color

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

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

This div border color is #9E728C.


Opacity

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

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

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

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

This text has shadow with #9E728C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9E728C on black background.


Color preview on white background

This text has color #9E728C on white background.



Black color preview on #9E728C background

This text has black color on #9E728C background.


White color preview on #9E728C background

This text has white color on #9E728C background.