COLOR #9687E7

HEX: #9687E7
RGB: (150,135,231)

Color info

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

RGB color model

#9687E7 color RGB value is (150,135,231).

  • red value is 150;
  • green value is 135;
  • blue value is 231.
RGB:
(150,135,231)
(59%,53%,91%)

RGB channels and saturation

R 150 of 255 = 59%
G 135 of 255 = 53%
B 231 of 255 = 91%

150
135
231

R + G + B ~ 68%. #9687E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 135 + 231 = 516 (100%)
R 150 of 516 ~ 29.07%
G 135 of 516 ~ 26.16%
B 231 of 516 ~ 44.77%

%29.07
%26.16
%44.77

CMYK color model

#9687E7 color CMYK value is (35,42,0,9).

  • cyan value is 35.06%
  • magenta value is 41.56%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(35,42,0,9)
C35M42Y0K9 
(35%,42%,0%,9%)
(0.35/0.42/0.00/0.09)	

CMYK percentages

%35.06
%41.56
%0
%9.41

Codes

Color #9687E7 in popluar color models

9687E7
RGB150135231
HSL249°66.67%71.76%
HSB/HSV249°41.56%90.59%
CMYK35.06%41.56%0.00%
9.41%

Color #9687E7 in popluar number systems.

HEX9687E7
Decimal150135231
Binary100101101000011111100111
Octal226207347

Shades and tints

Shades of #9687E7

#9687E7
(150,135,231)
#897BD2
(137,123,210)
#7C6FBD
(124,111,189)
#6F63A8
(111,99,168)
#625793
(98,87,147)
#554B7E
(85,75,126)
#483F69
(72,63,105)
#3B3354
(59,51,84)
#2E273F
(46,39,63)
#211B2A
(33,27,42)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #9687E7

#9687E7
(150,135,231)
#9F91E9
(159,145,233)
#A89BEB
(168,155,235)
#B1A5ED
(177,165,237)
#BAAFEF
(186,175,239)
#C3B9F1
(195,185,241)
#CCC3F3
(204,195,243)
#D5CDF5
(213,205,245)
#DED7F7
(222,215,247)
#E7E1F9
(231,225,249)
#F0EBFB
(240,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9687E7 color. Also use rgb(150,135,231) instead hex code.

Text Font Color

.myTextColor { color: #9687E7; }

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

This text font color is #9687E7.


Background Color

.myBgColor { background-color: #9687E7; }

<div style="background-color:#9687E7">Inner text</div>

This div background color is #9687E7.


Border color

.myBorderColor { border: 1px solid #9687E7; }

<div style="border:3px solid #9687E7">Div</div>

This div border color is #9687E7.


Opacity

.myOpacity80 { color: #9687E7; opacity: 0.8; }

<p style="color:#9687E7;opacity:0.8;">80%</p>

Text with #9687E7 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 #9687E7;}

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

This text has shadow with #9687E7 color.

.textShadow {text-shadow: 3px 3px 1px #9687E7, 3px 3px 1px red;}

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

This text has shadow with #9687E7 primary color and red secondary color.


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

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

This text has shadow with #9687E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9687E7 on black background.


Color preview on white background

This text has color #9687E7 on white background.



Black color preview on #9687E7 background

This text has black color on #9687E7 background.


White color preview on #9687E7 background

This text has white color on #9687E7 background.