COLOR #9E4866

HEX: #9E4866
RGB: (158,72,102)

Color info

#9E4866 contains mainly red and blue colors. Web safe color of #9E4866 is #993366 (or #936).

RGB color model

#9E4866 color RGB value is (158,72,102).

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

RGB channels and saturation

R 158 of 255 = 62%
G 72 of 255 = 28%
B 102 of 255 = 40%

158
72
102

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

Portions of RGB colors in percentages

R + G + B =
158 + 72 + 102 = 332 (100%)
R 158 of 332 ~ 47.59%
G 72 of 332 ~ 21.69%
B 102 of 332 ~ 30.72%

%47.59
%21.69
%30.72

CMYK color model

#9E4866 color CMYK value is (0,54,35,38).

  • cyan value is 0.00%
  • magenta value is 54.43%
  • yellow value is 35.44%
  • key color value is 38.04%
CMYK:
(0,54,35,38)
C0M54Y35K38 
(0%,54%,35%,38%)
(0.00/0.54/0.35/0.38)	

CMYK percentages

%0
%54.43
%35.44
%38.04

Codes

Color #9E4866 in popluar color models

9E4866
RGB15872102
HSL339°37.39%45.10%
HSB/HSV339°54.43%61.96%
CMYK0.00%54.43%35.44%
38.04%

Color #9E4866 in popluar number systems.

HEX9E4866
Decimal15872102
Binary1001111010010001100110
Octal236110146

Shades and tints

Shades of #9E4866

#9E4866
(158,72,102)
#90425D
(144,66,93)
#823C54
(130,60,84)
#74364B
(116,54,75)
#663042
(102,48,66)
#582A39
(88,42,57)
#4A2430
(74,36,48)
#3C1E27
(60,30,39)
#2E181E
(46,24,30)
#201215
(32,18,21)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #9E4866

#9E4866
(158,72,102)
#A65873
(166,88,115)
#AE6880
(174,104,128)
#B6788D
(182,120,141)
#BE889A
(190,136,154)
#C698A7
(198,152,167)
#CEA8B4
(206,168,180)
#D6B8C1
(214,184,193)
#DEC8CE
(222,200,206)
#E6D8DB
(230,216,219)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E4866; }

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

This text font color is #9E4866.


Background Color

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

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

This div background color is #9E4866.


Border color

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

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

This div border color is #9E4866.


Opacity

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

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

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

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

This text has shadow with #9E4866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E4866 on black background.


Color preview on white background

This text has color #9E4866 on white background.



Black color preview on #9E4866 background

This text has black color on #9E4866 background.


White color preview on #9E4866 background

This text has white color on #9E4866 background.