COLOR #996881

HEX: #996881
RGB: (153,104,129)

Color info

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

RGB color model

#996881 color RGB value is (153,104,129).

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

RGB channels and saturation

R 153 of 255 = 60%
G 104 of 255 = 41%
B 129 of 255 = 51%

153
104
129

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

Portions of RGB colors in percentages

R + G + B =
153 + 104 + 129 = 386 (100%)
R 153 of 386 ~ 39.64%
G 104 of 386 ~ 26.94%
B 129 of 386 ~ 33.42%

%39.64
%26.94
%33.42

CMYK color model

#996881 color CMYK value is (0,32,16,40).

  • cyan value is 0.00%
  • magenta value is 32.03%
  • yellow value is 15.69%
  • key color value is 40.00%
CMYK:
(0,32,16,40)
C0M32Y16K40 
(0%,32%,16%,40%)
(0.00/0.32/0.16/0.40)	

CMYK percentages

%0
%32.03
%15.69
%40

Codes

Color #996881 in popluar color models

996881
RGB153104129
HSL329°19.37%50.39%
HSB/HSV329°32.03%60.00%
CMYK0.00%32.03%15.69%
40.00%

Color #996881 in popluar number systems.

HEX996881
Decimal153104129
Binary10011001110100010000001
Octal231150201

Shades and tints

Shades of #996881

#996881
(153,104,129)
#8C5F76
(140,95,118)
#7F566B
(127,86,107)
#724D60
(114,77,96)
#654455
(101,68,85)
#583B4A
(88,59,74)
#4B323F
(75,50,63)
#3E2934
(62,41,52)
#312029
(49,32,41)
#24171E
(36,23,30)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #996881

#996881
(153,104,129)
#A2758C
(162,117,140)
#AB8297
(171,130,151)
#B48FA2
(180,143,162)
#BD9CAD
(189,156,173)
#C6A9B8
(198,169,184)
#CFB6C3
(207,182,195)
#D8C3CE
(216,195,206)
#E1D0D9
(225,208,217)
#EADDE4
(234,221,228)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996881; }

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

This text font color is #996881.


Background Color

.myBgColor { background-color: #996881; }

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

This div background color is #996881.


Border color

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

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

This div border color is #996881.


Opacity

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

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

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

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

This text has shadow with #996881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996881 on black background.


Color preview on white background

This text has color #996881 on white background.



Black color preview on #996881 background

This text has black color on #996881 background.


White color preview on #996881 background

This text has white color on #996881 background.