COLOR #96968D

HEX: #96968D RGB: (150,150,141)

Color info

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

RGB color model

#96968D color RGB value is (150,150,141).

RGB: (150,150,141) (59%, 59%, 55%)

RGB channels and saturation

R 150 of 255 = 59%
G 150 of 255 = 59%
B 141 of 255 = 55%

150
150
141

R + G + B ~ 58%. #96968D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 150 + 141 = 441 (100%)
R 150 of 441 ~ 34.01%
G 150 of 441 ~ 34.01%
B 141 of 441 ~ 31.97'%

%34.01
%34.01
%31.97

CMYK color model

#96968D color CMYK value is (0,0,6,41).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 6.00%
  • key color value is 41.18%

CMYK: (0,0,6,41)
C0M0Y6K41 (0%, 0%, 6%, 41%)
(0.00 / 0.00 / 0.06 / 0.41)

CMYK percentages

%0
%0
%6
%41.18

Codes

Color #96968D in popluar color models

96 96 8D
RGB 150 150 141
HSL 60° 4.11% 57.06%
HSB/HSV 60° 6.00% 58.82%
CMYK 0.00% 0.00% 6.00%
41.18%

Color #96968D in popluar number systems.

HEX 96 96 8D
Decimal 150 150 141
Binary 10010110 10010110 10001101
Octal 226 226 215

Shades and tints

Shades of #96968D

#96968D
(150,150,141)
#898981
(137,137,129)
#7C7C75
(124,124,117)
#6F6F69
(111,111,105)
#62625D
(98,98,93)
#555551
(85,85,81)
#484845
(72,72,69)
#3B3B39
(59,59,57)
#2E2E2D
(46,46,45)
#212121
(33,33,33)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #96968D

#96968D
(150,150,141)
#9F9F97
(159,159,151)
#A8A8A1
(168,168,161)
#B1B1AB
(177,177,171)
#BABAB5
(186,186,181)
#C3C3BF
(195,195,191)
#CCCCC9
(204,204,201)
#D5D5D3
(213,213,211)
#DEDEDD
(222,222,221)
#E7E7E7
(231,231,231)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96968D color. Also use rgb(150,150,141) instead hex code.

Text Font Color

.myTextColor { color: #96968D; }

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

This text font color is #96968D.

Background Color

.myBgColor { background-color: #96968D; }

<div style="background-color:#96968D">Inner text</div>

This div background color is #96968D.

Border color

.myBorderColor { border: 1px solid #96968D; }

<div style="border:3px solid #96968D">Div</div>

This div border color is #96968D.

Opacity

.myOpacity80 { color: #96968D; opacity: 0.8; }

<p style="color:#96968D;opacity:0.8;">80%</p>

Text with #96968D 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 #96968D;}

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

This text has shadow with #96968D color.


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

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

This text has shadow with #96968D primary color and red secondary color.


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

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

This text has shadow with #96968D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96968D.

Preview

Color preview on black background

This text has color #96968D on black background.


Color preview on white background

This text has color #96968D on white background.


Black color preview on #96968D background

This text has black color on #96968D background.


White color preview on #96968D background

This text has white color on #96968D background.


Related colors

Complementary color

Complementary color for #hex is #696972.


I love getcolorcode.com