COLOR #96948C

HEX: #96948C
RGB: (150,148,140)

Color info

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

RGB color model

#96948C color RGB value is (150,148,140).

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

RGB channels and saturation

R 150 of 255 = 59%
G 148 of 255 = 58%
B 140 of 255 = 55%

150
148
140

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

Portions of RGB colors in percentages

R + G + B =
150 + 148 + 140 = 438 (100%)
R 150 of 438 ~ 34.25%
G 148 of 438 ~ 33.79%
B 140 of 438 ~ 31.96%

%34.25
%33.79
%31.96

CMYK color model

#96948C color CMYK value is (0,1,7,41).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 6.67%
  • key color value is 41.18%
CMYK:
(0,1,7,41)
C0M1Y7K41 
(0%,1%,7%,41%)
(0.00/0.01/0.07/0.41)	

CMYK percentages

%0
%1.33
%6.67
%41.18

Codes

Color #96948C in popluar color models

96948C
RGB150148140
HSL48°4.55%56.86%
HSB/HSV48°6.67%58.82%
CMYK0.00%1.33%6.67%
41.18%

Color #96948C in popluar number systems.

HEX96948C
Decimal150148140
Binary100101101001010010001100
Octal226224214

Shades and tints

Shades of #96948C

#96948C
(150,148,140)
#898780
(137,135,128)
#7C7A74
(124,122,116)
#6F6D68
(111,109,104)
#62605C
(98,96,92)
#555350
(85,83,80)
#484644
(72,70,68)
#3B3938
(59,57,56)
#2E2C2C
(46,44,44)
#211F20
(33,31,32)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #96948C

#96948C
(150,148,140)
#9F9D96
(159,157,150)
#A8A6A0
(168,166,160)
#B1AFAA
(177,175,170)
#BAB8B4
(186,184,180)
#C3C1BE
(195,193,190)
#CCCAC8
(204,202,200)
#D5D3D2
(213,211,210)
#DEDCDC
(222,220,220)
#E7E5E6
(231,229,230)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96948C; }

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

This text font color is #96948C.


Background Color

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

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

This div background color is #96948C.


Border color

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

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

This div border color is #96948C.


Opacity

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

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

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

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

This text has shadow with #96948C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96948C on black background.


Color preview on white background

This text has color #96948C on white background.



Black color preview on #96948C background

This text has black color on #96948C background.


White color preview on #96948C background

This text has white color on #96948C background.