COLOR #9688E5

HEX: #9688E5
RGB: (150,136,229)

Color info

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

RGB color model

#9688E5 color RGB value is (150,136,229).

  • red value is 150;
  • green value is 136;
  • blue value is 229.
RGB:
(150,136,229)
(59%,53%,90%)

RGB channels and saturation

R 150 of 255 = 59%
G 136 of 255 = 53%
B 229 of 255 = 90%

150
136
229

R + G + B ~ 67%. #9688E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 136 + 229 = 515 (100%)
R 150 of 515 ~ 29.13%
G 136 of 515 ~ 26.41%
B 229 of 515 ~ 44.47%

%29.13
%26.41
%44.47

CMYK color model

#9688E5 color CMYK value is (34,41,0,10).

  • cyan value is 34.50%
  • magenta value is 40.61%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(34,41,0,10)
C34M41Y0K10 
(34%,41%,0%,10%)
(0.34/0.41/0.00/0.10)	

CMYK percentages

%34.5
%40.61
%0
%10.2

Codes

Color #9688E5 in popluar color models

9688E5
RGB150136229
HSL249°64.14%71.57%
HSB/HSV249°40.61%89.80%
CMYK34.50%40.61%0.00%
10.20%

Color #9688E5 in popluar number systems.

HEX9688E5
Decimal150136229
Binary100101101000100011100101
Octal226210345

Shades and tints

Shades of #9688E5

#9688E5
(150,136,229)
#897CD1
(137,124,209)
#7C70BD
(124,112,189)
#6F64A9
(111,100,169)
#625895
(98,88,149)
#554C81
(85,76,129)
#48406D
(72,64,109)
#3B3459
(59,52,89)
#2E2845
(46,40,69)
#211C31
(33,28,49)
#14101D
(20,16,29)
#000000
(0,0,0)

Tints of #9688E5

#9688E5
(150,136,229)
#9F92E7
(159,146,231)
#A89CE9
(168,156,233)
#B1A6EB
(177,166,235)
#BAB0ED
(186,176,237)
#C3BAEF
(195,186,239)
#CCC4F1
(204,196,241)
#D5CEF3
(213,206,243)
#DED8F5
(222,216,245)
#E7E2F7
(231,226,247)
#F0ECF9
(240,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9688E5 color. Also use rgb(150,136,229) instead hex code.

Text Font Color

.myTextColor { color: #9688E5; }

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

This text font color is #9688E5.


Background Color

.myBgColor { background-color: #9688E5; }

<div style="background-color:#9688E5">Inner text</div>

This div background color is #9688E5.


Border color

.myBorderColor { border: 1px solid #9688E5; }

<div style="border:3px solid #9688E5">Div</div>

This div border color is #9688E5.


Opacity

.myOpacity80 { color: #9688E5; opacity: 0.8; }

<p style="color:#9688E5;opacity:0.8;">80%</p>

Text with #9688E5 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 #9688E5;}

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

This text has shadow with #9688E5 color.

.textShadow {text-shadow: 3px 3px 1px #9688E5, 3px 3px 1px red;}

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

This text has shadow with #9688E5 primary color and red secondary color.


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

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

This text has shadow with #9688E5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9688E5 on black background.


Color preview on white background

This text has color #9688E5 on white background.



Black color preview on #9688E5 background

This text has black color on #9688E5 background.


White color preview on #9688E5 background

This text has white color on #9688E5 background.