COLOR #9696AE

HEX: #9696AE
RGB: (150,150,174)

Color info

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

RGB color model

#9696AE color RGB value is (150,150,174).

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

RGB channels and saturation

R 150 of 255 = 59%
G 150 of 255 = 59%
B 174 of 255 = 68%

150
150
174

R + G + B ~ 62%. #9696AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 150 + 174 = 474 (100%)
R 150 of 474 ~ 31.65%
G 150 of 474 ~ 31.65%
B 174 of 474 ~ 36.71%

%31.65
%31.65
%36.71

CMYK color model

#9696AE color CMYK value is (14,14,0,32).

  • cyan value is 13.79%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(14,14,0,32)
C14M14Y0K32 
(14%,14%,0%,32%)
(0.14/0.14/0.00/0.32)	

CMYK percentages

%13.79
%13.79
%0
%31.76

Codes

Color #9696AE in popluar color models

9696AE
RGB150150174
HSL240°12.90%63.53%
HSB/HSV240°13.79%68.24%
CMYK13.79%13.79%0.00%
31.76%

Color #9696AE in popluar number systems.

HEX9696AE
Decimal150150174
Binary100101101001011010101110
Octal226226256

Shades and tints

Shades of #9696AE

#9696AE
(150,150,174)
#89899F
(137,137,159)
#7C7C90
(124,124,144)
#6F6F81
(111,111,129)
#626272
(98,98,114)
#555563
(85,85,99)
#484854
(72,72,84)
#3B3B45
(59,59,69)
#2E2E36
(46,46,54)
#212127
(33,33,39)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #9696AE

#9696AE
(150,150,174)
#9F9FB5
(159,159,181)
#A8A8BC
(168,168,188)
#B1B1C3
(177,177,195)
#BABACA
(186,186,202)
#C3C3D1
(195,195,209)
#CCCCD8
(204,204,216)
#D5D5DF
(213,213,223)
#DEDEE6
(222,222,230)
#E7E7ED
(231,231,237)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9696AE; }

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

This text font color is #9696AE.


Background Color

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

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

This div background color is #9696AE.


Border color

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

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

This div border color is #9696AE.


Opacity

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

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

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

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

This text has shadow with #9696AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9696AE on black background.


Color preview on white background

This text has color #9696AE on white background.



Black color preview on #9696AE background

This text has black color on #9696AE background.


White color preview on #9696AE background

This text has white color on #9696AE background.