COLOR #996C82

HEX: #996C82
RGB: (153,108,130)

Color info

#996C82 contains red, green and blue colors in about the same proportion. Web safe color of #996C82 is #996699 (or #969).

RGB color model

#996C82 color RGB value is (153,108,130).

  • red value is 153;
  • green value is 108;
  • blue value is 130.
RGB:
(153,108,130)
(60%,42%,51%)

RGB channels and saturation

R 153 of 255 = 60%
G 108 of 255 = 42%
B 130 of 255 = 51%

153
108
130

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

Portions of RGB colors in percentages

R + G + B =
153 + 108 + 130 = 391 (100%)
R 153 of 391 ~ 39.13%
G 108 of 391 ~ 27.62%
B 130 of 391 ~ 33.25%

%39.13
%27.62
%33.25

CMYK color model

#996C82 color CMYK value is (0,29,15,40).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 15.03%
  • key color value is 40.00%
CMYK:
(0,29,15,40)
C0M29Y15K40 
(0%,29%,15%,40%)
(0.00/0.29/0.15/0.40)	

CMYK percentages

%0
%29.41
%15.03
%40

Codes

Color #996C82 in popluar color models

996C82
RGB153108130
HSL331°18.07%51.18%
HSB/HSV331°29.41%60.00%
CMYK0.00%29.41%15.03%
40.00%

Color #996C82 in popluar number systems.

HEX996C82
Decimal153108130
Binary10011001110110010000010
Octal231154202

Shades and tints

Shades of #996C82

#996C82
(153,108,130)
#8C6377
(140,99,119)
#7F5A6C
(127,90,108)
#725161
(114,81,97)
#654856
(101,72,86)
#583F4B
(88,63,75)
#4B3640
(75,54,64)
#3E2D35
(62,45,53)
#31242A
(49,36,42)
#241B1F
(36,27,31)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #996C82

#996C82
(153,108,130)
#A2798D
(162,121,141)
#AB8698
(171,134,152)
#B493A3
(180,147,163)
#BDA0AE
(189,160,174)
#C6ADB9
(198,173,185)
#CFBAC4
(207,186,196)
#D8C7CF
(216,199,207)
#E1D4DA
(225,212,218)
#EAE1E5
(234,225,229)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996C82 color. Also use rgb(153,108,130) instead hex code.

Text Font Color

.myTextColor { color: #996C82; }

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

This text font color is #996C82.


Background Color

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

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

This div background color is #996C82.


Border color

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

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

This div border color is #996C82.


Opacity

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

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

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

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

This text has shadow with #996C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996C82 on black background.


Color preview on white background

This text has color #996C82 on white background.



Black color preview on #996C82 background

This text has black color on #996C82 background.


White color preview on #996C82 background

This text has white color on #996C82 background.