COLOR #9F94E0

HEX: #9F94E0
RGB: (159,148,224)

Color info

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

RGB color model

#9F94E0 color RGB value is (159,148,224).

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

RGB channels and saturation

R 159 of 255 = 62%
G 148 of 255 = 58%
B 224 of 255 = 88%

159
148
224

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

Portions of RGB colors in percentages

R + G + B =
159 + 148 + 224 = 531 (100%)
R 159 of 531 ~ 29.94%
G 148 of 531 ~ 27.87%
B 224 of 531 ~ 42.18%

%29.94
%27.87
%42.18

CMYK color model

#9F94E0 color CMYK value is (29,34,0,12).

  • cyan value is 29.02%
  • magenta value is 33.93%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(29,34,0,12)
C29M34Y0K12 
(29%,34%,0%,12%)
(0.29/0.34/0.00/0.12)	

CMYK percentages

%29.02
%33.93
%0
%12.16

Codes

Color #9F94E0 in popluar color models

9F94E0
RGB159148224
HSL249°55.07%72.94%
HSB/HSV249°33.93%87.84%
CMYK29.02%33.93%0.00%
12.16%

Color #9F94E0 in popluar number systems.

HEX9F94E0
Decimal159148224
Binary100111111001010011100000
Octal237224340

Shades and tints

Shades of #9F94E0

#9F94E0
(159,148,224)
#9187CC
(145,135,204)
#837AB8
(131,122,184)
#756DA4
(117,109,164)
#676090
(103,96,144)
#59537C
(89,83,124)
#4B4668
(75,70,104)
#3D3954
(61,57,84)
#2F2C40
(47,44,64)
#211F2C
(33,31,44)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #9F94E0

#9F94E0
(159,148,224)
#A79DE2
(167,157,226)
#AFA6E4
(175,166,228)
#B7AFE6
(183,175,230)
#BFB8E8
(191,184,232)
#C7C1EA
(199,193,234)
#CFCAEC
(207,202,236)
#D7D3EE
(215,211,238)
#DFDCF0
(223,220,240)
#E7E5F2
(231,229,242)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F94E0; }

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

This text font color is #9F94E0.


Background Color

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

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

This div background color is #9F94E0.


Border color

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

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

This div border color is #9F94E0.


Opacity

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

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

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

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

This text has shadow with #9F94E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F94E0 on black background.


Color preview on white background

This text has color #9F94E0 on white background.



Black color preview on #9F94E0 background

This text has black color on #9F94E0 background.


White color preview on #9F94E0 background

This text has white color on #9F94E0 background.