COLOR #9697C5

HEX: #9697C5 RGB: (150,151,197)

Color info

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

RGB color model

#9697C5 color RGB value is (150,151,197).

RGB: (150,151,197) (59%, 59%, 77%)

RGB channels and saturation

R 150 of 255 = 59%
G 151 of 255 = 59%
B 197 of 255 = 77%

150
151
197

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

Portions of RGB colors in percentages

R + G + B = 150 + 151 + 197 = 498 (100%)
R 150 of 498 ~ 30.12%
G 151 of 498 ~ 30.32%
B 197 of 498 ~ 39.56'%

%30.12
%30.32
%39.56

CMYK color model

#9697C5 color CMYK value is (24,23,0,23).

  • cyan value is 23.86%
  • magenta value is 23.35%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (24,23,0,23)
C24M23Y0K23 (24%, 23%, 0%, 23%)
(0.24 / 0.23 / 0.00 / 0.23)

CMYK percentages

%23.86
%23.35
%0
%22.75

Codes

Color #9697C5 in popluar color models

96 97 C5
RGB 150 151 197
HSL 239° 28.83% 68.04%
HSB/HSV 239° 23.86% 77.25%
CMYK 23.86% 23.35% 0.00%
22.75%

Color #9697C5 in popluar number systems.

HEX 96 97 C5
Decimal 150 151 197
Binary 10010110 10010111 11000101
Octal 226 227 305

Shades and tints

Shades of #9697C5

#9697C5
(150,151,197)
#898AB4
(137,138,180)
#7C7DA3
(124,125,163)
#6F7092
(111,112,146)
#626381
(98,99,129)
#555670
(85,86,112)
#48495F
(72,73,95)
#3B3C4E
(59,60,78)
#2E2F3D
(46,47,61)
#21222C
(33,34,44)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #9697C5

#9697C5
(150,151,197)
#9FA0CA
(159,160,202)
#A8A9CF
(168,169,207)
#B1B2D4
(177,178,212)
#BABBD9
(186,187,217)
#C3C4DE
(195,196,222)
#CCCDE3
(204,205,227)
#D5D6E8
(213,214,232)
#DEDFED
(222,223,237)
#E7E8F2
(231,232,242)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9697C5; }

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

This text font color is #9697C5.

Background Color

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

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

This div background color is #9697C5.

Border color

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

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

This div border color is #9697C5.

Opacity

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

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

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

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

This text has shadow with #9697C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9697C5.

Preview

Color preview on black background

This text has color #9697C5 on black background.


Color preview on white background

This text has color #9697C5 on white background.


Black color preview on #9697C5 background

This text has black color on #9697C5 background.


White color preview on #9697C5 background

This text has white color on #9697C5 background.


Related colors

Complementary color

Complementary color for #hex is #69683A.


I love getcolorcode.com

Triadic colors

1 #C59697 and #97C596 with #9697C5 are triadic colors.

2 #C59796 and #9796C5 with #9697C5 are triadic colors.