COLOR #9696BD

HEX: #9696BD
RGB: (150,150,189)

Color info

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

RGB color model

#9696BD color RGB value is (150,150,189).

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

RGB channels and saturation

R 150 of 255 = 59%
G 150 of 255 = 59%
B 189 of 255 = 74%

150
150
189

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

Portions of RGB colors in percentages

R + G + B =
150 + 150 + 189 = 489 (100%)
R 150 of 489 ~ 30.67%
G 150 of 489 ~ 30.67%
B 189 of 489 ~ 38.65%

%30.67
%30.67
%38.65

CMYK color model

#9696BD color CMYK value is (21,21,0,26).

  • cyan value is 20.63%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(21,21,0,26)
C21M21Y0K26 
(21%,21%,0%,26%)
(0.21/0.21/0.00/0.26)	

CMYK percentages

%20.63
%20.63
%0
%25.88

Codes

Color #9696BD in popluar color models

9696BD
RGB150150189
HSL240°22.81%66.47%
HSB/HSV240°20.63%74.12%
CMYK20.63%20.63%0.00%
25.88%

Color #9696BD in popluar number systems.

HEX9696BD
Decimal150150189
Binary100101101001011010111101
Octal226226275

Shades and tints

Shades of #9696BD

#9696BD
(150,150,189)
#8989AC
(137,137,172)
#7C7C9B
(124,124,155)
#6F6F8A
(111,111,138)
#626279
(98,98,121)
#555568
(85,85,104)
#484857
(72,72,87)
#3B3B46
(59,59,70)
#2E2E35
(46,46,53)
#212124
(33,33,36)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #9696BD

#9696BD
(150,150,189)
#9F9FC3
(159,159,195)
#A8A8C9
(168,168,201)
#B1B1CF
(177,177,207)
#BABAD5
(186,186,213)
#C3C3DB
(195,195,219)
#CCCCE1
(204,204,225)
#D5D5E7
(213,213,231)
#DEDEED
(222,222,237)
#E7E7F3
(231,231,243)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9696BD; }

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

This text font color is #9696BD.


Background Color

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

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

This div background color is #9696BD.


Border color

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

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

This div border color is #9696BD.


Opacity

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

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

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

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

This text has shadow with #9696BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9696BD on black background.


Color preview on white background

This text has color #9696BD on white background.



Black color preview on #9696BD background

This text has black color on #9696BD background.


White color preview on #9696BD background

This text has white color on #9696BD background.