COLOR #9E7899

HEX: #9E7899 RGB: (158,120,153)

Color info

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

RGB color model

#9E7899 color RGB value is (158,120,153).

RGB: (158,120,153) (62%, 47%, 60%)

RGB channels and saturation

R 158 of 255 = 62%
G 120 of 255 = 47%
B 153 of 255 = 60%

158
120
153

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

Portions of RGB colors in percentages

R + G + B = 158 + 120 + 153 = 431 (100%)
R 158 of 431 ~ 36.66%
G 120 of 431 ~ 27.84%
B 153 of 431 ~ 35.5'%

%36.66
%27.84
%35.5

CMYK color model

#9E7899 color CMYK value is (0,24,3,38).

  • cyan value is 0.00%
  • magenta value is 24.05%
  • yellow value is 3.16%
  • key color value is 38.04%
CMYK: (0,24,3,38) C0M24Y3K38 (0%,24%,3%,38%) (0.00/0.24/0.03/0.38) 

CMYK percentages

%0
%24.05
%3.16
%38.04

Codes

Color #9E7899 in popluar color models

9E 78 99
RGB 158 120 153
HSL 308° 16.38% 54.51%
HSB/HSV 308° 24.05% 61.96%
CMYK 0.00% 24.05% 3.16%
38.04%

Color #9E7899 in popluar number systems.

HEX 9E 78 99
Decimal 158 120 153
Binary 10011110 1111000 10011001
Octal 236 170 231

Shades and tints

Shades of #9E7899

#9E7899
(158,120,153)
#906E8C
(144,110,140)
#82647F
(130,100,127)
#745A72
(116,90,114)
#665065
(102,80,101)
#584658
(88,70,88)
#4A3C4B
(74,60,75)
#3C323E
(60,50,62)
#2E2831
(46,40,49)
#201E24
(32,30,36)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #9E7899

#9E7899
(158,120,153)
#A684A2
(166,132,162)
#AE90AB
(174,144,171)
#B69CB4
(182,156,180)
#BEA8BD
(190,168,189)
#C6B4C6
(198,180,198)
#CEC0CF
(206,192,207)
#D6CCD8
(214,204,216)
#DED8E1
(222,216,225)
#E6E4EA
(230,228,234)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7899 color. Also use rgb(158,120,153) instead hex code.

Text Font Color

.myTextColor { color: #9E7899; }

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

This text font color is #9E7899.

Background Color

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

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

This div background color is #9E7899.

Border color

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

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

This div border color is #9E7899.

Opacity

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

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

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

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

This text has shadow with #9E7899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E7899.

Preview

Color preview on black background

This text has color #9E7899 on black background.


Color preview on white background

This text has color #9E7899 on white background.


Black color preview on #9E7899 background

This text has black color on #9E7899 background.


White color preview on #9E7899 background

This text has white color on #9E7899 background.


Related colors

Complementary color

Complementary color for #hex is #618766.


I love getcolorcode.com

Triadic colors

1 #999E78 and #78999E with #9E7899 are triadic colors.

2 #99789E and #789E99 with #9E7899 are triadic colors.