COLOR #96978D

HEX: #96978D
RGB: (150,151,141)

Color info

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

RGB color model

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

  • red value is 150;
  • green value is 151;
  • blue value is 141.
RGB:
(150,151,141)
(59%,59%,55%)

RGB channels and saturation

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

150
151
141

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

Portions of RGB colors in percentages

R + G + B =
150 + 151 + 141 = 442 (100%)
R 150 of 442 ~ 33.94%
G 151 of 442 ~ 34.16%
B 141 of 442 ~ 31.9%

%33.94
%34.16
%31.9

CMYK color model

#96978D color CMYK value is (1,0,7,41).

  • cyan value is 0.66%
  • magenta value is 0.00%
  • yellow value is 6.62%
  • key color value is 40.78%
CMYK:
(1,0,7,41)
C1M0Y7K41 
(1%,0%,7%,41%)
(0.01/0.00/0.07/0.41)	

CMYK percentages

%0.66
%0
%6.62
%40.78

Codes

Color #96978D in popluar color models

96978D
RGB150151141
HSL66°4.59%57.25%
HSB/HSV66°6.62%59.22%
CMYK0.66%0.00%6.62%
40.78%

Color #96978D in popluar number systems.

HEX96978D
Decimal150151141
Binary100101101001011110001101
Octal226227215

Shades and tints

Shades of #96978D

#96978D
(150,151,141)
#898A81
(137,138,129)
#7C7D75
(124,125,117)
#6F7069
(111,112,105)
#62635D
(98,99,93)
#555651
(85,86,81)
#484945
(72,73,69)
#3B3C39
(59,60,57)
#2E2F2D
(46,47,45)
#212221
(33,34,33)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #96978D

#96978D
(150,151,141)
#9FA097
(159,160,151)
#A8A9A1
(168,169,161)
#B1B2AB
(177,178,171)
#BABBB5
(186,187,181)
#C3C4BF
(195,196,191)
#CCCDC9
(204,205,201)
#D5D6D3
(213,214,211)
#DEDFDD
(222,223,221)
#E7E8E7
(231,232,231)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96978D; }

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

This text font color is #96978D.


Background Color

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

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

This div background color is #96978D.


Border color

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

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

This div border color is #96978D.


Opacity

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

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

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

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

This text has shadow with #96978D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96978D on black background.


Color preview on white background

This text has color #96978D on white background.



Black color preview on #96978D background

This text has black color on #96978D background.


White color preview on #96978D background

This text has white color on #96978D background.