COLOR #9F8294

HEX: #9F8294
RGB: (159,130,148)

Color info

#9F8294 contains red, green and blue colors in about the same proportion. Web safe color of #9F8294 is #999999 (or #999).

RGB color model

#9F8294 color RGB value is (159,130,148).

  • red value is 159;
  • green value is 130;
  • blue value is 148.
RGB:
(159,130,148)
(62%,51%,58%)

RGB channels and saturation

R 159 of 255 = 62%
G 130 of 255 = 51%
B 148 of 255 = 58%

159
130
148

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

Portions of RGB colors in percentages

R + G + B =
159 + 130 + 148 = 437 (100%)
R 159 of 437 ~ 36.38%
G 130 of 437 ~ 29.75%
B 148 of 437 ~ 33.87%

%36.38
%29.75
%33.87

CMYK color model

#9F8294 color CMYK value is (0,18,7,38).

  • cyan value is 0.00%
  • magenta value is 18.24%
  • yellow value is 6.92%
  • key color value is 37.65%
CMYK:
(0,18,7,38)
C0M18Y7K38 
(0%,18%,7%,38%)
(0.00/0.18/0.07/0.38)	

CMYK percentages

%0
%18.24
%6.92
%37.65

Codes

Color #9F8294 in popluar color models

9F8294
RGB159130148
HSL323°13.12%56.67%
HSB/HSV323°18.24%62.35%
CMYK0.00%18.24%6.92%
37.65%

Color #9F8294 in popluar number systems.

HEX9F8294
Decimal159130148
Binary100111111000001010010100
Octal237202224

Shades and tints

Shades of #9F8294

#9F8294
(159,130,148)
#917787
(145,119,135)
#836C7A
(131,108,122)
#75616D
(117,97,109)
#675660
(103,86,96)
#594B53
(89,75,83)
#4B4046
(75,64,70)
#3D3539
(61,53,57)
#2F2A2C
(47,42,44)
#211F1F
(33,31,31)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #9F8294

#9F8294
(159,130,148)
#A78D9D
(167,141,157)
#AF98A6
(175,152,166)
#B7A3AF
(183,163,175)
#BFAEB8
(191,174,184)
#C7B9C1
(199,185,193)
#CFC4CA
(207,196,202)
#D7CFD3
(215,207,211)
#DFDADC
(223,218,220)
#E7E5E5
(231,229,229)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8294 color. Also use rgb(159,130,148) instead hex code.

Text Font Color

.myTextColor { color: #9F8294; }

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

This text font color is #9F8294.


Background Color

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

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

This div background color is #9F8294.


Border color

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

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

This div border color is #9F8294.


Opacity

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

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

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

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

This text has shadow with #9F8294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8294 on black background.


Color preview on white background

This text has color #9F8294 on white background.



Black color preview on #9F8294 background

This text has black color on #9F8294 background.


White color preview on #9F8294 background

This text has white color on #9F8294 background.