COLOR #996A84

HEX: #996A84
RGB: (153,106,132)

Color info

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

RGB color model

#996A84 color RGB value is (153,106,132).

  • red value is 153;
  • green value is 106;
  • blue value is 132.
RGB:
(153,106,132)
(60%,42%,52%)

RGB channels and saturation

R 153 of 255 = 60%
G 106 of 255 = 42%
B 132 of 255 = 52%

153
106
132

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

Portions of RGB colors in percentages

R + G + B =
153 + 106 + 132 = 391 (100%)
R 153 of 391 ~ 39.13%
G 106 of 391 ~ 27.11%
B 132 of 391 ~ 33.76%

%39.13
%27.11
%33.76

CMYK color model

#996A84 color CMYK value is (0,31,14,40).

  • cyan value is 0.00%
  • magenta value is 30.72%
  • yellow value is 13.73%
  • key color value is 40.00%
CMYK:
(0,31,14,40)
C0M31Y14K40 
(0%,31%,14%,40%)
(0.00/0.31/0.14/0.40)	

CMYK percentages

%0
%30.72
%13.73
%40

Codes

Color #996A84 in popluar color models

996A84
RGB153106132
HSL327°18.73%50.78%
HSB/HSV327°30.72%60.00%
CMYK0.00%30.72%13.73%
40.00%

Color #996A84 in popluar number systems.

HEX996A84
Decimal153106132
Binary10011001110101010000100
Octal231152204

Shades and tints

Shades of #996A84

#996A84
(153,106,132)
#8C6178
(140,97,120)
#7F586C
(127,88,108)
#724F60
(114,79,96)
#654654
(101,70,84)
#583D48
(88,61,72)
#4B343C
(75,52,60)
#3E2B30
(62,43,48)
#312224
(49,34,36)
#241918
(36,25,24)
#17100C
(23,16,12)
#000000
(0,0,0)

Tints of #996A84

#996A84
(153,106,132)
#A2778F
(162,119,143)
#AB849A
(171,132,154)
#B491A5
(180,145,165)
#BD9EB0
(189,158,176)
#C6ABBB
(198,171,187)
#CFB8C6
(207,184,198)
#D8C5D1
(216,197,209)
#E1D2DC
(225,210,220)
#EADFE7
(234,223,231)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996A84 color. Also use rgb(153,106,132) instead hex code.

Text Font Color

.myTextColor { color: #996A84; }

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

This text font color is #996A84.


Background Color

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

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

This div background color is #996A84.


Border color

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

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

This div border color is #996A84.


Opacity

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

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

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

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

This text has shadow with #996A84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996A84 on black background.


Color preview on white background

This text has color #996A84 on white background.



Black color preview on #996A84 background

This text has black color on #996A84 background.


White color preview on #996A84 background

This text has white color on #996A84 background.