COLOR #9696B7

HEX: #9696B7 RGB: (150,150,183)

Color info

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

RGB color model

#9696B7 color RGB value is (150,150,183).

RGB: (150,150,183) (59%, 59%, 72%)

RGB channels and saturation

R 150 of 255 = 59%
G 150 of 255 = 59%
B 183 of 255 = 72%

150
150
183

R + G + B ~ 63%. #9696B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 150 + 183 = 483 (100%)
R 150 of 483 ~ 31.06%
G 150 of 483 ~ 31.06%
B 183 of 483 ~ 37.89'%

%31.06
%31.06
%37.89

CMYK color model

#9696B7 color CMYK value is (18,18,0,28).

  • cyan value is 18.03%
  • magenta value is 18.03%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK: (18,18,0,28) C18M18Y0K28 (18%,18%,0%,28%) (0.18/0.18/0.00/0.28) 

CMYK percentages

%18.03
%18.03
%0
%28.24

Codes

Color #9696B7 in popluar color models

96 96 B7
RGB 150 150 183
HSL 240° 18.64% 65.29%
HSB/HSV 240° 18.03% 71.76%
CMYK 18.03% 18.03% 0.00%
28.24%

Color #9696B7 in popluar number systems.

HEX 96 96 B7
Decimal 150 150 183
Binary 10010110 10010110 10110111
Octal 226 226 267

Shades and tints

Shades of #9696B7

#9696B7
(150,150,183)
#8989A7
(137,137,167)
#7C7C97
(124,124,151)
#6F6F87
(111,111,135)
#626277
(98,98,119)
#555567
(85,85,103)
#484857
(72,72,87)
#3B3B47
(59,59,71)
#2E2E37
(46,46,55)
#212127
(33,33,39)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #9696B7

#9696B7
(150,150,183)
#9F9FBD
(159,159,189)
#A8A8C3
(168,168,195)
#B1B1C9
(177,177,201)
#BABACF
(186,186,207)
#C3C3D5
(195,195,213)
#CCCCDB
(204,204,219)
#D5D5E1
(213,213,225)
#DEDEE7
(222,222,231)
#E7E7ED
(231,231,237)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9696B7; }

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

This text font color is #9696B7.

Background Color

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

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

This div background color is #9696B7.

Border color

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

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

This div border color is #9696B7.

Opacity

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

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

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

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

This text has shadow with #9696B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9696B7.

Preview

Color preview on black background

This text has color #9696B7 on black background.


Color preview on white background

This text has color #9696B7 on white background.


Black color preview on #9696B7 background

This text has black color on #9696B7 background.


White color preview on #9696B7 background

This text has white color on #9696B7 background.


Related colors

Complementary color

Complementary color for #hex is #696948.


I love getcolorcode.com