COLOR #996D7F

HEX: #996D7F
RGB: (153,109,127)

Color info

#996D7F contains red, green and blue colors in about the same proportion. Web safe color of #996D7F is #996666 (or #966).

RGB color model

#996D7F color RGB value is (153,109,127).

  • red value is 153;
  • green value is 109;
  • blue value is 127.
RGB:
(153,109,127)
(60%,43%,50%)

RGB channels and saturation

R 153 of 255 = 60%
G 109 of 255 = 43%
B 127 of 255 = 50%

153
109
127

R + G + B ~ 51%. #996D7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 109 + 127 = 389 (100%)
R 153 of 389 ~ 39.33%
G 109 of 389 ~ 28.02%
B 127 of 389 ~ 32.65%

%39.33
%28.02
%32.65

CMYK color model

#996D7F color CMYK value is (0,29,17,40).

  • cyan value is 0.00%
  • magenta value is 28.76%
  • yellow value is 16.99%
  • key color value is 40.00%
CMYK:
(0,29,17,40)
C0M29Y17K40 
(0%,29%,17%,40%)
(0.00/0.29/0.17/0.40)	

CMYK percentages

%0
%28.76
%16.99
%40

Codes

Color #996D7F in popluar color models

996D7F
RGB153109127
HSL335°17.74%51.37%
HSB/HSV335°28.76%60.00%
CMYK0.00%28.76%16.99%
40.00%

Color #996D7F in popluar number systems.

HEX996D7F
Decimal153109127
Binary1001100111011011111111
Octal231155177

Shades and tints

Shades of #996D7F

#996D7F
(153,109,127)
#8C6474
(140,100,116)
#7F5B69
(127,91,105)
#72525E
(114,82,94)
#654953
(101,73,83)
#584048
(88,64,72)
#4B373D
(75,55,61)
#3E2E32
(62,46,50)
#312527
(49,37,39)
#241C1C
(36,28,28)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #996D7F

#996D7F
(153,109,127)
#A27A8A
(162,122,138)
#AB8795
(171,135,149)
#B494A0
(180,148,160)
#BDA1AB
(189,161,171)
#C6AEB6
(198,174,182)
#CFBBC1
(207,187,193)
#D8C8CC
(216,200,204)
#E1D5D7
(225,213,215)
#EAE2E2
(234,226,226)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996D7F color. Also use rgb(153,109,127) instead hex code.

Text Font Color

.myTextColor { color: #996D7F; }

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

This text font color is #996D7F.


Background Color

.myBgColor { background-color: #996D7F; }

<div style="background-color:#996D7F">Inner text</div>

This div background color is #996D7F.


Border color

.myBorderColor { border: 1px solid #996D7F; }

<div style="border:3px solid #996D7F">Div</div>

This div border color is #996D7F.


Opacity

.myOpacity80 { color: #996D7F; opacity: 0.8; }

<p style="color:#996D7F;opacity:0.8;">80%</p>

Text with #996D7F 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 #996D7F;}

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

This text has shadow with #996D7F color.

.textShadow {text-shadow: 3px 3px 1px #996D7F, 3px 3px 1px red;}

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

This text has shadow with #996D7F primary color and red secondary color.


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

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

This text has shadow with #996D7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996D7F on black background.


Color preview on white background

This text has color #996D7F on white background.



Black color preview on #996D7F background

This text has black color on #996D7F background.


White color preview on #996D7F background

This text has white color on #996D7F background.