COLOR #96928D

HEX: #96928D RGB: (150,146,141)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

150
146
141

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

Portions of RGB colors in percentages

R + G + B = 150 + 146 + 141 = 437 (100%)
R 150 of 437 ~ 34.32%
G 146 of 437 ~ 33.41%
B 141 of 437 ~ 32.27'%

%34.32
%33.41
%32.27

CMYK color model

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

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

CMYK: (0,3,6,41)
C0M3Y6K41 (0%, 3%, 6%, 41%)
(0.00 / 0.03 / 0.06 / 0.41)

CMYK percentages

%0
%2.67
%6
%41.18

Codes

Color #96928D in popluar color models

96 92 8D
RGB 150 146 141
HSL 33° 4.11% 57.06%
HSB/HSV 33° 6.00% 58.82%
CMYK 0.00% 2.67% 6.00%
41.18%

Color #96928D in popluar number systems.

HEX 96 92 8D
Decimal 150 146 141
Binary 10010110 10010010 10001101
Octal 226 222 215

Shades and tints

Shades of #96928D

#96928D
(150,146,141)
#898581
(137,133,129)
#7C7875
(124,120,117)
#6F6B69
(111,107,105)
#625E5D
(98,94,93)
#555151
(85,81,81)
#484445
(72,68,69)
#3B3739
(59,55,57)
#2E2A2D
(46,42,45)
#211D21
(33,29,33)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #96928D

#96928D
(150,146,141)
#9F9B97
(159,155,151)
#A8A4A1
(168,164,161)
#B1ADAB
(177,173,171)
#BAB6B5
(186,182,181)
#C3BFBF
(195,191,191)
#CCC8C9
(204,200,201)
#D5D1D3
(213,209,211)
#DEDADD
(222,218,221)
#E7E3E7
(231,227,231)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96928D; }

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

This text font color is #96928D.

Background Color

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

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

This div background color is #96928D.

Border color

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

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

This div border color is #96928D.

Opacity

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

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

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

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

This text has shadow with #96928D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96928D.

Preview

Color preview on black background

This text has color #96928D on black background.


Color preview on white background

This text has color #96928D on white background.


Black color preview on #96928D background

This text has black color on #96928D background.


White color preview on #96928D background

This text has white color on #96928D background.


Related colors

Complementary color

Complementary color for #hex is #696D72.


I love getcolorcode.com

Triadic colors

1 #8D9692 and #928D96 with #96928D are triadic colors.

2 #8D9296 and #92968D with #96928D are triadic colors.