COLOR #9F98C6

HEX: #9F98C6
RGB: (159,152,198)

Color info

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

RGB color model

#9F98C6 color RGB value is (159,152,198).

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

RGB channels and saturation

R 159 of 255 = 62%
G 152 of 255 = 60%
B 198 of 255 = 78%

159
152
198

R + G + B ~ 67%. #9F98C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 152 + 198 = 509 (100%)
R 159 of 509 ~ 31.24%
G 152 of 509 ~ 29.86%
B 198 of 509 ~ 38.9%

%31.24
%29.86
%38.9

CMYK color model

#9F98C6 color CMYK value is (20,23,0,22).

  • cyan value is 19.70%
  • magenta value is 23.23%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(20,23,0,22)
C20M23Y0K22 
(20%,23%,0%,22%)
(0.20/0.23/0.00/0.22)	

CMYK percentages

%19.7
%23.23
%0
%22.35

Codes

Color #9F98C6 in popluar color models

9F98C6
RGB159152198
HSL249°28.75%68.63%
HSB/HSV249°23.23%77.65%
CMYK19.70%23.23%0.00%
22.35%

Color #9F98C6 in popluar number systems.

HEX9F98C6
Decimal159152198
Binary100111111001100011000110
Octal237230306

Shades and tints

Shades of #9F98C6

#9F98C6
(159,152,198)
#918BB4
(145,139,180)
#837EA2
(131,126,162)
#757190
(117,113,144)
#67647E
(103,100,126)
#59576C
(89,87,108)
#4B4A5A
(75,74,90)
#3D3D48
(61,61,72)
#2F3036
(47,48,54)
#212324
(33,35,36)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #9F98C6

#9F98C6
(159,152,198)
#A7A1CB
(167,161,203)
#AFAAD0
(175,170,208)
#B7B3D5
(183,179,213)
#BFBCDA
(191,188,218)
#C7C5DF
(199,197,223)
#CFCEE4
(207,206,228)
#D7D7E9
(215,215,233)
#DFE0EE
(223,224,238)
#E7E9F3
(231,233,243)
#EFF2F8
(239,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F98C6; }

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

This text font color is #9F98C6.


Background Color

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

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

This div background color is #9F98C6.


Border color

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

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

This div border color is #9F98C6.


Opacity

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

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

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

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

This text has shadow with #9F98C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F98C6 on black background.


Color preview on white background

This text has color #9F98C6 on white background.



Black color preview on #9F98C6 background

This text has black color on #9F98C6 background.


White color preview on #9F98C6 background

This text has white color on #9F98C6 background.