COLOR #9F8DBF

HEX: #9F8DBF
RGB: (159,141,191)

Color info

#9F8DBF contains red, green and blue colors in about the same proportion. Web safe color of #9F8DBF is #9999CC (or #99C).

RGB color model

#9F8DBF color RGB value is (159,141,191).

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

RGB channels and saturation

R 159 of 255 = 62%
G 141 of 255 = 55%
B 191 of 255 = 75%

159
141
191

R + G + B ~ 64%. #9F8DBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 141 + 191 = 491 (100%)
R 159 of 491 ~ 32.38%
G 141 of 491 ~ 28.72%
B 191 of 491 ~ 38.9%

%32.38
%28.72
%38.9

CMYK color model

#9F8DBF color CMYK value is (17,26,0,25).

  • cyan value is 16.75%
  • magenta value is 26.18%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(17,26,0,25)
C17M26Y0K25 
(17%,26%,0%,25%)
(0.17/0.26/0.00/0.25)	

CMYK percentages

%16.75
%26.18
%0
%25.1

Codes

Color #9F8DBF in popluar color models

9F8DBF
RGB159141191
HSL262°28.09%65.10%
HSB/HSV262°26.18%74.90%
CMYK16.75%26.18%0.00%
25.10%

Color #9F8DBF in popluar number systems.

HEX9F8DBF
Decimal159141191
Binary100111111000110110111111
Octal237215277

Shades and tints

Shades of #9F8DBF

#9F8DBF
(159,141,191)
#9181AE
(145,129,174)
#83759D
(131,117,157)
#75698C
(117,105,140)
#675D7B
(103,93,123)
#59516A
(89,81,106)
#4B4559
(75,69,89)
#3D3948
(61,57,72)
#2F2D37
(47,45,55)
#212126
(33,33,38)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #9F8DBF

#9F8DBF
(159,141,191)
#A797C4
(167,151,196)
#AFA1C9
(175,161,201)
#B7ABCE
(183,171,206)
#BFB5D3
(191,181,211)
#C7BFD8
(199,191,216)
#CFC9DD
(207,201,221)
#D7D3E2
(215,211,226)
#DFDDE7
(223,221,231)
#E7E7EC
(231,231,236)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8DBF; }

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

This text font color is #9F8DBF.


Background Color

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

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

This div background color is #9F8DBF.


Border color

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

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

This div border color is #9F8DBF.


Opacity

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

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

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

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

This text has shadow with #9F8DBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8DBF on black background.


Color preview on white background

This text has color #9F8DBF on white background.



Black color preview on #9F8DBF background

This text has black color on #9F8DBF background.


White color preview on #9F8DBF background

This text has white color on #9F8DBF background.