COLOR #96998C

HEX: #96998C
RGB: (150,153,140)

Color info

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

RGB color model

#96998C color RGB value is (150,153,140).

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

RGB channels and saturation

R 150 of 255 = 59%
G 153 of 255 = 60%
B 140 of 255 = 55%

150
153
140

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

Portions of RGB colors in percentages

R + G + B =
150 + 153 + 140 = 443 (100%)
R 150 of 443 ~ 33.86%
G 153 of 443 ~ 34.54%
B 140 of 443 ~ 31.6%

%33.86
%34.54
%31.6

CMYK color model

#96998C color CMYK value is (2,0,8,40).

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 8.50%
  • key color value is 40.00%
CMYK:
(2,0,8,40)
C2M0Y8K40 
(2%,0%,8%,40%)
(0.02/0.00/0.08/0.40)	

CMYK percentages

%1.96
%0
%8.5
%40

Codes

Color #96998C in popluar color models

96998C
RGB150153140
HSL74°5.99%57.45%
HSB/HSV74°8.50%60.00%
CMYK1.96%0.00%8.50%
40.00%

Color #96998C in popluar number systems.

HEX96998C
Decimal150153140
Binary100101101001100110001100
Octal226231214

Shades and tints

Shades of #96998C

#96998C
(150,153,140)
#898C80
(137,140,128)
#7C7F74
(124,127,116)
#6F7268
(111,114,104)
#62655C
(98,101,92)
#555850
(85,88,80)
#484B44
(72,75,68)
#3B3E38
(59,62,56)
#2E312C
(46,49,44)
#212420
(33,36,32)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #96998C

#96998C
(150,153,140)
#9FA296
(159,162,150)
#A8ABA0
(168,171,160)
#B1B4AA
(177,180,170)
#BABDB4
(186,189,180)
#C3C6BE
(195,198,190)
#CCCFC8
(204,207,200)
#D5D8D2
(213,216,210)
#DEE1DC
(222,225,220)
#E7EAE6
(231,234,230)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96998C; }

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

This text font color is #96998C.


Background Color

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

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

This div background color is #96998C.


Border color

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

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

This div border color is #96998C.


Opacity

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

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

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

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

This text has shadow with #96998C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96998C on black background.


Color preview on white background

This text has color #96998C on white background.



Black color preview on #96998C background

This text has black color on #96998C background.


White color preview on #96998C background

This text has white color on #96998C background.