COLOR #9697FA

HEX: #9697FA
RGB: (150,151,250)

Color info

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

RGB color model

#9697FA color RGB value is (150,151,250).

  • red value is 150;
  • green value is 151;
  • blue value is 250.
RGB:
(150,151,250)
(59%,59%,98%)

RGB channels and saturation

R 150 of 255 = 59%
G 151 of 255 = 59%
B 250 of 255 = 98%

150
151
250

R + G + B ~ 72%. #9697FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 151 + 250 = 551 (100%)
R 150 of 551 ~ 27.22%
G 151 of 551 ~ 27.4%
B 250 of 551 ~ 45.37%

%27.22
%27.4
%45.37

CMYK color model

#9697FA color CMYK value is (40,40,0,2).

  • cyan value is 40.00%
  • magenta value is 39.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(40,40,0,2)
C40M40Y0K2 
(40%,40%,0%,2%)
(0.40/0.40/0.00/0.02)	

CMYK percentages

%40
%39.6
%0
%1.96

Codes

Color #9697FA in popluar color models

9697FA
RGB150151250
HSL239°90.91%78.43%
HSB/HSV239°40.00%98.04%
CMYK40.00%39.60%0.00%
1.96%

Color #9697FA in popluar number systems.

HEX9697FA
Decimal150151250
Binary100101101001011111111010
Octal226227372

Shades and tints

Shades of #9697FA

#9697FA
(150,151,250)
#898AE4
(137,138,228)
#7C7DCE
(124,125,206)
#6F70B8
(111,112,184)
#6263A2
(98,99,162)
#55568C
(85,86,140)
#484976
(72,73,118)
#3B3C60
(59,60,96)
#2E2F4A
(46,47,74)
#212234
(33,34,52)
#14151E
(20,21,30)
#000000
(0,0,0)

Tints of #9697FA

#9697FA
(150,151,250)
#9FA0FA
(159,160,250)
#A8A9FA
(168,169,250)
#B1B2FA
(177,178,250)
#BABBFA
(186,187,250)
#C3C4FA
(195,196,250)
#CCCDFA
(204,205,250)
#D5D6FA
(213,214,250)
#DEDFFA
(222,223,250)
#E7E8FA
(231,232,250)
#F0F1FA
(240,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9697FA color. Also use rgb(150,151,250) instead hex code.

Text Font Color

.myTextColor { color: #9697FA; }

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

This text font color is #9697FA.


Background Color

.myBgColor { background-color: #9697FA; }

<div style="background-color:#9697FA">Inner text</div>

This div background color is #9697FA.


Border color

.myBorderColor { border: 1px solid #9697FA; }

<div style="border:3px solid #9697FA">Div</div>

This div border color is #9697FA.


Opacity

.myOpacity80 { color: #9697FA; opacity: 0.8; }

<p style="color:#9697FA;opacity:0.8;">80%</p>

Text with #9697FA 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 #9697FA;}

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

This text has shadow with #9697FA color.

.textShadow {text-shadow: 3px 3px 1px #9697FA, 3px 3px 1px red;}

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

This text has shadow with #9697FA primary color and red secondary color.


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

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

This text has shadow with #9697FA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9697FA on black background.


Color preview on white background

This text has color #9697FA on white background.



Black color preview on #9697FA background

This text has black color on #9697FA background.


White color preview on #9697FA background

This text has white color on #9697FA background.