COLOR #9F7889

HEX: #9F7889
RGB: (159,120,137)

Color info

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

RGB color model

#9F7889 color RGB value is (159,120,137).

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

RGB channels and saturation

R 159 of 255 = 62%
G 120 of 255 = 47%
B 137 of 255 = 54%

159
120
137

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

Portions of RGB colors in percentages

R + G + B =
159 + 120 + 137 = 416 (100%)
R 159 of 416 ~ 38.22%
G 120 of 416 ~ 28.85%
B 137 of 416 ~ 32.93%

%38.22
%28.85
%32.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.53%
  • yellow value is 13.84%
  • key color value is 37.65%
CMYK:
(0,25,14,38)
C0M25Y14K38 
(0%,25%,14%,38%)
(0.00/0.25/0.14/0.38)	

CMYK percentages

%0
%24.53
%13.84
%37.65

Codes

Color #9F7889 in popluar color models

9F7889
RGB159120137
HSL334°16.88%54.71%
HSB/HSV334°24.53%62.35%
CMYK0.00%24.53%13.84%
37.65%

Color #9F7889 in popluar number systems.

HEX9F7889
Decimal159120137
Binary10011111111100010001001
Octal237170211

Shades and tints

Shades of #9F7889

#9F7889
(159,120,137)
#916E7D
(145,110,125)
#836471
(131,100,113)
#755A65
(117,90,101)
#675059
(103,80,89)
#59464D
(89,70,77)
#4B3C41
(75,60,65)
#3D3235
(61,50,53)
#2F2829
(47,40,41)
#211E1D
(33,30,29)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #9F7889

#9F7889
(159,120,137)
#A78493
(167,132,147)
#AF909D
(175,144,157)
#B79CA7
(183,156,167)
#BFA8B1
(191,168,177)
#C7B4BB
(199,180,187)
#CFC0C5
(207,192,197)
#D7CCCF
(215,204,207)
#DFD8D9
(223,216,217)
#E7E4E3
(231,228,227)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7889; }

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

This text font color is #9F7889.


Background Color

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

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

This div background color is #9F7889.


Border color

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

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

This div border color is #9F7889.


Opacity

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

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

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

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

This text has shadow with #9F7889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7889 on black background.


Color preview on white background

This text has color #9F7889 on white background.



Black color preview on #9F7889 background

This text has black color on #9F7889 background.


White color preview on #9F7889 background

This text has white color on #9F7889 background.