COLOR #9F8DAE

HEX: #9F8DAE
RGB: (159,141,174)

Color info

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

RGB color model

#9F8DAE color RGB value is (159,141,174).

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

RGB channels and saturation

R 159 of 255 = 62%
G 141 of 255 = 55%
B 174 of 255 = 68%

159
141
174

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

Portions of RGB colors in percentages

R + G + B =
159 + 141 + 174 = 474 (100%)
R 159 of 474 ~ 33.54%
G 141 of 474 ~ 29.75%
B 174 of 474 ~ 36.71%

%33.54
%29.75
%36.71

CMYK color model

#9F8DAE color CMYK value is (9,19,0,32).

  • cyan value is 8.62%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(9,19,0,32)
C9M19Y0K32 
(9%,19%,0%,32%)
(0.09/0.19/0.00/0.32)	

CMYK percentages

%8.62
%18.97
%0
%31.76

Codes

Color #9F8DAE in popluar color models

9F8DAE
RGB159141174
HSL273°16.92%61.76%
HSB/HSV273°18.97%68.24%
CMYK8.62%18.97%0.00%
31.76%

Color #9F8DAE in popluar number systems.

HEX9F8DAE
Decimal159141174
Binary100111111000110110101110
Octal237215256

Shades and tints

Shades of #9F8DAE

#9F8DAE
(159,141,174)
#91819F
(145,129,159)
#837590
(131,117,144)
#756981
(117,105,129)
#675D72
(103,93,114)
#595163
(89,81,99)
#4B4554
(75,69,84)
#3D3945
(61,57,69)
#2F2D36
(47,45,54)
#212127
(33,33,39)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #9F8DAE

#9F8DAE
(159,141,174)
#A797B5
(167,151,181)
#AFA1BC
(175,161,188)
#B7ABC3
(183,171,195)
#BFB5CA
(191,181,202)
#C7BFD1
(199,191,209)
#CFC9D8
(207,201,216)
#D7D3DF
(215,211,223)
#DFDDE6
(223,221,230)
#E7E7ED
(231,231,237)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8DAE; }

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

This text font color is #9F8DAE.


Background Color

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

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

This div background color is #9F8DAE.


Border color

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

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

This div border color is #9F8DAE.


Opacity

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

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

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

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

This text has shadow with #9F8DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8DAE on black background.


Color preview on white background

This text has color #9F8DAE on white background.



Black color preview on #9F8DAE background

This text has black color on #9F8DAE background.


White color preview on #9F8DAE background

This text has white color on #9F8DAE background.