COLOR #996784

HEX: #996784 RGB: (153,103,132)

Color info

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

RGB color model

#996784 color RGB value is (153,103,132).

RGB: (153,103,132) (60%, 40%, 52%)

RGB channels and saturation

R 153 of 255 = 60%
G 103 of 255 = 40%
B 132 of 255 = 52%

153
103
132

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

Portions of RGB colors in percentages

R + G + B = 153 + 103 + 132 = 388 (100%)
R 153 of 388 ~ 39.43%
G 103 of 388 ~ 26.55%
B 132 of 388 ~ 34.02'%

%39.43
%26.55
%34.02

CMYK color model

#996784 color CMYK value is (0,33,14,40).

  • cyan value is 0.00%
  • magenta value is 32.68%
  • yellow value is 13.73%
  • key color value is 40.00%
CMYK: (0,33,14,40) C0M33Y14K40 (0%,33%,14%,40%) (0.00/0.33/0.14/0.40) 

CMYK percentages

%0
%32.68
%13.73
%40

Codes

Color #996784 in popluar color models

99 67 84
RGB 153 103 132
HSL 325° 19.69% 50.20%
HSB/HSV 325° 32.68% 60.00%
CMYK 0.00% 32.68% 13.73%
40.00%

Color #996784 in popluar number systems.

HEX 99 67 84
Decimal 153 103 132
Binary 10011001 1100111 10000100
Octal 231 147 204

Shades and tints

Shades of #996784

#996784
(153,103,132)
#8C5E78
(140,94,120)
#7F556C
(127,85,108)
#724C60
(114,76,96)
#654354
(101,67,84)
#583A48
(88,58,72)
#4B313C
(75,49,60)
#3E2830
(62,40,48)
#311F24
(49,31,36)
#241618
(36,22,24)
#170D0C
(23,13,12)
#000000
(0,0,0)

Tints of #996784

#996784
(153,103,132)
#A2748F
(162,116,143)
#AB819A
(171,129,154)
#B48EA5
(180,142,165)
#BD9BB0
(189,155,176)
#C6A8BB
(198,168,187)
#CFB5C6
(207,181,198)
#D8C2D1
(216,194,209)
#E1CFDC
(225,207,220)
#EADCE7
(234,220,231)
#F3E9F2
(243,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996784; }

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

This text font color is #996784.

Background Color

.myBgColor { background-color: #996784; }

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

This div background color is #996784.

Border color

.myBorderColor { border: 1px solid #996784; }

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

This div border color is #996784.

Opacity

.myOpacity80 { color: #996784; opacity: 0.8; }

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

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

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

This text has shadow with #996784 color.


.textShadow {text-shadow: 3px 3px 1px #996784', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #996784; -webkit-box-shadow: 1px 1px 3px 2px #996784; box-shadow:1px 1px 3px 2px #996784;">
Div content here
</div>

This div box has shadow with color #996784.

Preview

Color preview on black background

This text has color #996784 on black background.


Color preview on white background

This text has color #996784 on white background.


Black color preview on #996784 background

This text has black color on #996784 background.


White color preview on #996784 background

This text has white color on #996784 background.


Related colors

Complementary color

Complementary color for #hex is #66987B.


I love getcolorcode.com

Triadic colors

1 #849967 and #678499 with #996784 are triadic colors.

2 #846799 and #679984 with #996784 are triadic colors.