COLOR #9F7A89

HEX: #9F7A89
RGB: (159,122,137)

Color info

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

RGB color model

#9F7A89 color RGB value is (159,122,137).

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

RGB channels and saturation

R 159 of 255 = 62%
G 122 of 255 = 48%
B 137 of 255 = 54%

159
122
137

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

Portions of RGB colors in percentages

R + G + B =
159 + 122 + 137 = 418 (100%)
R 159 of 418 ~ 38.04%
G 122 of 418 ~ 29.19%
B 137 of 418 ~ 32.78%

%38.04
%29.19
%32.78

CMYK color model

#9F7A89 color CMYK value is (0,23,14,38).

  • cyan value is 0.00%
  • magenta value is 23.27%
  • yellow value is 13.84%
  • key color value is 37.65%
CMYK:
(0,23,14,38)
C0M23Y14K38 
(0%,23%,14%,38%)
(0.00/0.23/0.14/0.38)	

CMYK percentages

%0
%23.27
%13.84
%37.65

Codes

Color #9F7A89 in popluar color models

9F7A89
RGB159122137
HSL336°16.16%55.10%
HSB/HSV336°23.27%62.35%
CMYK0.00%23.27%13.84%
37.65%

Color #9F7A89 in popluar number systems.

HEX9F7A89
Decimal159122137
Binary10011111111101010001001
Octal237172211

Shades and tints

Shades of #9F7A89

#9F7A89
(159,122,137)
#916F7D
(145,111,125)
#836471
(131,100,113)
#755965
(117,89,101)
#674E59
(103,78,89)
#59434D
(89,67,77)
#4B3841
(75,56,65)
#3D2D35
(61,45,53)
#2F2229
(47,34,41)
#21171D
(33,23,29)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #9F7A89

#9F7A89
(159,122,137)
#A78693
(167,134,147)
#AF929D
(175,146,157)
#B79EA7
(183,158,167)
#BFAAB1
(191,170,177)
#C7B6BB
(199,182,187)
#CFC2C5
(207,194,197)
#D7CECF
(215,206,207)
#DFDAD9
(223,218,217)
#E7E6E3
(231,230,227)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7A89; }

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

This text font color is #9F7A89.


Background Color

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

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

This div background color is #9F7A89.


Border color

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

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

This div border color is #9F7A89.


Opacity

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

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

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

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

This text has shadow with #9F7A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7A89 on black background.


Color preview on white background

This text has color #9F7A89 on white background.



Black color preview on #9F7A89 background

This text has black color on #9F7A89 background.


White color preview on #9F7A89 background

This text has white color on #9F7A89 background.