COLOR #96998E

HEX: #96998E
RGB: (150,153,142)

Color info

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

RGB color model

#96998E color RGB value is (150,153,142).

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

RGB channels and saturation

R 150 of 255 = 59%
G 153 of 255 = 60%
B 142 of 255 = 56%

150
153
142

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

Portions of RGB colors in percentages

R + G + B =
150 + 153 + 142 = 445 (100%)
R 150 of 445 ~ 33.71%
G 153 of 445 ~ 34.38%
B 142 of 445 ~ 31.91%

%33.71
%34.38
%31.91

CMYK color model

#96998E color CMYK value is (2,0,7,40).

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 7.19%
  • key color value is 40.00%
CMYK:
(2,0,7,40)
C2M0Y7K40 
(2%,0%,7%,40%)
(0.02/0.00/0.07/0.40)	

CMYK percentages

%1.96
%0
%7.19
%40

Codes

Color #96998E in popluar color models

96998E
RGB150153142
HSL76°5.12%57.84%
HSB/HSV76°7.19%60.00%
CMYK1.96%0.00%7.19%
40.00%

Color #96998E in popluar number systems.

HEX96998E
Decimal150153142
Binary100101101001100110001110
Octal226231216

Shades and tints

Shades of #96998E

#96998E
(150,153,142)
#898C82
(137,140,130)
#7C7F76
(124,127,118)
#6F726A
(111,114,106)
#62655E
(98,101,94)
#555852
(85,88,82)
#484B46
(72,75,70)
#3B3E3A
(59,62,58)
#2E312E
(46,49,46)
#212422
(33,36,34)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #96998E

#96998E
(150,153,142)
#9FA298
(159,162,152)
#A8ABA2
(168,171,162)
#B1B4AC
(177,180,172)
#BABDB6
(186,189,182)
#C3C6C0
(195,198,192)
#CCCFCA
(204,207,202)
#D5D8D4
(213,216,212)
#DEE1DE
(222,225,222)
#E7EAE8
(231,234,232)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96998E; }

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

This text font color is #96998E.


Background Color

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

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

This div background color is #96998E.


Border color

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

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

This div border color is #96998E.


Opacity

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

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

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

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

This text has shadow with #96998E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96998E on black background.


Color preview on white background

This text has color #96998E on white background.



Black color preview on #96998E background

This text has black color on #96998E background.


White color preview on #96998E background

This text has white color on #96998E background.