COLOR #9F98DD

HEX: #9F98DD
RGB: (159,152,221)

Color info

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

RGB color model

#9F98DD color RGB value is (159,152,221).

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

RGB channels and saturation

R 159 of 255 = 62%
G 152 of 255 = 60%
B 221 of 255 = 87%

159
152
221

R + G + B ~ 70%. #9F98DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 152 + 221 = 532 (100%)
R 159 of 532 ~ 29.89%
G 152 of 532 ~ 28.57%
B 221 of 532 ~ 41.54%

%29.89
%28.57
%41.54

CMYK color model

#9F98DD color CMYK value is (28,31,0,13).

  • cyan value is 28.05%
  • magenta value is 31.22%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(28,31,0,13)
C28M31Y0K13 
(28%,31%,0%,13%)
(0.28/0.31/0.00/0.13)	

CMYK percentages

%28.05
%31.22
%0
%13.33

Codes

Color #9F98DD in popluar color models

9F98DD
RGB159152221
HSL246°50.36%73.14%
HSB/HSV246°31.22%86.67%
CMYK28.05%31.22%0.00%
13.33%

Color #9F98DD in popluar number systems.

HEX9F98DD
Decimal159152221
Binary100111111001100011011101
Octal237230335

Shades and tints

Shades of #9F98DD

#9F98DD
(159,152,221)
#918BC9
(145,139,201)
#837EB5
(131,126,181)
#7571A1
(117,113,161)
#67648D
(103,100,141)
#595779
(89,87,121)
#4B4A65
(75,74,101)
#3D3D51
(61,61,81)
#2F303D
(47,48,61)
#212329
(33,35,41)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #9F98DD

#9F98DD
(159,152,221)
#A7A1E0
(167,161,224)
#AFAAE3
(175,170,227)
#B7B3E6
(183,179,230)
#BFBCE9
(191,188,233)
#C7C5EC
(199,197,236)
#CFCEEF
(207,206,239)
#D7D7F2
(215,215,242)
#DFE0F5
(223,224,245)
#E7E9F8
(231,233,248)
#EFF2FB
(239,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F98DD; }

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

This text font color is #9F98DD.


Background Color

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

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

This div background color is #9F98DD.


Border color

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

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

This div border color is #9F98DD.


Opacity

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

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

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

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

This text has shadow with #9F98DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F98DD on black background.


Color preview on white background

This text has color #9F98DD on white background.



Black color preview on #9F98DD background

This text has black color on #9F98DD background.


White color preview on #9F98DD background

This text has white color on #9F98DD background.