COLOR #9697E6

HEX: #9697E6 RGB: (150,151,230)

Color info

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

RGB color model

#9697E6 color RGB value is (150,151,230).

RGB: (150,151,230) (59%, 59%, 90%)

RGB channels and saturation

R 150 of 255 = 59%
G 151 of 255 = 59%
B 230 of 255 = 90%

150
151
230

R + G + B ~ 69%. #9697E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 151 + 230 = 531 (100%)
R 150 of 531 ~ 28.25%
G 151 of 531 ~ 28.44%
B 230 of 531 ~ 43.31'%

%28.25
%28.44
%43.31

CMYK color model

#9697E6 color CMYK value is (35,34,0,10).

  • cyan value is 34.78%
  • magenta value is 34.35%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (35,34,0,10)
C35M34Y0K10 (35%, 34%, 0%, 10%)
(0.35 / 0.34 / 0.00 / 0.10)

CMYK percentages

%34.78
%34.35
%0
%9.8

Codes

Color #9697E6 in popluar color models

96 97 E6
RGB 150 151 230
HSL 239° 61.54% 74.51%
HSB/HSV 239° 34.78% 90.20%
CMYK 34.78% 34.35% 0.00%
9.80%

Color #9697E6 in popluar number systems.

HEX 96 97 E6
Decimal 150 151 230
Binary 10010110 10010111 11100110
Octal 226 227 346

Shades and tints

Shades of #9697E6

#9697E6
(150,151,230)
#898AD2
(137,138,210)
#7C7DBE
(124,125,190)
#6F70AA
(111,112,170)
#626396
(98,99,150)
#555682
(85,86,130)
#48496E
(72,73,110)
#3B3C5A
(59,60,90)
#2E2F46
(46,47,70)
#212232
(33,34,50)
#14151E
(20,21,30)
#000000
(0,0,0)

Tints of #9697E6

#9697E6
(150,151,230)
#9FA0E8
(159,160,232)
#A8A9EA
(168,169,234)
#B1B2EC
(177,178,236)
#BABBEE
(186,187,238)
#C3C4F0
(195,196,240)
#CCCDF2
(204,205,242)
#D5D6F4
(213,214,244)
#DEDFF6
(222,223,246)
#E7E8F8
(231,232,248)
#F0F1FA
(240,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9697E6; }

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

This text font color is #9697E6.

Background Color

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

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

This div background color is #9697E6.

Border color

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

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

This div border color is #9697E6.

Opacity

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

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

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

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

This text has shadow with #9697E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9697E6.

Preview

Color preview on black background

This text has color #9697E6 on black background.


Color preview on white background

This text has color #9697E6 on white background.


Black color preview on #9697E6 background

This text has black color on #9697E6 background.


White color preview on #9697E6 background

This text has white color on #9697E6 background.


Related colors

Complementary color

Complementary color for #hex is #696819.


I love getcolorcode.com

Triadic colors

1 #E69697 and #97E696 with #9697E6 are triadic colors.

2 #E69796 and #9796E6 with #9697E6 are triadic colors.