COLOR #9696DA

HEX: #9696DA
RGB: (150,150,218)

Color info

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

RGB color model

#9696DA color RGB value is (150,150,218).

  • red value is 150;
  • green value is 150;
  • blue value is 218.
RGB:
(150,150,218)
(59%,59%,85%)

RGB channels and saturation

R 150 of 255 = 59%
G 150 of 255 = 59%
B 218 of 255 = 85%

150
150
218

R + G + B ~ 68%. #9696DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 150 + 218 = 518 (100%)
R 150 of 518 ~ 28.96%
G 150 of 518 ~ 28.96%
B 218 of 518 ~ 42.08%

%28.96
%28.96
%42.08

CMYK color model

#9696DA color CMYK value is (31,31,0,15).

  • cyan value is 31.19%
  • magenta value is 31.19%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(31,31,0,15)
C31M31Y0K15 
(31%,31%,0%,15%)
(0.31/0.31/0.00/0.15)	

CMYK percentages

%31.19
%31.19
%0
%14.51

Codes

Color #9696DA in popluar color models

9696DA
RGB150150218
HSL240°47.89%72.16%
HSB/HSV240°31.19%85.49%
CMYK31.19%31.19%0.00%
14.51%

Color #9696DA in popluar number systems.

HEX9696DA
Decimal150150218
Binary100101101001011011011010
Octal226226332

Shades and tints

Shades of #9696DA

#9696DA
(150,150,218)
#8989C7
(137,137,199)
#7C7CB4
(124,124,180)
#6F6FA1
(111,111,161)
#62628E
(98,98,142)
#55557B
(85,85,123)
#484868
(72,72,104)
#3B3B55
(59,59,85)
#2E2E42
(46,46,66)
#21212F
(33,33,47)
#14141C
(20,20,28)
#000000
(0,0,0)

Tints of #9696DA

#9696DA
(150,150,218)
#9F9FDD
(159,159,221)
#A8A8E0
(168,168,224)
#B1B1E3
(177,177,227)
#BABAE6
(186,186,230)
#C3C3E9
(195,195,233)
#CCCCEC
(204,204,236)
#D5D5EF
(213,213,239)
#DEDEF2
(222,222,242)
#E7E7F5
(231,231,245)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9696DA color. Also use rgb(150,150,218) instead hex code.

Text Font Color

.myTextColor { color: #9696DA; }

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

This text font color is #9696DA.


Background Color

.myBgColor { background-color: #9696DA; }

<div style="background-color:#9696DA">Inner text</div>

This div background color is #9696DA.


Border color

.myBorderColor { border: 1px solid #9696DA; }

<div style="border:3px solid #9696DA">Div</div>

This div border color is #9696DA.


Opacity

.myOpacity80 { color: #9696DA; opacity: 0.8; }

<p style="color:#9696DA;opacity:0.8;">80%</p>

Text with #9696DA 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 #9696DA;}

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

This text has shadow with #9696DA color.

.textShadow {text-shadow: 3px 3px 1px #9696DA, 3px 3px 1px red;}

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

This text has shadow with #9696DA primary color and red secondary color.


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

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

This text has shadow with #9696DA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9696DA on black background.


Color preview on white background

This text has color #9696DA on white background.



Black color preview on #9696DA background

This text has black color on #9696DA background.


White color preview on #9696DA background

This text has white color on #9696DA background.