COLOR #9F94E7

HEX: #9F94E7
RGB: (159,148,231)

Color info

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

RGB color model

#9F94E7 color RGB value is (159,148,231).

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

RGB channels and saturation

R 159 of 255 = 62%
G 148 of 255 = 58%
B 231 of 255 = 91%

159
148
231

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

Portions of RGB colors in percentages

R + G + B =
159 + 148 + 231 = 538 (100%)
R 159 of 538 ~ 29.55%
G 148 of 538 ~ 27.51%
B 231 of 538 ~ 42.94%

%29.55
%27.51
%42.94

CMYK color model

#9F94E7 color CMYK value is (31,36,0,9).

  • cyan value is 31.17%
  • magenta value is 35.93%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(31,36,0,9)
C31M36Y0K9 
(31%,36%,0%,9%)
(0.31/0.36/0.00/0.09)	

CMYK percentages

%31.17
%35.93
%0
%9.41

Codes

Color #9F94E7 in popluar color models

9F94E7
RGB159148231
HSL248°63.36%74.31%
HSB/HSV248°35.93%90.59%
CMYK31.17%35.93%0.00%
9.41%

Color #9F94E7 in popluar number systems.

HEX9F94E7
Decimal159148231
Binary100111111001010011100111
Octal237224347

Shades and tints

Shades of #9F94E7

#9F94E7
(159,148,231)
#9187D2
(145,135,210)
#837ABD
(131,122,189)
#756DA8
(117,109,168)
#676093
(103,96,147)
#59537E
(89,83,126)
#4B4669
(75,70,105)
#3D3954
(61,57,84)
#2F2C3F
(47,44,63)
#211F2A
(33,31,42)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #9F94E7

#9F94E7
(159,148,231)
#A79DE9
(167,157,233)
#AFA6EB
(175,166,235)
#B7AFED
(183,175,237)
#BFB8EF
(191,184,239)
#C7C1F1
(199,193,241)
#CFCAF3
(207,202,243)
#D7D3F5
(215,211,245)
#DFDCF7
(223,220,247)
#E7E5F9
(231,229,249)
#EFEEFB
(239,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F94E7; }

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

This text font color is #9F94E7.


Background Color

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

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

This div background color is #9F94E7.


Border color

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

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

This div border color is #9F94E7.


Opacity

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

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

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

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

This text has shadow with #9F94E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F94E7 on black background.


Color preview on white background

This text has color #9F94E7 on white background.



Black color preview on #9F94E7 background

This text has black color on #9F94E7 background.


White color preview on #9F94E7 background

This text has white color on #9F94E7 background.