COLOR #9F8AE2

HEX: #9F8AE2
RGB: (159,138,226)

Color info

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

RGB color model

#9F8AE2 color RGB value is (159,138,226).

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

RGB channels and saturation

R 159 of 255 = 62%
G 138 of 255 = 54%
B 226 of 255 = 89%

159
138
226

R + G + B ~ 68%. #9F8AE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 138 + 226 = 523 (100%)
R 159 of 523 ~ 30.4%
G 138 of 523 ~ 26.39%
B 226 of 523 ~ 43.21%

%30.4
%26.39
%43.21

CMYK color model

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

  • cyan value is 29.65%
  • magenta value is 38.94%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(30,39,0,11)
C30M39Y0K11 
(30%,39%,0%,11%)
(0.30/0.39/0.00/0.11)	

CMYK percentages

%29.65
%38.94
%0
%11.37

Codes

Color #9F8AE2 in popluar color models

9F8AE2
RGB159138226
HSL254°60.27%71.37%
HSB/HSV254°38.94%88.63%
CMYK29.65%38.94%0.00%
11.37%

Color #9F8AE2 in popluar number systems.

HEX9F8AE2
Decimal159138226
Binary100111111000101011100010
Octal237212342

Shades and tints

Shades of #9F8AE2

#9F8AE2
(159,138,226)
#917ECE
(145,126,206)
#8372BA
(131,114,186)
#7566A6
(117,102,166)
#675A92
(103,90,146)
#594E7E
(89,78,126)
#4B426A
(75,66,106)
#3D3656
(61,54,86)
#2F2A42
(47,42,66)
#211E2E
(33,30,46)
#13121A
(19,18,26)
#000000
(0,0,0)

Tints of #9F8AE2

#9F8AE2
(159,138,226)
#A794E4
(167,148,228)
#AF9EE6
(175,158,230)
#B7A8E8
(183,168,232)
#BFB2EA
(191,178,234)
#C7BCEC
(199,188,236)
#CFC6EE
(207,198,238)
#D7D0F0
(215,208,240)
#DFDAF2
(223,218,242)
#E7E4F4
(231,228,244)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8AE2; }

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

This text font color is #9F8AE2.


Background Color

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

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

This div background color is #9F8AE2.


Border color

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

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

This div border color is #9F8AE2.


Opacity

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

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

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

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

This text has shadow with #9F8AE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8AE2 on black background.


Color preview on white background

This text has color #9F8AE2 on white background.



Black color preview on #9F8AE2 background

This text has black color on #9F8AE2 background.


White color preview on #9F8AE2 background

This text has white color on #9F8AE2 background.