COLOR #9E7184

HEX: #9E7184 RGB: (158,113,132)

Color info

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

RGB color model

#9E7184 color RGB value is (158,113,132).

RGB: (158,113,132) (62%, 44%, 52%)

RGB channels and saturation

R 158 of 255 = 62%
G 113 of 255 = 44%
B 132 of 255 = 52%

158
113
132

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

Portions of RGB colors in percentages

R + G + B = 158 + 113 + 132 = 403 (100%)
R 158 of 403 ~ 39.21%
G 113 of 403 ~ 28.04%
B 132 of 403 ~ 32.75'%

%39.21
%28.04
%32.75

CMYK color model

#9E7184 color CMYK value is (0,28,16,38).

  • cyan value is 0.00%
  • magenta value is 28.48%
  • yellow value is 16.46%
  • key color value is 38.04%

CMYK: (0,28,16,38)
C0M28Y16K38 (0%, 28%, 16%, 38%)
(0.00 / 0.28 / 0.16 / 0.38)

CMYK percentages

%0
%28.48
%16.46
%38.04

Codes

Color #9E7184 in popluar color models

9E 71 84
RGB 158 113 132
HSL 335° 18.83% 53.14%
HSB/HSV 335° 28.48% 61.96%
CMYK 0.00% 28.48% 16.46%
38.04%

Color #9E7184 in popluar number systems.

HEX 9E 71 84
Decimal 158 113 132
Binary 10011110 1110001 10000100
Octal 236 161 204

Shades and tints

Shades of #9E7184

#9E7184
(158,113,132)
#906778
(144,103,120)
#825D6C
(130,93,108)
#745360
(116,83,96)
#664954
(102,73,84)
#583F48
(88,63,72)
#4A353C
(74,53,60)
#3C2B30
(60,43,48)
#2E2124
(46,33,36)
#201718
(32,23,24)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #9E7184

#9E7184
(158,113,132)
#A67D8F
(166,125,143)
#AE899A
(174,137,154)
#B695A5
(182,149,165)
#BEA1B0
(190,161,176)
#C6ADBB
(198,173,187)
#CEB9C6
(206,185,198)
#D6C5D1
(214,197,209)
#DED1DC
(222,209,220)
#E6DDE7
(230,221,231)
#EEE9F2
(238,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7184 color. Also use rgb(158,113,132) instead hex code.

Text Font Color

.myTextColor { color: #9E7184; }

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

This text font color is #9E7184.

Background Color

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

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

This div background color is #9E7184.

Border color

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

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

This div border color is #9E7184.

Opacity

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

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

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

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

This text has shadow with #9E7184 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E7184.

Preview

Color preview on black background

This text has color #9E7184 on black background.


Color preview on white background

This text has color #9E7184 on white background.


Black color preview on #9E7184 background

This text has black color on #9E7184 background.


White color preview on #9E7184 background

This text has white color on #9E7184 background.


Related colors

Complementary color

Complementary color for #hex is #618E7B.


I love getcolorcode.com

Triadic colors

1 #849E71 and #71849E with #9E7184 are triadic colors.

2 #84719E and #719E84 with #9E7184 are triadic colors.