COLOR #996681

HEX: #996681
RGB: (153,102,129)

Color info

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

RGB color model

#996681 color RGB value is (153,102,129).

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

RGB channels and saturation

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

153
102
129

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

Portions of RGB colors in percentages

R + G + B =
153 + 102 + 129 = 384 (100%)
R 153 of 384 ~ 39.84%
G 102 of 384 ~ 26.56%
B 129 of 384 ~ 33.59%

%39.84
%26.56
%33.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 15.69%
  • 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
%15.69
%40

Codes

Color #996681 in popluar color models

996681
RGB153102129
HSL328°20.00%50.00%
HSB/HSV328°33.33%60.00%
CMYK0.00%33.33%15.69%
40.00%

Color #996681 in popluar number systems.

HEX996681
Decimal153102129
Binary10011001110011010000001
Octal231146201

Shades and tints

Shades of #996681

#996681
(153,102,129)
#8C5D76
(140,93,118)
#7F546B
(127,84,107)
#724B60
(114,75,96)
#654255
(101,66,85)
#58394A
(88,57,74)
#4B303F
(75,48,63)
#3E2734
(62,39,52)
#311E29
(49,30,41)
#24151E
(36,21,30)
#170C13
(23,12,19)
#000000
(0,0,0)

Tints of #996681

#996681
(153,102,129)
#A2738C
(162,115,140)
#AB8097
(171,128,151)
#B48DA2
(180,141,162)
#BD9AAD
(189,154,173)
#C6A7B8
(198,167,184)
#CFB4C3
(207,180,195)
#D8C1CE
(216,193,206)
#E1CED9
(225,206,217)
#EADBE4
(234,219,228)
#F3E8EF
(243,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996681; }

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

This text font color is #996681.


Background Color

.myBgColor { background-color: #996681; }

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

This div background color is #996681.


Border color

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

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

This div border color is #996681.


Opacity

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

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

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

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

This text has shadow with #996681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996681 on black background.


Color preview on white background

This text has color #996681 on white background.



Black color preview on #996681 background

This text has black color on #996681 background.


White color preview on #996681 background

This text has white color on #996681 background.