COLOR #9697D4

HEX: #9697D4
RGB: (150,151,212)

Color info

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

RGB color model

#9697D4 color RGB value is (150,151,212).

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

RGB channels and saturation

R 150 of 255 = 59%
G 151 of 255 = 59%
B 212 of 255 = 83%

150
151
212

R + G + B ~ 67%. #9697D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 151 + 212 = 513 (100%)
R 150 of 513 ~ 29.24%
G 151 of 513 ~ 29.43%
B 212 of 513 ~ 41.33%

%29.24
%29.43
%41.33

CMYK color model

#9697D4 color CMYK value is (29,29,0,17).

  • cyan value is 29.25%
  • magenta value is 28.77%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(29,29,0,17)
C29M29Y0K17 
(29%,29%,0%,17%)
(0.29/0.29/0.00/0.17)	

CMYK percentages

%29.25
%28.77
%0
%16.86

Codes

Color #9697D4 in popluar color models

9697D4
RGB150151212
HSL239°41.89%70.98%
HSB/HSV239°29.25%83.14%
CMYK29.25%28.77%0.00%
16.86%

Color #9697D4 in popluar number systems.

HEX9697D4
Decimal150151212
Binary100101101001011111010100
Octal226227324

Shades and tints

Shades of #9697D4

#9697D4
(150,151,212)
#898AC1
(137,138,193)
#7C7DAE
(124,125,174)
#6F709B
(111,112,155)
#626388
(98,99,136)
#555675
(85,86,117)
#484962
(72,73,98)
#3B3C4F
(59,60,79)
#2E2F3C
(46,47,60)
#212229
(33,34,41)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #9697D4

#9697D4
(150,151,212)
#9FA0D7
(159,160,215)
#A8A9DA
(168,169,218)
#B1B2DD
(177,178,221)
#BABBE0
(186,187,224)
#C3C4E3
(195,196,227)
#CCCDE6
(204,205,230)
#D5D6E9
(213,214,233)
#DEDFEC
(222,223,236)
#E7E8EF
(231,232,239)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9697D4; }

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

This text font color is #9697D4.


Background Color

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

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

This div background color is #9697D4.


Border color

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

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

This div border color is #9697D4.


Opacity

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

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

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

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

This text has shadow with #9697D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9697D4 on black background.


Color preview on white background

This text has color #9697D4 on white background.



Black color preview on #9697D4 background

This text has black color on #9697D4 background.


White color preview on #9697D4 background

This text has white color on #9697D4 background.