COLOR #9698E7

HEX: #9698E7
RGB: (150,152,231)

Color info

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

RGB color model

#9698E7 color RGB value is (150,152,231).

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

RGB channels and saturation

R 150 of 255 = 59%
G 152 of 255 = 60%
B 231 of 255 = 91%

150
152
231

R + G + B ~ 70%. #9698E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 152 + 231 = 533 (100%)
R 150 of 533 ~ 28.14%
G 152 of 533 ~ 28.52%
B 231 of 533 ~ 43.34%

%28.14
%28.52
%43.34

CMYK color model

#9698E7 color CMYK value is (35,34,0,9).

  • cyan value is 35.06%
  • magenta value is 34.20%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(35,34,0,9)
C35M34Y0K9 
(35%,34%,0%,9%)
(0.35/0.34/0.00/0.09)	

CMYK percentages

%35.06
%34.2
%0
%9.41

Codes

Color #9698E7 in popluar color models

9698E7
RGB150152231
HSL239°62.79%74.71%
HSB/HSV239°35.06%90.59%
CMYK35.06%34.20%0.00%
9.41%

Color #9698E7 in popluar number systems.

HEX9698E7
Decimal150152231
Binary100101101001100011100111
Octal226230347

Shades and tints

Shades of #9698E7

#9698E7
(150,152,231)
#898BD2
(137,139,210)
#7C7EBD
(124,126,189)
#6F71A8
(111,113,168)
#626493
(98,100,147)
#55577E
(85,87,126)
#484A69
(72,74,105)
#3B3D54
(59,61,84)
#2E303F
(46,48,63)
#21232A
(33,35,42)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #9698E7

#9698E7
(150,152,231)
#9FA1E9
(159,161,233)
#A8AAEB
(168,170,235)
#B1B3ED
(177,179,237)
#BABCEF
(186,188,239)
#C3C5F1
(195,197,241)
#CCCEF3
(204,206,243)
#D5D7F5
(213,215,245)
#DEE0F7
(222,224,247)
#E7E9F9
(231,233,249)
#F0F2FB
(240,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9698E7; }

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

This text font color is #9698E7.


Background Color

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

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

This div background color is #9698E7.


Border color

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

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

This div border color is #9698E7.


Opacity

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

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

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

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

This text has shadow with #9698E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9698E7 on black background.


Color preview on white background

This text has color #9698E7 on white background.



Black color preview on #9698E7 background

This text has black color on #9698E7 background.


White color preview on #9698E7 background

This text has white color on #9698E7 background.