COLOR #9697C7

HEX: #9697C7
RGB: (150,151,199)

Color info

#9697C7 contains red, green and blue colors in about the same proportion. Web safe color of #9697C7 is #9999CC (or #99C).

RGB color model

#9697C7 color RGB value is (150,151,199).

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

RGB channels and saturation

R 150 of 255 = 59%
G 151 of 255 = 59%
B 199 of 255 = 78%

150
151
199

R + G + B ~ 65%. #9697C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 151 + 199 = 500 (100%)
R 150 of 500 ~ 30%
G 151 of 500 ~ 30.2%
B 199 of 500 ~ 39.8%

%30
%30.2
%39.8

CMYK color model

#9697C7 color CMYK value is (25,24,0,22).

  • cyan value is 24.62%
  • magenta value is 24.12%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(25,24,0,22)
C25M24Y0K22 
(25%,24%,0%,22%)
(0.25/0.24/0.00/0.22)	

CMYK percentages

%24.62
%24.12
%0
%21.96

Codes

Color #9697C7 in popluar color models

9697C7
RGB150151199
HSL239°30.43%68.43%
HSB/HSV239°24.62%78.04%
CMYK24.62%24.12%0.00%
21.96%

Color #9697C7 in popluar number systems.

HEX9697C7
Decimal150151199
Binary100101101001011111000111
Octal226227307

Shades and tints

Shades of #9697C7

#9697C7
(150,151,199)
#898AB5
(137,138,181)
#7C7DA3
(124,125,163)
#6F7091
(111,112,145)
#62637F
(98,99,127)
#55566D
(85,86,109)
#48495B
(72,73,91)
#3B3C49
(59,60,73)
#2E2F37
(46,47,55)
#212225
(33,34,37)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #9697C7

#9697C7
(150,151,199)
#9FA0CC
(159,160,204)
#A8A9D1
(168,169,209)
#B1B2D6
(177,178,214)
#BABBDB
(186,187,219)
#C3C4E0
(195,196,224)
#CCCDE5
(204,205,229)
#D5D6EA
(213,214,234)
#DEDFEF
(222,223,239)
#E7E8F4
(231,232,244)
#F0F1F9
(240,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9697C7; }

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

This text font color is #9697C7.


Background Color

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

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

This div background color is #9697C7.


Border color

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

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

This div border color is #9697C7.


Opacity

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

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

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

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

This text has shadow with #9697C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9697C7 on black background.


Color preview on white background

This text has color #9697C7 on white background.



Black color preview on #9697C7 background

This text has black color on #9697C7 background.


White color preview on #9697C7 background

This text has white color on #9697C7 background.