COLOR #96997D

HEX: #96997D
RGB: (150,153,125)

Color info

#96997D contains red, green and blue colors in about the same proportion. Web safe color of #96997D is #999966 (or #996).

RGB color model

#96997D color RGB value is (150,153,125).

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

RGB channels and saturation

R 150 of 255 = 59%
G 153 of 255 = 60%
B 125 of 255 = 49%

150
153
125

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

Portions of RGB colors in percentages

R + G + B =
150 + 153 + 125 = 428 (100%)
R 150 of 428 ~ 35.05%
G 153 of 428 ~ 35.75%
B 125 of 428 ~ 29.21%

%35.05
%35.75
%29.21

CMYK color model

#96997D color CMYK value is (2,0,18,40).

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 18.30%
  • key color value is 40.00%
CMYK:
(2,0,18,40)
C2M0Y18K40 
(2%,0%,18%,40%)
(0.02/0.00/0.18/0.40)	

CMYK percentages

%1.96
%0
%18.3
%40

Codes

Color #96997D in popluar color models

96997D
RGB150153125
HSL66°12.07%54.51%
HSB/HSV66°18.30%60.00%
CMYK1.96%0.00%18.30%
40.00%

Color #96997D in popluar number systems.

HEX96997D
Decimal150153125
Binary10010110100110011111101
Octal226231175

Shades and tints

Shades of #96997D

#96997D
(150,153,125)
#898C72
(137,140,114)
#7C7F67
(124,127,103)
#6F725C
(111,114,92)
#626551
(98,101,81)
#555846
(85,88,70)
#484B3B
(72,75,59)
#3B3E30
(59,62,48)
#2E3125
(46,49,37)
#21241A
(33,36,26)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #96997D

#96997D
(150,153,125)
#9FA288
(159,162,136)
#A8AB93
(168,171,147)
#B1B49E
(177,180,158)
#BABDA9
(186,189,169)
#C3C6B4
(195,198,180)
#CCCFBF
(204,207,191)
#D5D8CA
(213,216,202)
#DEE1D5
(222,225,213)
#E7EAE0
(231,234,224)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96997D color. Also use rgb(150,153,125) instead hex code.

Text Font Color

.myTextColor { color: #96997D; }

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

This text font color is #96997D.


Background Color

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

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

This div background color is #96997D.


Border color

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

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

This div border color is #96997D.


Opacity

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

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

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

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

This text has shadow with #96997D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96997D on black background.


Color preview on white background

This text has color #96997D on white background.



Black color preview on #96997D background

This text has black color on #96997D background.


White color preview on #96997D background

This text has white color on #96997D background.