COLOR #9F7E88

HEX: #9F7E88
RGB: (159,126,136)

Color info

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

RGB color model

#9F7E88 color RGB value is (159,126,136).

  • red value is 159;
  • green value is 126;
  • blue value is 136.
RGB:
(159,126,136)
(62%,49%,53%)

RGB channels and saturation

R 159 of 255 = 62%
G 126 of 255 = 49%
B 136 of 255 = 53%

159
126
136

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

Portions of RGB colors in percentages

R + G + B =
159 + 126 + 136 = 421 (100%)
R 159 of 421 ~ 37.77%
G 126 of 421 ~ 29.93%
B 136 of 421 ~ 32.3%

%37.77
%29.93
%32.3

CMYK color model

#9F7E88 color CMYK value is (0,21,14,38).

  • cyan value is 0.00%
  • magenta value is 20.75%
  • yellow value is 14.47%
  • key color value is 37.65%
CMYK:
(0,21,14,38)
C0M21Y14K38 
(0%,21%,14%,38%)
(0.00/0.21/0.14/0.38)	

CMYK percentages

%0
%20.75
%14.47
%37.65

Codes

Color #9F7E88 in popluar color models

9F7E88
RGB159126136
HSL342°14.67%55.88%
HSB/HSV342°20.75%62.35%
CMYK0.00%20.75%14.47%
37.65%

Color #9F7E88 in popluar number systems.

HEX9F7E88
Decimal159126136
Binary10011111111111010001000
Octal237176210

Shades and tints

Shades of #9F7E88

#9F7E88
(159,126,136)
#91737C
(145,115,124)
#836870
(131,104,112)
#755D64
(117,93,100)
#675258
(103,82,88)
#59474C
(89,71,76)
#4B3C40
(75,60,64)
#3D3134
(61,49,52)
#2F2628
(47,38,40)
#211B1C
(33,27,28)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #9F7E88

#9F7E88
(159,126,136)
#A78992
(167,137,146)
#AF949C
(175,148,156)
#B79FA6
(183,159,166)
#BFAAB0
(191,170,176)
#C7B5BA
(199,181,186)
#CFC0C4
(207,192,196)
#D7CBCE
(215,203,206)
#DFD6D8
(223,214,216)
#E7E1E2
(231,225,226)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7E88 color. Also use rgb(159,126,136) instead hex code.

Text Font Color

.myTextColor { color: #9F7E88; }

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

This text font color is #9F7E88.


Background Color

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

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

This div background color is #9F7E88.


Border color

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

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

This div border color is #9F7E88.


Opacity

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

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

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

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

This text has shadow with #9F7E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7E88 on black background.


Color preview on white background

This text has color #9F7E88 on white background.



Black color preview on #9F7E88 background

This text has black color on #9F7E88 background.


White color preview on #9F7E88 background

This text has white color on #9F7E88 background.