COLOR #9F8EC6

HEX: #9F8EC6
RGB: (159,142,198)

Color info

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

RGB color model

#9F8EC6 color RGB value is (159,142,198).

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

RGB channels and saturation

R 159 of 255 = 62%
G 142 of 255 = 56%
B 198 of 255 = 78%

159
142
198

R + G + B ~ 65%. #9F8EC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 142 + 198 = 499 (100%)
R 159 of 499 ~ 31.86%
G 142 of 499 ~ 28.46%
B 198 of 499 ~ 39.68%

%31.86
%28.46
%39.68

CMYK color model

#9F8EC6 color CMYK value is (20,28,0,22).

  • cyan value is 19.70%
  • magenta value is 28.28%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(20,28,0,22)
C20M28Y0K22 
(20%,28%,0%,22%)
(0.20/0.28/0.00/0.22)	

CMYK percentages

%19.7
%28.28
%0
%22.35

Codes

Color #9F8EC6 in popluar color models

9F8EC6
RGB159142198
HSL258°32.94%66.67%
HSB/HSV258°28.28%77.65%
CMYK19.70%28.28%0.00%
22.35%

Color #9F8EC6 in popluar number systems.

HEX9F8EC6
Decimal159142198
Binary100111111000111011000110
Octal237216306

Shades and tints

Shades of #9F8EC6

#9F8EC6
(159,142,198)
#9182B4
(145,130,180)
#8376A2
(131,118,162)
#756A90
(117,106,144)
#675E7E
(103,94,126)
#59526C
(89,82,108)
#4B465A
(75,70,90)
#3D3A48
(61,58,72)
#2F2E36
(47,46,54)
#212224
(33,34,36)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #9F8EC6

#9F8EC6
(159,142,198)
#A798CB
(167,152,203)
#AFA2D0
(175,162,208)
#B7ACD5
(183,172,213)
#BFB6DA
(191,182,218)
#C7C0DF
(199,192,223)
#CFCAE4
(207,202,228)
#D7D4E9
(215,212,233)
#DFDEEE
(223,222,238)
#E7E8F3
(231,232,243)
#EFF2F8
(239,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8EC6; }

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

This text font color is #9F8EC6.


Background Color

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

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

This div background color is #9F8EC6.


Border color

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

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

This div border color is #9F8EC6.


Opacity

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

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

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

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

This text has shadow with #9F8EC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8EC6 on black background.


Color preview on white background

This text has color #9F8EC6 on white background.



Black color preview on #9F8EC6 background

This text has black color on #9F8EC6 background.


White color preview on #9F8EC6 background

This text has white color on #9F8EC6 background.