COLOR #9F9DEB

HEX: #9F9DEB
RGB: (159,157,235)

Color info

#9F9DEB contains mainly blue color. Web safe color of #9F9DEB is #9999FF (or #99F).

RGB color model

#9F9DEB color RGB value is (159,157,235).

  • red value is 159;
  • green value is 157;
  • blue value is 235.
RGB:
(159,157,235)
(62%,62%,92%)

RGB channels and saturation

R 159 of 255 = 62%
G 157 of 255 = 62%
B 235 of 255 = 92%

159
157
235

R + G + B ~ 72%. #9F9DEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 157 + 235 = 551 (100%)
R 159 of 551 ~ 28.86%
G 157 of 551 ~ 28.49%
B 235 of 551 ~ 42.65%

%28.86
%28.49
%42.65

CMYK color model

#9F9DEB color CMYK value is (32,33,0,8).

  • cyan value is 32.34%
  • magenta value is 33.19%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(32,33,0,8)
C32M33Y0K8 
(32%,33%,0%,8%)
(0.32/0.33/0.00/0.08)	

CMYK percentages

%32.34
%33.19
%0
%7.84

Codes

Color #9F9DEB in popluar color models

9F9DEB
RGB159157235
HSL242°66.10%76.86%
HSB/HSV242°33.19%92.16%
CMYK32.34%33.19%0.00%
7.84%

Color #9F9DEB in popluar number systems.

HEX9F9DEB
Decimal159157235
Binary100111111001110111101011
Octal237235353

Shades and tints

Shades of #9F9DEB

#9F9DEB
(159,157,235)
#918FD6
(145,143,214)
#8381C1
(131,129,193)
#7573AC
(117,115,172)
#676597
(103,101,151)
#595782
(89,87,130)
#4B496D
(75,73,109)
#3D3B58
(61,59,88)
#2F2D43
(47,45,67)
#211F2E
(33,31,46)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #9F9DEB

#9F9DEB
(159,157,235)
#A7A5EC
(167,165,236)
#AFADED
(175,173,237)
#B7B5EE
(183,181,238)
#BFBDEF
(191,189,239)
#C7C5F0
(199,197,240)
#CFCDF1
(207,205,241)
#D7D5F2
(215,213,242)
#DFDDF3
(223,221,243)
#E7E5F4
(231,229,244)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F9DEB color. Also use rgb(159,157,235) instead hex code.

Text Font Color

.myTextColor { color: #9F9DEB; }

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

This text font color is #9F9DEB.


Background Color

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

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

This div background color is #9F9DEB.


Border color

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

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

This div border color is #9F9DEB.


Opacity

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

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

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

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

This text has shadow with #9F9DEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9DEB on black background.


Color preview on white background

This text has color #9F9DEB on white background.



Black color preview on #9F9DEB background

This text has black color on #9F9DEB background.


White color preview on #9F9DEB background

This text has white color on #9F9DEB background.