COLOR #9F8BBB

HEX: #9F8BBB
RGB: (159,139,187)

Color info

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

RGB color model

#9F8BBB color RGB value is (159,139,187).

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

RGB channels and saturation

R 159 of 255 = 62%
G 139 of 255 = 55%
B 187 of 255 = 73%

159
139
187

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

Portions of RGB colors in percentages

R + G + B =
159 + 139 + 187 = 485 (100%)
R 159 of 485 ~ 32.78%
G 139 of 485 ~ 28.66%
B 187 of 485 ~ 38.56%

%32.78
%28.66
%38.56

CMYK color model

#9F8BBB color CMYK value is (15,26,0,27).

  • cyan value is 14.97%
  • magenta value is 25.67%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(15,26,0,27)
C15M26Y0K27 
(15%,26%,0%,27%)
(0.15/0.26/0.00/0.27)	

CMYK percentages

%14.97
%25.67
%0
%26.67

Codes

Color #9F8BBB in popluar color models

9F8BBB
RGB159139187
HSL265°26.09%63.92%
HSB/HSV265°25.67%73.33%
CMYK14.97%25.67%0.00%
26.67%

Color #9F8BBB in popluar number systems.

HEX9F8BBB
Decimal159139187
Binary100111111000101110111011
Octal237213273

Shades and tints

Shades of #9F8BBB

#9F8BBB
(159,139,187)
#917FAA
(145,127,170)
#837399
(131,115,153)
#756788
(117,103,136)
#675B77
(103,91,119)
#594F66
(89,79,102)
#4B4355
(75,67,85)
#3D3744
(61,55,68)
#2F2B33
(47,43,51)
#211F22
(33,31,34)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #9F8BBB

#9F8BBB
(159,139,187)
#A795C1
(167,149,193)
#AF9FC7
(175,159,199)
#B7A9CD
(183,169,205)
#BFB3D3
(191,179,211)
#C7BDD9
(199,189,217)
#CFC7DF
(207,199,223)
#D7D1E5
(215,209,229)
#DFDBEB
(223,219,235)
#E7E5F1
(231,229,241)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8BBB; }

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

This text font color is #9F8BBB.


Background Color

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

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

This div background color is #9F8BBB.


Border color

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

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

This div border color is #9F8BBB.


Opacity

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

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

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

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

This text has shadow with #9F8BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8BBB on black background.


Color preview on white background

This text has color #9F8BBB on white background.



Black color preview on #9F8BBB background

This text has black color on #9F8BBB background.


White color preview on #9F8BBB background

This text has white color on #9F8BBB background.