COLOR #9E7689

HEX: #9E7689
RGB: (158,118,137)

Color info

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

RGB color model

#9E7689 color RGB value is (158,118,137).

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

RGB channels and saturation

R 158 of 255 = 62%
G 118 of 255 = 46%
B 137 of 255 = 54%

158
118
137

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

Portions of RGB colors in percentages

R + G + B =
158 + 118 + 137 = 413 (100%)
R 158 of 413 ~ 38.26%
G 118 of 413 ~ 28.57%
B 137 of 413 ~ 33.17%

%38.26
%28.57
%33.17

CMYK color model

#9E7689 color CMYK value is (0,25,13,38).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 13.29%
  • key color value is 38.04%
CMYK:
(0,25,13,38)
C0M25Y13K38 
(0%,25%,13%,38%)
(0.00/0.25/0.13/0.38)	

CMYK percentages

%0
%25.32
%13.29
%38.04

Codes

Color #9E7689 in popluar color models

9E7689
RGB158118137
HSL332°17.09%54.12%
HSB/HSV332°25.32%61.96%
CMYK0.00%25.32%13.29%
38.04%

Color #9E7689 in popluar number systems.

HEX9E7689
Decimal158118137
Binary10011110111011010001001
Octal236166211

Shades and tints

Shades of #9E7689

#9E7689
(158,118,137)
#906C7D
(144,108,125)
#826271
(130,98,113)
#745865
(116,88,101)
#664E59
(102,78,89)
#58444D
(88,68,77)
#4A3A41
(74,58,65)
#3C3035
(60,48,53)
#2E2629
(46,38,41)
#201C1D
(32,28,29)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #9E7689

#9E7689
(158,118,137)
#A68293
(166,130,147)
#AE8E9D
(174,142,157)
#B69AA7
(182,154,167)
#BEA6B1
(190,166,177)
#C6B2BB
(198,178,187)
#CEBEC5
(206,190,197)
#D6CACF
(214,202,207)
#DED6D9
(222,214,217)
#E6E2E3
(230,226,227)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E7689; }

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

This text font color is #9E7689.


Background Color

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

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

This div background color is #9E7689.


Border color

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

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

This div border color is #9E7689.


Opacity

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

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

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

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

This text has shadow with #9E7689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7689 on black background.


Color preview on white background

This text has color #9E7689 on white background.



Black color preview on #9E7689 background

This text has black color on #9E7689 background.


White color preview on #9E7689 background

This text has white color on #9E7689 background.