COLOR #96928C

HEX: #96928C
RGB: (150,146,140)

Color info

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

RGB color model

#96928C color RGB value is (150,146,140).

  • red value is 150;
  • green value is 146;
  • blue value is 140.
RGB:
(150,146,140)
(59%,57%,55%)

RGB channels and saturation

R 150 of 255 = 59%
G 146 of 255 = 57%
B 140 of 255 = 55%

150
146
140

R + G + B ~ 57%. #96928C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 146 + 140 = 436 (100%)
R 150 of 436 ~ 34.4%
G 146 of 436 ~ 33.49%
B 140 of 436 ~ 32.11%

%34.4
%33.49
%32.11

CMYK color model

#96928C color CMYK value is (0,3,7,41).

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 6.67%
  • key color value is 41.18%
CMYK:
(0,3,7,41)
C0M3Y7K41 
(0%,3%,7%,41%)
(0.00/0.03/0.07/0.41)	

CMYK percentages

%0
%2.67
%6.67
%41.18

Codes

Color #96928C in popluar color models

96928C
RGB150146140
HSL36°4.55%56.86%
HSB/HSV36°6.67%58.82%
CMYK0.00%2.67%6.67%
41.18%

Color #96928C in popluar number systems.

HEX96928C
Decimal150146140
Binary100101101001001010001100
Octal226222214

Shades and tints

Shades of #96928C

#96928C
(150,146,140)
#898580
(137,133,128)
#7C7874
(124,120,116)
#6F6B68
(111,107,104)
#625E5C
(98,94,92)
#555150
(85,81,80)
#484444
(72,68,68)
#3B3738
(59,55,56)
#2E2A2C
(46,42,44)
#211D20
(33,29,32)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #96928C

#96928C
(150,146,140)
#9F9B96
(159,155,150)
#A8A4A0
(168,164,160)
#B1ADAA
(177,173,170)
#BAB6B4
(186,182,180)
#C3BFBE
(195,191,190)
#CCC8C8
(204,200,200)
#D5D1D2
(213,209,210)
#DEDADC
(222,218,220)
#E7E3E6
(231,227,230)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96928C color. Also use rgb(150,146,140) instead hex code.

Text Font Color

.myTextColor { color: #96928C; }

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

This text font color is #96928C.


Background Color

.myBgColor { background-color: #96928C; }

<div style="background-color:#96928C">Inner text</div>

This div background color is #96928C.


Border color

.myBorderColor { border: 1px solid #96928C; }

<div style="border:3px solid #96928C">Div</div>

This div border color is #96928C.


Opacity

.myOpacity80 { color: #96928C; opacity: 0.8; }

<p style="color:#96928C;opacity:0.8;">80%</p>

Text with #96928C 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 #96928C;}

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

This text has shadow with #96928C color.

.textShadow {text-shadow: 3px 3px 1px #96928C, 3px 3px 1px red;}

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

This text has shadow with #96928C primary color and red secondary color.


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

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

This text has shadow with #96928C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96928C on black background.


Color preview on white background

This text has color #96928C on white background.



Black color preview on #96928C background

This text has black color on #96928C background.


White color preview on #96928C background

This text has white color on #96928C background.