COLOR #9F9FE4

HEX: #9F9FE4
RGB: (159,159,228)

Color info

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

RGB color model

#9F9FE4 color RGB value is (159,159,228).

  • red value is 159;
  • green value is 159;
  • blue value is 228.
RGB:
(159,159,228)
(62%,62%,89%)

RGB channels and saturation

R 159 of 255 = 62%
G 159 of 255 = 62%
B 228 of 255 = 89%

159
159
228

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

Portions of RGB colors in percentages

R + G + B =
159 + 159 + 228 = 546 (100%)
R 159 of 546 ~ 29.12%
G 159 of 546 ~ 29.12%
B 228 of 546 ~ 41.76%

%29.12
%29.12
%41.76

CMYK color model

#9F9FE4 color CMYK value is (30,30,0,11).

  • cyan value is 30.26%
  • magenta value is 30.26%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(30,30,0,11)
C30M30Y0K11 
(30%,30%,0%,11%)
(0.30/0.30/0.00/0.11)	

CMYK percentages

%30.26
%30.26
%0
%10.59

Codes

Color #9F9FE4 in popluar color models

9F9FE4
RGB159159228
HSL240°56.10%75.88%
HSB/HSV240°30.26%89.41%
CMYK30.26%30.26%0.00%
10.59%

Color #9F9FE4 in popluar number systems.

HEX9F9FE4
Decimal159159228
Binary100111111001111111100100
Octal237237344

Shades and tints

Shades of #9F9FE4

#9F9FE4
(159,159,228)
#9191D0
(145,145,208)
#8383BC
(131,131,188)
#7575A8
(117,117,168)
#676794
(103,103,148)
#595980
(89,89,128)
#4B4B6C
(75,75,108)
#3D3D58
(61,61,88)
#2F2F44
(47,47,68)
#212130
(33,33,48)
#13131C
(19,19,28)
#000000
(0,0,0)

Tints of #9F9FE4

#9F9FE4
(159,159,228)
#A7A7E6
(167,167,230)
#AFAFE8
(175,175,232)
#B7B7EA
(183,183,234)
#BFBFEC
(191,191,236)
#C7C7EE
(199,199,238)
#CFCFF0
(207,207,240)
#D7D7F2
(215,215,242)
#DFDFF4
(223,223,244)
#E7E7F6
(231,231,246)
#EFEFF8
(239,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9FE4; }

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

This text font color is #9F9FE4.


Background Color

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

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

This div background color is #9F9FE4.


Border color

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

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

This div border color is #9F9FE4.


Opacity

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

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

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

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

This text has shadow with #9F9FE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9FE4 on black background.


Color preview on white background

This text has color #9F9FE4 on white background.



Black color preview on #9F9FE4 background

This text has black color on #9F9FE4 background.


White color preview on #9F9FE4 background

This text has white color on #9F9FE4 background.