COLOR #9F86BE

HEX: #9F86BE
RGB: (159,134,190)

Color info

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

RGB color model

#9F86BE color RGB value is (159,134,190).

  • red value is 159;
  • green value is 134;
  • blue value is 190.
RGB:
(159,134,190)
(62%,53%,75%)

RGB channels and saturation

R 159 of 255 = 62%
G 134 of 255 = 53%
B 190 of 255 = 75%

159
134
190

R + G + B ~ 63%. #9F86BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 134 + 190 = 483 (100%)
R 159 of 483 ~ 32.92%
G 134 of 483 ~ 27.74%
B 190 of 483 ~ 39.34%

%32.92
%27.74
%39.34

CMYK color model

#9F86BE color CMYK value is (16,29,0,25).

  • cyan value is 16.32%
  • magenta value is 29.47%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(16,29,0,25)
C16M29Y0K25 
(16%,29%,0%,25%)
(0.16/0.29/0.00/0.25)	

CMYK percentages

%16.32
%29.47
%0
%25.49

Codes

Color #9F86BE in popluar color models

9F86BE
RGB159134190
HSL267°30.11%63.53%
HSB/HSV267°29.47%74.51%
CMYK16.32%29.47%0.00%
25.49%

Color #9F86BE in popluar number systems.

HEX9F86BE
Decimal159134190
Binary100111111000011010111110
Octal237206276

Shades and tints

Shades of #9F86BE

#9F86BE
(159,134,190)
#917AAD
(145,122,173)
#836E9C
(131,110,156)
#75628B
(117,98,139)
#67567A
(103,86,122)
#594A69
(89,74,105)
#4B3E58
(75,62,88)
#3D3247
(61,50,71)
#2F2636
(47,38,54)
#211A25
(33,26,37)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #9F86BE

#9F86BE
(159,134,190)
#A791C3
(167,145,195)
#AF9CC8
(175,156,200)
#B7A7CD
(183,167,205)
#BFB2D2
(191,178,210)
#C7BDD7
(199,189,215)
#CFC8DC
(207,200,220)
#D7D3E1
(215,211,225)
#DFDEE6
(223,222,230)
#E7E9EB
(231,233,235)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F86BE color. Also use rgb(159,134,190) instead hex code.

Text Font Color

.myTextColor { color: #9F86BE; }

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

This text font color is #9F86BE.


Background Color

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

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

This div background color is #9F86BE.


Border color

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

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

This div border color is #9F86BE.


Opacity

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

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

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

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

This text has shadow with #9F86BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F86BE on black background.


Color preview on white background

This text has color #9F86BE on white background.



Black color preview on #9F86BE background

This text has black color on #9F86BE background.


White color preview on #9F86BE background

This text has white color on #9F86BE background.