COLOR #996682

HEX: #996682
RGB: (153,102,130)

Color info

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

RGB color model

#996682 color RGB value is (153,102,130).

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

RGB channels and saturation

R 153 of 255 = 60%
G 102 of 255 = 40%
B 130 of 255 = 51%

153
102
130

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

Portions of RGB colors in percentages

R + G + B =
153 + 102 + 130 = 385 (100%)
R 153 of 385 ~ 39.74%
G 102 of 385 ~ 26.49%
B 130 of 385 ~ 33.77%

%39.74
%26.49
%33.77

CMYK color model

#996682 color CMYK value is (0,33,15,40).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 15.03%
  • key color value is 40.00%
CMYK:
(0,33,15,40)
C0M33Y15K40 
(0%,33%,15%,40%)
(0.00/0.33/0.15/0.40)	

CMYK percentages

%0
%33.33
%15.03
%40

Codes

Color #996682 in popluar color models

996682
RGB153102130
HSL327°20.00%50.00%
HSB/HSV327°33.33%60.00%
CMYK0.00%33.33%15.03%
40.00%

Color #996682 in popluar number systems.

HEX996682
Decimal153102130
Binary10011001110011010000010
Octal231146202

Shades and tints

Shades of #996682

#996682
(153,102,130)
#8C5D77
(140,93,119)
#7F546C
(127,84,108)
#724B61
(114,75,97)
#654256
(101,66,86)
#58394B
(88,57,75)
#4B3040
(75,48,64)
#3E2735
(62,39,53)
#311E2A
(49,30,42)
#24151F
(36,21,31)
#170C14
(23,12,20)
#000000
(0,0,0)

Tints of #996682

#996682
(153,102,130)
#A2738D
(162,115,141)
#AB8098
(171,128,152)
#B48DA3
(180,141,163)
#BD9AAE
(189,154,174)
#C6A7B9
(198,167,185)
#CFB4C4
(207,180,196)
#D8C1CF
(216,193,207)
#E1CEDA
(225,206,218)
#EADBE5
(234,219,229)
#F3E8F0
(243,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996682; }

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

This text font color is #996682.


Background Color

.myBgColor { background-color: #996682; }

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

This div background color is #996682.


Border color

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

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

This div border color is #996682.


Opacity

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

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

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

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

This text has shadow with #996682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996682 on black background.


Color preview on white background

This text has color #996682 on white background.



Black color preview on #996682 background

This text has black color on #996682 background.


White color preview on #996682 background

This text has white color on #996682 background.