COLOR #9E7692

HEX: #9E7692
RGB: (158,118,146)

Color info

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

RGB color model

#9E7692 color RGB value is (158,118,146).

  • red value is 158;
  • green value is 118;
  • blue value is 146.
RGB:
(158,118,146)
(62%,46%,57%)

RGB channels and saturation

R 158 of 255 = 62%
G 118 of 255 = 46%
B 146 of 255 = 57%

158
118
146

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

Portions of RGB colors in percentages

R + G + B =
158 + 118 + 146 = 422 (100%)
R 158 of 422 ~ 37.44%
G 118 of 422 ~ 27.96%
B 146 of 422 ~ 34.6%

%37.44
%27.96
%34.6

CMYK color model

#9E7692 color CMYK value is (0,25,8,38).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 7.59%
  • key color value is 38.04%
CMYK:
(0,25,8,38)
C0M25Y8K38 
(0%,25%,8%,38%)
(0.00/0.25/0.08/0.38)	

CMYK percentages

%0
%25.32
%7.59
%38.04

Codes

Color #9E7692 in popluar color models

9E7692
RGB158118146
HSL318°17.09%54.12%
HSB/HSV318°25.32%61.96%
CMYK0.00%25.32%7.59%
38.04%

Color #9E7692 in popluar number systems.

HEX9E7692
Decimal158118146
Binary10011110111011010010010
Octal236166222

Shades and tints

Shades of #9E7692

#9E7692
(158,118,146)
#906C85
(144,108,133)
#826278
(130,98,120)
#74586B
(116,88,107)
#664E5E
(102,78,94)
#584451
(88,68,81)
#4A3A44
(74,58,68)
#3C3037
(60,48,55)
#2E262A
(46,38,42)
#201C1D
(32,28,29)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #9E7692

#9E7692
(158,118,146)
#A6829B
(166,130,155)
#AE8EA4
(174,142,164)
#B69AAD
(182,154,173)
#BEA6B6
(190,166,182)
#C6B2BF
(198,178,191)
#CEBEC8
(206,190,200)
#D6CAD1
(214,202,209)
#DED6DA
(222,214,218)
#E6E2E3
(230,226,227)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7692 color. Also use rgb(158,118,146) instead hex code.

Text Font Color

.myTextColor { color: #9E7692; }

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

This text font color is #9E7692.


Background Color

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

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

This div background color is #9E7692.


Border color

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

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

This div border color is #9E7692.


Opacity

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

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

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

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

This text has shadow with #9E7692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7692 on black background.


Color preview on white background

This text has color #9E7692 on white background.



Black color preview on #9E7692 background

This text has black color on #9E7692 background.


White color preview on #9E7692 background

This text has white color on #9E7692 background.