COLOR #9F8EB5

HEX: #9F8EB5
RGB: (159,142,181)

Color info

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

RGB color model

#9F8EB5 color RGB value is (159,142,181).

  • red value is 159;
  • green value is 142;
  • blue value is 181.
RGB:
(159,142,181)
(62%,56%,71%)

RGB channels and saturation

R 159 of 255 = 62%
G 142 of 255 = 56%
B 181 of 255 = 71%

159
142
181

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

Portions of RGB colors in percentages

R + G + B =
159 + 142 + 181 = 482 (100%)
R 159 of 482 ~ 32.99%
G 142 of 482 ~ 29.46%
B 181 of 482 ~ 37.55%

%32.99
%29.46
%37.55

CMYK color model

#9F8EB5 color CMYK value is (12,22,0,29).

  • cyan value is 12.15%
  • magenta value is 21.55%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(12,22,0,29)
C12M22Y0K29 
(12%,22%,0%,29%)
(0.12/0.22/0.00/0.29)	

CMYK percentages

%12.15
%21.55
%0
%29.02

Codes

Color #9F8EB5 in popluar color models

9F8EB5
RGB159142181
HSL266°20.86%63.33%
HSB/HSV266°21.55%70.98%
CMYK12.15%21.55%0.00%
29.02%

Color #9F8EB5 in popluar number systems.

HEX9F8EB5
Decimal159142181
Binary100111111000111010110101
Octal237216265

Shades and tints

Shades of #9F8EB5

#9F8EB5
(159,142,181)
#9182A5
(145,130,165)
#837695
(131,118,149)
#756A85
(117,106,133)
#675E75
(103,94,117)
#595265
(89,82,101)
#4B4655
(75,70,85)
#3D3A45
(61,58,69)
#2F2E35
(47,46,53)
#212225
(33,34,37)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #9F8EB5

#9F8EB5
(159,142,181)
#A798BB
(167,152,187)
#AFA2C1
(175,162,193)
#B7ACC7
(183,172,199)
#BFB6CD
(191,182,205)
#C7C0D3
(199,192,211)
#CFCAD9
(207,202,217)
#D7D4DF
(215,212,223)
#DFDEE5
(223,222,229)
#E7E8EB
(231,232,235)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8EB5 color. Also use rgb(159,142,181) instead hex code.

Text Font Color

.myTextColor { color: #9F8EB5; }

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

This text font color is #9F8EB5.


Background Color

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

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

This div background color is #9F8EB5.


Border color

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

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

This div border color is #9F8EB5.


Opacity

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

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

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

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

This text has shadow with #9F8EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8EB5 on black background.


Color preview on white background

This text has color #9F8EB5 on white background.



Black color preview on #9F8EB5 background

This text has black color on #9F8EB5 background.


White color preview on #9F8EB5 background

This text has white color on #9F8EB5 background.