COLOR #9696BA

HEX: #9696BA
RGB: (150,150,186)

Color info

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

RGB color model

#9696BA color RGB value is (150,150,186).

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

RGB channels and saturation

R 150 of 255 = 59%
G 150 of 255 = 59%
B 186 of 255 = 73%

150
150
186

R + G + B ~ 64%. #9696BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 150 + 186 = 486 (100%)
R 150 of 486 ~ 30.86%
G 150 of 486 ~ 30.86%
B 186 of 486 ~ 38.27%

%30.86
%30.86
%38.27

CMYK color model

#9696BA color CMYK value is (19,19,0,27).

  • cyan value is 19.35%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(19,19,0,27)
C19M19Y0K27 
(19%,19%,0%,27%)
(0.19/0.19/0.00/0.27)	

CMYK percentages

%19.35
%19.35
%0
%27.06

Codes

Color #9696BA in popluar color models

9696BA
RGB150150186
HSL240°20.69%65.88%
HSB/HSV240°19.35%72.94%
CMYK19.35%19.35%0.00%
27.06%

Color #9696BA in popluar number systems.

HEX9696BA
Decimal150150186
Binary100101101001011010111010
Octal226226272

Shades and tints

Shades of #9696BA

#9696BA
(150,150,186)
#8989AA
(137,137,170)
#7C7C9A
(124,124,154)
#6F6F8A
(111,111,138)
#62627A
(98,98,122)
#55556A
(85,85,106)
#48485A
(72,72,90)
#3B3B4A
(59,59,74)
#2E2E3A
(46,46,58)
#21212A
(33,33,42)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #9696BA

#9696BA
(150,150,186)
#9F9FC0
(159,159,192)
#A8A8C6
(168,168,198)
#B1B1CC
(177,177,204)
#BABAD2
(186,186,210)
#C3C3D8
(195,195,216)
#CCCCDE
(204,204,222)
#D5D5E4
(213,213,228)
#DEDEEA
(222,222,234)
#E7E7F0
(231,231,240)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9696BA; }

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

This text font color is #9696BA.


Background Color

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

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

This div background color is #9696BA.


Border color

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

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

This div border color is #9696BA.


Opacity

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

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

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

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

This text has shadow with #9696BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9696BA on black background.


Color preview on white background

This text has color #9696BA on white background.



Black color preview on #9696BA background

This text has black color on #9696BA background.


White color preview on #9696BA background

This text has white color on #9696BA background.