COLOR #96978B

HEX: #96978B RGB: (150,151,139)

Color info

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

RGB color model

#96978B color RGB value is (150,151,139).

RGB: (150,151,139) (59%, 59%, 55%)

RGB channels and saturation

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

150
151
139

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

Portions of RGB colors in percentages

R + G + B = 150 + 151 + 139 = 440 (100%)
R 150 of 440 ~ 34.09%
G 151 of 440 ~ 34.32%
B 139 of 440 ~ 31.59'%

%34.09
%34.32
%31.59

CMYK color model

#96978B color CMYK value is (1,0,8,41).

  • cyan value is 0.66%
  • magenta value is 0.00%
  • yellow value is 7.95%
  • key color value is 40.78%

CMYK: (1,0,8,41)
C1M0Y8K41 (1%, 0%, 8%, 41%)
(0.01 / 0.00 / 0.08 / 0.41)

CMYK percentages

%0.66
%0
%7.95
%40.78

Codes

Color #96978B in popluar color models

96 97 8B
RGB 150 151 139
HSL 65° 5.45% 56.86%
HSB/HSV 65° 7.95% 59.22%
CMYK 0.66% 0.00% 7.95%
40.78%

Color #96978B in popluar number systems.

HEX 96 97 8B
Decimal 150 151 139
Binary 10010110 10010111 10001011
Octal 226 227 213

Shades and tints

Shades of #96978B

#96978B
(150,151,139)
#898A7F
(137,138,127)
#7C7D73
(124,125,115)
#6F7067
(111,112,103)
#62635B
(98,99,91)
#55564F
(85,86,79)
#484943
(72,73,67)
#3B3C37
(59,60,55)
#2E2F2B
(46,47,43)
#21221F
(33,34,31)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #96978B

#96978B
(150,151,139)
#9FA095
(159,160,149)
#A8A99F
(168,169,159)
#B1B2A9
(177,178,169)
#BABBB3
(186,187,179)
#C3C4BD
(195,196,189)
#CCCDC7
(204,205,199)
#D5D6D1
(213,214,209)
#DEDFDB
(222,223,219)
#E7E8E5
(231,232,229)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96978B; }

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

This text font color is #96978B.

Background Color

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

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

This div background color is #96978B.

Border color

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

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

This div border color is #96978B.

Opacity

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

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

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

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

This text has shadow with #96978B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96978B.

Preview

Color preview on black background

This text has color #96978B on black background.


Color preview on white background

This text has color #96978B on white background.


Black color preview on #96978B background

This text has black color on #96978B background.


White color preview on #96978B background

This text has white color on #96978B background.


Related colors

Complementary color

Complementary color for #hex is #696874.


I love getcolorcode.com

Triadic colors

1 #8B9697 and #978B96 with #96978B are triadic colors.

2 #8B9796 and #97968B with #96978B are triadic colors.