COLOR #9F8EAE

HEX: #9F8EAE
RGB: (159,142,174)

Color info

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

RGB color model

#9F8EAE color RGB value is (159,142,174).

  • red value is 159;
  • green value is 142;
  • blue value is 174.
RGB:
(159,142,174)
(62%,56%,68%)

RGB channels and saturation

R 159 of 255 = 62%
G 142 of 255 = 56%
B 174 of 255 = 68%

159
142
174

R + G + B ~ 62%. #9F8EAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 142 + 174 = 475 (100%)
R 159 of 475 ~ 33.47%
G 142 of 475 ~ 29.89%
B 174 of 475 ~ 36.63%

%33.47
%29.89
%36.63

CMYK color model

#9F8EAE color CMYK value is (9,18,0,32).

  • cyan value is 8.62%
  • magenta value is 18.39%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(9,18,0,32)
C9M18Y0K32 
(9%,18%,0%,32%)
(0.09/0.18/0.00/0.32)	

CMYK percentages

%8.62
%18.39
%0
%31.76

Codes

Color #9F8EAE in popluar color models

9F8EAE
RGB159142174
HSL272°16.49%61.96%
HSB/HSV272°18.39%68.24%
CMYK8.62%18.39%0.00%
31.76%

Color #9F8EAE in popluar number systems.

HEX9F8EAE
Decimal159142174
Binary100111111000111010101110
Octal237216256

Shades and tints

Shades of #9F8EAE

#9F8EAE
(159,142,174)
#91829F
(145,130,159)
#837690
(131,118,144)
#756A81
(117,106,129)
#675E72
(103,94,114)
#595263
(89,82,99)
#4B4654
(75,70,84)
#3D3A45
(61,58,69)
#2F2E36
(47,46,54)
#212227
(33,34,39)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #9F8EAE

#9F8EAE
(159,142,174)
#A798B5
(167,152,181)
#AFA2BC
(175,162,188)
#B7ACC3
(183,172,195)
#BFB6CA
(191,182,202)
#C7C0D1
(199,192,209)
#CFCAD8
(207,202,216)
#D7D4DF
(215,212,223)
#DFDEE6
(223,222,230)
#E7E8ED
(231,232,237)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8EAE color. Also use rgb(159,142,174) instead hex code.

Text Font Color

.myTextColor { color: #9F8EAE; }

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

This text font color is #9F8EAE.


Background Color

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

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

This div background color is #9F8EAE.


Border color

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

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

This div border color is #9F8EAE.


Opacity

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

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

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

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

This text has shadow with #9F8EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8EAE on black background.


Color preview on white background

This text has color #9F8EAE on white background.



Black color preview on #9F8EAE background

This text has black color on #9F8EAE background.


White color preview on #9F8EAE background

This text has white color on #9F8EAE background.