COLOR #9E607A

HEX: #9E607A
RGB: (158,96,122)

Color info

#9E607A contains mainly red and blue colors. Web safe color of #9E607A is #996666 (or #966).

RGB color model

#9E607A color RGB value is (158,96,122).

  • red value is 158;
  • green value is 96;
  • blue value is 122.
RGB:
(158,96,122)
(62%,38%,48%)

RGB channels and saturation

R 158 of 255 = 62%
G 96 of 255 = 38%
B 122 of 255 = 48%

158
96
122

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

Portions of RGB colors in percentages

R + G + B =
158 + 96 + 122 = 376 (100%)
R 158 of 376 ~ 42.02%
G 96 of 376 ~ 25.53%
B 122 of 376 ~ 32.45%

%42.02
%25.53
%32.45

CMYK color model

#9E607A color CMYK value is (0,39,23,38).

  • cyan value is 0.00%
  • magenta value is 39.24%
  • yellow value is 22.78%
  • key color value is 38.04%
CMYK:
(0,39,23,38)
C0M39Y23K38 
(0%,39%,23%,38%)
(0.00/0.39/0.23/0.38)	

CMYK percentages

%0
%39.24
%22.78
%38.04

Codes

Color #9E607A in popluar color models

9E607A
RGB15896122
HSL335°24.41%49.80%
HSB/HSV335°39.24%61.96%
CMYK0.00%39.24%22.78%
38.04%

Color #9E607A in popluar number systems.

HEX9E607A
Decimal15896122
Binary1001111011000001111010
Octal236140172

Shades and tints

Shades of #9E607A

#9E607A
(158,96,122)
#90586F
(144,88,111)
#825064
(130,80,100)
#744859
(116,72,89)
#66404E
(102,64,78)
#583843
(88,56,67)
#4A3038
(74,48,56)
#3C282D
(60,40,45)
#2E2022
(46,32,34)
#201817
(32,24,23)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #9E607A

#9E607A
(158,96,122)
#A66E86
(166,110,134)
#AE7C92
(174,124,146)
#B68A9E
(182,138,158)
#BE98AA
(190,152,170)
#C6A6B6
(198,166,182)
#CEB4C2
(206,180,194)
#D6C2CE
(214,194,206)
#DED0DA
(222,208,218)
#E6DEE6
(230,222,230)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E607A color. Also use rgb(158,96,122) instead hex code.

Text Font Color

.myTextColor { color: #9E607A; }

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

This text font color is #9E607A.


Background Color

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

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

This div background color is #9E607A.


Border color

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

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

This div border color is #9E607A.


Opacity

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

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

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

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

This text has shadow with #9E607A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E607A on black background.


Color preview on white background

This text has color #9E607A on white background.



Black color preview on #9E607A background

This text has black color on #9E607A background.


White color preview on #9E607A background

This text has white color on #9E607A background.