COLOR #9F8BAE

HEX: #9F8BAE
RGB: (159,139,174)

Color info

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

RGB color model

#9F8BAE color RGB value is (159,139,174).

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

RGB channels and saturation

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

159
139
174

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

Portions of RGB colors in percentages

R + G + B =
159 + 139 + 174 = 472 (100%)
R 159 of 472 ~ 33.69%
G 139 of 472 ~ 29.45%
B 174 of 472 ~ 36.86%

%33.69
%29.45
%36.86

CMYK color model

#9F8BAE color CMYK value is (9,20,0,32).

  • cyan value is 8.62%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(9,20,0,32)
C9M20Y0K32 
(9%,20%,0%,32%)
(0.09/0.20/0.00/0.32)	

CMYK percentages

%8.62
%20.11
%0
%31.76

Codes

Color #9F8BAE in popluar color models

9F8BAE
RGB159139174
HSL274°17.77%61.37%
HSB/HSV274°20.11%68.24%
CMYK8.62%20.11%0.00%
31.76%

Color #9F8BAE in popluar number systems.

HEX9F8BAE
Decimal159139174
Binary100111111000101110101110
Octal237213256

Shades and tints

Shades of #9F8BAE

#9F8BAE
(159,139,174)
#917F9F
(145,127,159)
#837390
(131,115,144)
#756781
(117,103,129)
#675B72
(103,91,114)
#594F63
(89,79,99)
#4B4354
(75,67,84)
#3D3745
(61,55,69)
#2F2B36
(47,43,54)
#211F27
(33,31,39)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #9F8BAE

#9F8BAE
(159,139,174)
#A795B5
(167,149,181)
#AF9FBC
(175,159,188)
#B7A9C3
(183,169,195)
#BFB3CA
(191,179,202)
#C7BDD1
(199,189,209)
#CFC7D8
(207,199,216)
#D7D1DF
(215,209,223)
#DFDBE6
(223,219,230)
#E7E5ED
(231,229,237)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8BAE; }

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

This text font color is #9F8BAE.


Background Color

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

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

This div background color is #9F8BAE.


Border color

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

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

This div border color is #9F8BAE.


Opacity

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

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

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

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

This text has shadow with #9F8BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8BAE on black background.


Color preview on white background

This text has color #9F8BAE on white background.



Black color preview on #9F8BAE background

This text has black color on #9F8BAE background.


White color preview on #9F8BAE background

This text has white color on #9F8BAE background.