COLOR #9E7790

HEX: #9E7790
RGB: (158,119,144)

Color info

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

RGB color model

#9E7790 color RGB value is (158,119,144).

  • red value is 158;
  • green value is 119;
  • blue value is 144.
RGB:
(158,119,144)
(62%,47%,56%)

RGB channels and saturation

R 158 of 255 = 62%
G 119 of 255 = 47%
B 144 of 255 = 56%

158
119
144

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

Portions of RGB colors in percentages

R + G + B =
158 + 119 + 144 = 421 (100%)
R 158 of 421 ~ 37.53%
G 119 of 421 ~ 28.27%
B 144 of 421 ~ 34.2%

%37.53
%28.27
%34.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.68%
  • yellow value is 8.86%
  • key color value is 38.04%
CMYK:
(0,25,9,38)
C0M25Y9K38 
(0%,25%,9%,38%)
(0.00/0.25/0.09/0.38)	

CMYK percentages

%0
%24.68
%8.86
%38.04

Codes

Color #9E7790 in popluar color models

9E7790
RGB158119144
HSL322°16.74%54.31%
HSB/HSV322°24.68%61.96%
CMYK0.00%24.68%8.86%
38.04%

Color #9E7790 in popluar number systems.

HEX9E7790
Decimal158119144
Binary10011110111011110010000
Octal236167220

Shades and tints

Shades of #9E7790

#9E7790
(158,119,144)
#906D83
(144,109,131)
#826376
(130,99,118)
#745969
(116,89,105)
#664F5C
(102,79,92)
#58454F
(88,69,79)
#4A3B42
(74,59,66)
#3C3135
(60,49,53)
#2E2728
(46,39,40)
#201D1B
(32,29,27)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #9E7790

#9E7790
(158,119,144)
#A6839A
(166,131,154)
#AE8FA4
(174,143,164)
#B69BAE
(182,155,174)
#BEA7B8
(190,167,184)
#C6B3C2
(198,179,194)
#CEBFCC
(206,191,204)
#D6CBD6
(214,203,214)
#DED7E0
(222,215,224)
#E6E3EA
(230,227,234)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E7790 color. Also use rgb(158,119,144) instead hex code.

Text Font Color

.myTextColor { color: #9E7790; }

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

This text font color is #9E7790.


Background Color

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

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

This div background color is #9E7790.


Border color

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

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

This div border color is #9E7790.


Opacity

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

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

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

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

This text has shadow with #9E7790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E7790 on black background.


Color preview on white background

This text has color #9E7790 on white background.



Black color preview on #9E7790 background

This text has black color on #9E7790 background.


White color preview on #9E7790 background

This text has white color on #9E7790 background.