COLOR #9E7695

HEX: #9E7695
RGB: (158,118,149)

Color info

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

RGB color model

#9E7695 color RGB value is (158,118,149).

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

RGB channels and saturation

R 158 of 255 = 62%
G 118 of 255 = 46%
B 149 of 255 = 58%

158
118
149

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

Portions of RGB colors in percentages

R + G + B =
158 + 118 + 149 = 425 (100%)
R 158 of 425 ~ 37.18%
G 118 of 425 ~ 27.76%
B 149 of 425 ~ 35.06%

%37.18
%27.76
%35.06

CMYK color model

#9E7695 color CMYK value is (0,25,6,38).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 5.70%
  • key color value is 38.04%
CMYK:
(0,25,6,38)
C0M25Y6K38 
(0%,25%,6%,38%)
(0.00/0.25/0.06/0.38)	

CMYK percentages

%0
%25.32
%5.7
%38.04

Codes

Color #9E7695 in popluar color models

9E7695
RGB158118149
HSL314°17.09%54.12%
HSB/HSV314°25.32%61.96%
CMYK0.00%25.32%5.70%
38.04%

Color #9E7695 in popluar number systems.

HEX9E7695
Decimal158118149
Binary10011110111011010010101
Octal236166225

Shades and tints

Shades of #9E7695

#9E7695
(158,118,149)
#906C88
(144,108,136)
#82627B
(130,98,123)
#74586E
(116,88,110)
#664E61
(102,78,97)
#584454
(88,68,84)
#4A3A47
(74,58,71)
#3C303A
(60,48,58)
#2E262D
(46,38,45)
#201C20
(32,28,32)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #9E7695

#9E7695
(158,118,149)
#A6829E
(166,130,158)
#AE8EA7
(174,142,167)
#B69AB0
(182,154,176)
#BEA6B9
(190,166,185)
#C6B2C2
(198,178,194)
#CEBECB
(206,190,203)
#D6CAD4
(214,202,212)
#DED6DD
(222,214,221)
#E6E2E6
(230,226,230)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E7695; }

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

This text font color is #9E7695.


Background Color

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

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

This div background color is #9E7695.


Border color

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

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

This div border color is #9E7695.


Opacity

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

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

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

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

This text has shadow with #9E7695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7695 on black background.


Color preview on white background

This text has color #9E7695 on white background.



Black color preview on #9E7695 background

This text has black color on #9E7695 background.


White color preview on #9E7695 background

This text has white color on #9E7695 background.