COLOR #9F7898

HEX: #9F7898
RGB: (159,120,152)

Color info

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

RGB color model

#9F7898 color RGB value is (159,120,152).

  • red value is 159;
  • green value is 120;
  • blue value is 152.
RGB:
(159,120,152)
(62%,47%,60%)

RGB channels and saturation

R 159 of 255 = 62%
G 120 of 255 = 47%
B 152 of 255 = 60%

159
120
152

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

Portions of RGB colors in percentages

R + G + B =
159 + 120 + 152 = 431 (100%)
R 159 of 431 ~ 36.89%
G 120 of 431 ~ 27.84%
B 152 of 431 ~ 35.27%

%36.89
%27.84
%35.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.53%
  • yellow value is 4.40%
  • key color value is 37.65%
CMYK:
(0,25,4,38)
C0M25Y4K38 
(0%,25%,4%,38%)
(0.00/0.25/0.04/0.38)	

CMYK percentages

%0
%24.53
%4.4
%37.65

Codes

Color #9F7898 in popluar color models

9F7898
RGB159120152
HSL311°16.88%54.71%
HSB/HSV311°24.53%62.35%
CMYK0.00%24.53%4.40%
37.65%

Color #9F7898 in popluar number systems.

HEX9F7898
Decimal159120152
Binary10011111111100010011000
Octal237170230

Shades and tints

Shades of #9F7898

#9F7898
(159,120,152)
#916E8B
(145,110,139)
#83647E
(131,100,126)
#755A71
(117,90,113)
#675064
(103,80,100)
#594657
(89,70,87)
#4B3C4A
(75,60,74)
#3D323D
(61,50,61)
#2F2830
(47,40,48)
#211E23
(33,30,35)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #9F7898

#9F7898
(159,120,152)
#A784A1
(167,132,161)
#AF90AA
(175,144,170)
#B79CB3
(183,156,179)
#BFA8BC
(191,168,188)
#C7B4C5
(199,180,197)
#CFC0CE
(207,192,206)
#D7CCD7
(215,204,215)
#DFD8E0
(223,216,224)
#E7E4E9
(231,228,233)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7898 color. Also use rgb(159,120,152) instead hex code.

Text Font Color

.myTextColor { color: #9F7898; }

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

This text font color is #9F7898.


Background Color

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

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

This div background color is #9F7898.


Border color

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

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

This div border color is #9F7898.


Opacity

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

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

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

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

This text has shadow with #9F7898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7898 on black background.


Color preview on white background

This text has color #9F7898 on white background.



Black color preview on #9F7898 background

This text has black color on #9F7898 background.


White color preview on #9F7898 background

This text has white color on #9F7898 background.