COLOR #9F8CCB

HEX: #9F8CCB
RGB: (159,140,203)

Color info

#9F8CCB contains mainly red and blue colors. Web safe color of #9F8CCB is #9999CC (or #99C).

RGB color model

#9F8CCB color RGB value is (159,140,203).

  • red value is 159;
  • green value is 140;
  • blue value is 203.
RGB:
(159,140,203)
(62%,55%,80%)

RGB channels and saturation

R 159 of 255 = 62%
G 140 of 255 = 55%
B 203 of 255 = 80%

159
140
203

R + G + B ~ 66%. #9F8CCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 140 + 203 = 502 (100%)
R 159 of 502 ~ 31.67%
G 140 of 502 ~ 27.89%
B 203 of 502 ~ 40.44%

%31.67
%27.89
%40.44

CMYK color model

#9F8CCB color CMYK value is (22,31,0,20).

  • cyan value is 21.67%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(22,31,0,20)
C22M31Y0K20 
(22%,31%,0%,20%)
(0.22/0.31/0.00/0.20)	

CMYK percentages

%21.67
%31.03
%0
%20.39

Codes

Color #9F8CCB in popluar color models

9F8CCB
RGB159140203
HSL258°37.72%67.25%
HSB/HSV258°31.03%79.61%
CMYK21.67%31.03%0.00%
20.39%

Color #9F8CCB in popluar number systems.

HEX9F8CCB
Decimal159140203
Binary100111111000110011001011
Octal237214313

Shades and tints

Shades of #9F8CCB

#9F8CCB
(159,140,203)
#9180B9
(145,128,185)
#8374A7
(131,116,167)
#756895
(117,104,149)
#675C83
(103,92,131)
#595071
(89,80,113)
#4B445F
(75,68,95)
#3D384D
(61,56,77)
#2F2C3B
(47,44,59)
#212029
(33,32,41)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #9F8CCB

#9F8CCB
(159,140,203)
#A796CF
(167,150,207)
#AFA0D3
(175,160,211)
#B7AAD7
(183,170,215)
#BFB4DB
(191,180,219)
#C7BEDF
(199,190,223)
#CFC8E3
(207,200,227)
#D7D2E7
(215,210,231)
#DFDCEB
(223,220,235)
#E7E6EF
(231,230,239)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8CCB color. Also use rgb(159,140,203) instead hex code.

Text Font Color

.myTextColor { color: #9F8CCB; }

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

This text font color is #9F8CCB.


Background Color

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

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

This div background color is #9F8CCB.


Border color

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

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

This div border color is #9F8CCB.


Opacity

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

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

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

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

This text has shadow with #9F8CCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8CCB on black background.


Color preview on white background

This text has color #9F8CCB on white background.



Black color preview on #9F8CCB background

This text has black color on #9F8CCB background.


White color preview on #9F8CCB background

This text has white color on #9F8CCB background.