COLOR #9F9DE0

HEX: #9F9DE0
RGB: (159,157,224)

Color info

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

RGB color model

#9F9DE0 color RGB value is (159,157,224).

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

RGB channels and saturation

R 159 of 255 = 62%
G 157 of 255 = 62%
B 224 of 255 = 88%

159
157
224

R + G + B ~ 71%. #9F9DE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 157 + 224 = 540 (100%)
R 159 of 540 ~ 29.44%
G 157 of 540 ~ 29.07%
B 224 of 540 ~ 41.48%

%29.44
%29.07
%41.48

CMYK color model

#9F9DE0 color CMYK value is (29,30,0,12).

  • cyan value is 29.02%
  • magenta value is 29.91%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(29,30,0,12)
C29M30Y0K12 
(29%,30%,0%,12%)
(0.29/0.30/0.00/0.12)	

CMYK percentages

%29.02
%29.91
%0
%12.16

Codes

Color #9F9DE0 in popluar color models

9F9DE0
RGB159157224
HSL242°51.94%74.71%
HSB/HSV242°29.91%87.84%
CMYK29.02%29.91%0.00%
12.16%

Color #9F9DE0 in popluar number systems.

HEX9F9DE0
Decimal159157224
Binary100111111001110111100000
Octal237235340

Shades and tints

Shades of #9F9DE0

#9F9DE0
(159,157,224)
#918FCC
(145,143,204)
#8381B8
(131,129,184)
#7573A4
(117,115,164)
#676590
(103,101,144)
#59577C
(89,87,124)
#4B4968
(75,73,104)
#3D3B54
(61,59,84)
#2F2D40
(47,45,64)
#211F2C
(33,31,44)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #9F9DE0

#9F9DE0
(159,157,224)
#A7A5E2
(167,165,226)
#AFADE4
(175,173,228)
#B7B5E6
(183,181,230)
#BFBDE8
(191,189,232)
#C7C5EA
(199,197,234)
#CFCDEC
(207,205,236)
#D7D5EE
(215,213,238)
#DFDDF0
(223,221,240)
#E7E5F2
(231,229,242)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9DE0; }

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

This text font color is #9F9DE0.


Background Color

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

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

This div background color is #9F9DE0.


Border color

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

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

This div border color is #9F9DE0.


Opacity

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

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

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

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

This text has shadow with #9F9DE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9DE0 on black background.


Color preview on white background

This text has color #9F9DE0 on white background.



Black color preview on #9F9DE0 background

This text has black color on #9F9DE0 background.


White color preview on #9F9DE0 background

This text has white color on #9F9DE0 background.