COLOR #9696A7

HEX: #9696A7
RGB: (150,150,167)

Color info

#9696A7 contains red, green and blue colors in about the same proportion. Web safe color of #9696A7 is #999999 (or #999).

RGB color model

#9696A7 color RGB value is (150,150,167).

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

RGB channels and saturation

R 150 of 255 = 59%
G 150 of 255 = 59%
B 167 of 255 = 65%

150
150
167

R + G + B ~ 61%. #9696A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 150 + 167 = 467 (100%)
R 150 of 467 ~ 32.12%
G 150 of 467 ~ 32.12%
B 167 of 467 ~ 35.76%

%32.12
%32.12
%35.76

CMYK color model

#9696A7 color CMYK value is (10,10,0,35).

  • cyan value is 10.18%
  • magenta value is 10.18%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(10,10,0,35)
C10M10Y0K35 
(10%,10%,0%,35%)
(0.10/0.10/0.00/0.35)	

CMYK percentages

%10.18
%10.18
%0
%34.51

Codes

Color #9696A7 in popluar color models

9696A7
RGB150150167
HSL240°8.81%62.16%
HSB/HSV240°10.18%65.49%
CMYK10.18%10.18%0.00%
34.51%

Color #9696A7 in popluar number systems.

HEX9696A7
Decimal150150167
Binary100101101001011010100111
Octal226226247

Shades and tints

Shades of #9696A7

#9696A7
(150,150,167)
#898998
(137,137,152)
#7C7C89
(124,124,137)
#6F6F7A
(111,111,122)
#62626B
(98,98,107)
#55555C
(85,85,92)
#48484D
(72,72,77)
#3B3B3E
(59,59,62)
#2E2E2F
(46,46,47)
#212120
(33,33,32)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #9696A7

#9696A7
(150,150,167)
#9F9FAF
(159,159,175)
#A8A8B7
(168,168,183)
#B1B1BF
(177,177,191)
#BABAC7
(186,186,199)
#C3C3CF
(195,195,207)
#CCCCD7
(204,204,215)
#D5D5DF
(213,213,223)
#DEDEE7
(222,222,231)
#E7E7EF
(231,231,239)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9696A7; }

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

This text font color is #9696A7.


Background Color

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

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

This div background color is #9696A7.


Border color

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

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

This div border color is #9696A7.


Opacity

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

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

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

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

This text has shadow with #9696A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9696A7 on black background.


Color preview on white background

This text has color #9696A7 on white background.



Black color preview on #9696A7 background

This text has black color on #9696A7 background.


White color preview on #9696A7 background

This text has white color on #9696A7 background.