COLOR #9E7282

HEX: #9E7282
RGB: (158,114,130)

Color info

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

RGB color model

#9E7282 color RGB value is (158,114,130).

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

RGB channels and saturation

R 158 of 255 = 62%
G 114 of 255 = 45%
B 130 of 255 = 51%

158
114
130

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

Portions of RGB colors in percentages

R + G + B =
158 + 114 + 130 = 402 (100%)
R 158 of 402 ~ 39.3%
G 114 of 402 ~ 28.36%
B 130 of 402 ~ 32.34%

%39.3
%28.36
%32.34

CMYK color model

#9E7282 color CMYK value is (0,28,18,38).

  • cyan value is 0.00%
  • magenta value is 27.85%
  • yellow value is 17.72%
  • key color value is 38.04%
CMYK:
(0,28,18,38)
C0M28Y18K38 
(0%,28%,18%,38%)
(0.00/0.28/0.18/0.38)	

CMYK percentages

%0
%27.85
%17.72
%38.04

Codes

Color #9E7282 in popluar color models

9E7282
RGB158114130
HSL338°18.49%53.33%
HSB/HSV338°27.85%61.96%
CMYK0.00%27.85%17.72%
38.04%

Color #9E7282 in popluar number systems.

HEX9E7282
Decimal158114130
Binary10011110111001010000010
Octal236162202

Shades and tints

Shades of #9E7282

#9E7282
(158,114,130)
#906877
(144,104,119)
#825E6C
(130,94,108)
#745461
(116,84,97)
#664A56
(102,74,86)
#58404B
(88,64,75)
#4A3640
(74,54,64)
#3C2C35
(60,44,53)
#2E222A
(46,34,42)
#20181F
(32,24,31)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #9E7282

#9E7282
(158,114,130)
#A67E8D
(166,126,141)
#AE8A98
(174,138,152)
#B696A3
(182,150,163)
#BEA2AE
(190,162,174)
#C6AEB9
(198,174,185)
#CEBAC4
(206,186,196)
#D6C6CF
(214,198,207)
#DED2DA
(222,210,218)
#E6DEE5
(230,222,229)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E7282; }

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

This text font color is #9E7282.


Background Color

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

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

This div background color is #9E7282.


Border color

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

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

This div border color is #9E7282.


Opacity

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

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

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

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

This text has shadow with #9E7282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7282 on black background.


Color preview on white background

This text has color #9E7282 on white background.



Black color preview on #9E7282 background

This text has black color on #9E7282 background.


White color preview on #9E7282 background

This text has white color on #9E7282 background.