COLOR #9F7897

HEX: #9F7897
RGB: (159,120,151)

Color info

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

RGB color model

#9F7897 color RGB value is (159,120,151).

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

RGB channels and saturation

R 159 of 255 = 62%
G 120 of 255 = 47%
B 151 of 255 = 59%

159
120
151

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

Portions of RGB colors in percentages

R + G + B =
159 + 120 + 151 = 430 (100%)
R 159 of 430 ~ 36.98%
G 120 of 430 ~ 27.91%
B 151 of 430 ~ 35.12%

%36.98
%27.91
%35.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.53%
  • yellow value is 5.03%
  • key color value is 37.65%
CMYK:
(0,25,5,38)
C0M25Y5K38 
(0%,25%,5%,38%)
(0.00/0.25/0.05/0.38)	

CMYK percentages

%0
%24.53
%5.03
%37.65

Codes

Color #9F7897 in popluar color models

9F7897
RGB159120151
HSL312°16.88%54.71%
HSB/HSV312°24.53%62.35%
CMYK0.00%24.53%5.03%
37.65%

Color #9F7897 in popluar number systems.

HEX9F7897
Decimal159120151
Binary10011111111100010010111
Octal237170227

Shades and tints

Shades of #9F7897

#9F7897
(159,120,151)
#916E8A
(145,110,138)
#83647D
(131,100,125)
#755A70
(117,90,112)
#675063
(103,80,99)
#594656
(89,70,86)
#4B3C49
(75,60,73)
#3D323C
(61,50,60)
#2F282F
(47,40,47)
#211E22
(33,30,34)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #9F7897

#9F7897
(159,120,151)
#A784A0
(167,132,160)
#AF90A9
(175,144,169)
#B79CB2
(183,156,178)
#BFA8BB
(191,168,187)
#C7B4C4
(199,180,196)
#CFC0CD
(207,192,205)
#D7CCD6
(215,204,214)
#DFD8DF
(223,216,223)
#E7E4E8
(231,228,232)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7897; }

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

This text font color is #9F7897.


Background Color

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

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

This div background color is #9F7897.


Border color

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

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

This div border color is #9F7897.


Opacity

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

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

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

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

This text has shadow with #9F7897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7897 on black background.


Color preview on white background

This text has color #9F7897 on white background.



Black color preview on #9F7897 background

This text has black color on #9F7897 background.


White color preview on #9F7897 background

This text has white color on #9F7897 background.