COLOR #996680

HEX: #996680 RGB: (153,102,128)

Color info

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

RGB color model

#996680 color RGB value is (153,102,128).

RGB: (153,102,128) (60%, 40%, 50%)

RGB channels and saturation

R 153 of 255 = 60%
G 102 of 255 = 40%
B 128 of 255 = 50%

153
102
128

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

Portions of RGB colors in percentages

R + G + B = 153 + 102 + 128 = 383 (100%)
R 153 of 383 ~ 39.95%
G 102 of 383 ~ 26.63%
B 128 of 383 ~ 33.42'%

%39.95
%26.63
%33.42

CMYK color model

#996680 color CMYK value is (0,33,16,40).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 16.34%
  • key color value is 40.00%
CMYK: (0,33,16,40) C0M33Y16K40 (0%,33%,16%,40%) (0.00/0.33/0.16/0.40) 

CMYK percentages

%0
%33.33
%16.34
%40

Codes

Color #996680 in popluar color models

99 66 80
RGB 153 102 128
HSL 329° 20.00% 50.00%
HSB/HSV 329° 33.33% 60.00%
CMYK 0.00% 33.33% 16.34%
40.00%

Color #996680 in popluar number systems.

HEX 99 66 80
Decimal 153 102 128
Binary 10011001 1100110 10000000
Octal 231 146 200

Shades and tints

Shades of #996680

#996680
(153,102,128)
#8C5D75
(140,93,117)
#7F546A
(127,84,106)
#724B5F
(114,75,95)
#654254
(101,66,84)
#583949
(88,57,73)
#4B303E
(75,48,62)
#3E2733
(62,39,51)
#311E28
(49,30,40)
#24151D
(36,21,29)
#170C12
(23,12,18)
#000000
(0,0,0)

Tints of #996680

#996680
(153,102,128)
#A2738B
(162,115,139)
#AB8096
(171,128,150)
#B48DA1
(180,141,161)
#BD9AAC
(189,154,172)
#C6A7B7
(198,167,183)
#CFB4C2
(207,180,194)
#D8C1CD
(216,193,205)
#E1CED8
(225,206,216)
#EADBE3
(234,219,227)
#F3E8EE
(243,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996680 color. Also use rgb(153,102,128) instead hex code.

Text Font Color

.myTextColor { color: #996680; }

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

This text font color is #996680.

Background Color

.myBgColor { background-color: #996680; }

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

This div background color is #996680.

Border color

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

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

This div border color is #996680.

Opacity

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

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

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

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

This text has shadow with #996680 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #996680.

Preview

Color preview on black background

This text has color #996680 on black background.


Color preview on white background

This text has color #996680 on white background.


Black color preview on #996680 background

This text has black color on #996680 background.


White color preview on #996680 background

This text has white color on #996680 background.


Related colors

Complementary color

Complementary color for #hex is #66997F.


I love getcolorcode.com

Triadic colors

1 #809966 and #668099 with #996680 are triadic colors.

2 #806699 and #669980 with #996680 are triadic colors.