COLOR #9F98DC

HEX: #9F98DC
RGB: (159,152,220)

Color info

#9F98DC contains mainly blue color. Web safe color of #9F98DC is #9999CC (or #99C).

RGB color model

#9F98DC color RGB value is (159,152,220).

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

RGB channels and saturation

R 159 of 255 = 62%
G 152 of 255 = 60%
B 220 of 255 = 86%

159
152
220

R + G + B ~ 69%. #9F98DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 152 + 220 = 531 (100%)
R 159 of 531 ~ 29.94%
G 152 of 531 ~ 28.63%
B 220 of 531 ~ 41.43%

%29.94
%28.63
%41.43

CMYK color model

#9F98DC color CMYK value is (28,31,0,14).

  • cyan value is 27.73%
  • magenta value is 30.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(28,31,0,14)
C28M31Y0K14 
(28%,31%,0%,14%)
(0.28/0.31/0.00/0.14)	

CMYK percentages

%27.73
%30.91
%0
%13.73

Codes

Color #9F98DC in popluar color models

9F98DC
RGB159152220
HSL246°49.28%72.94%
HSB/HSV246°30.91%86.27%
CMYK27.73%30.91%0.00%
13.73%

Color #9F98DC in popluar number systems.

HEX9F98DC
Decimal159152220
Binary100111111001100011011100
Octal237230334

Shades and tints

Shades of #9F98DC

#9F98DC
(159,152,220)
#918BC8
(145,139,200)
#837EB4
(131,126,180)
#7571A0
(117,113,160)
#67648C
(103,100,140)
#595778
(89,87,120)
#4B4A64
(75,74,100)
#3D3D50
(61,61,80)
#2F303C
(47,48,60)
#212328
(33,35,40)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #9F98DC

#9F98DC
(159,152,220)
#A7A1DF
(167,161,223)
#AFAAE2
(175,170,226)
#B7B3E5
(183,179,229)
#BFBCE8
(191,188,232)
#C7C5EB
(199,197,235)
#CFCEEE
(207,206,238)
#D7D7F1
(215,215,241)
#DFE0F4
(223,224,244)
#E7E9F7
(231,233,247)
#EFF2FA
(239,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F98DC; }

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

This text font color is #9F98DC.


Background Color

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

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

This div background color is #9F98DC.


Border color

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

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

This div border color is #9F98DC.


Opacity

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

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

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

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

This text has shadow with #9F98DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F98DC on black background.


Color preview on white background

This text has color #9F98DC on white background.



Black color preview on #9F98DC background

This text has black color on #9F98DC background.


White color preview on #9F98DC background

This text has white color on #9F98DC background.