COLOR #9F8AEF

HEX: #9F8AEF
RGB: (159,138,239)

Color info

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

RGB color model

#9F8AEF color RGB value is (159,138,239).

  • red value is 159;
  • green value is 138;
  • blue value is 239.
RGB:
(159,138,239)
(62%,54%,94%)

RGB channels and saturation

R 159 of 255 = 62%
G 138 of 255 = 54%
B 239 of 255 = 94%

159
138
239

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

Portions of RGB colors in percentages

R + G + B =
159 + 138 + 239 = 536 (100%)
R 159 of 536 ~ 29.66%
G 138 of 536 ~ 25.75%
B 239 of 536 ~ 44.59%

%29.66
%25.75
%44.59

CMYK color model

#9F8AEF color CMYK value is (33,42,0,6).

  • cyan value is 33.47%
  • magenta value is 42.26%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(33,42,0,6)
C33M42Y0K6 
(33%,42%,0%,6%)
(0.33/0.42/0.00/0.06)	

CMYK percentages

%33.47
%42.26
%0
%6.27

Codes

Color #9F8AEF in popluar color models

9F8AEF
RGB159138239
HSL252°75.94%73.92%
HSB/HSV252°42.26%93.73%
CMYK33.47%42.26%0.00%
6.27%

Color #9F8AEF in popluar number systems.

HEX9F8AEF
Decimal159138239
Binary100111111000101011101111
Octal237212357

Shades and tints

Shades of #9F8AEF

#9F8AEF
(159,138,239)
#917EDA
(145,126,218)
#8372C5
(131,114,197)
#7566B0
(117,102,176)
#675A9B
(103,90,155)
#594E86
(89,78,134)
#4B4271
(75,66,113)
#3D365C
(61,54,92)
#2F2A47
(47,42,71)
#211E32
(33,30,50)
#13121D
(19,18,29)
#000000
(0,0,0)

Tints of #9F8AEF

#9F8AEF
(159,138,239)
#A794F0
(167,148,240)
#AF9EF1
(175,158,241)
#B7A8F2
(183,168,242)
#BFB2F3
(191,178,243)
#C7BCF4
(199,188,244)
#CFC6F5
(207,198,245)
#D7D0F6
(215,208,246)
#DFDAF7
(223,218,247)
#E7E4F8
(231,228,248)
#EFEEF9
(239,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8AEF; }

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

This text font color is #9F8AEF.


Background Color

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

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

This div background color is #9F8AEF.


Border color

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

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

This div border color is #9F8AEF.


Opacity

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

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

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

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

This text has shadow with #9F8AEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8AEF on black background.


Color preview on white background

This text has color #9F8AEF on white background.



Black color preview on #9F8AEF background

This text has black color on #9F8AEF background.


White color preview on #9F8AEF background

This text has white color on #9F8AEF background.