COLOR #996E9E

HEX: #996E9E
RGB: (153,110,158)

Color info

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

RGB color model

#996E9E color RGB value is (153,110,158).

  • red value is 153;
  • green value is 110;
  • blue value is 158.
RGB:
(153,110,158)
(60%,43%,62%)

RGB channels and saturation

R 153 of 255 = 60%
G 110 of 255 = 43%
B 158 of 255 = 62%

153
110
158

R + G + B ~ 55%. #996E9E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 110 + 158 = 421 (100%)
R 153 of 421 ~ 36.34%
G 110 of 421 ~ 26.13%
B 158 of 421 ~ 37.53%

%36.34
%26.13
%37.53

CMYK color model

#996E9E color CMYK value is (3,30,0,38).

  • cyan value is 3.16%
  • magenta value is 30.38%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(3,30,0,38)
C3M30Y0K38 
(3%,30%,0%,38%)
(0.03/0.30/0.00/0.38)	

CMYK percentages

%3.16
%30.38
%0
%38.04

Codes

Color #996E9E in popluar color models

996E9E
RGB153110158
HSL294°19.83%52.55%
HSB/HSV294°30.38%61.96%
CMYK3.16%30.38%0.00%
38.04%

Color #996E9E in popluar number systems.

HEX996E9E
Decimal153110158
Binary10011001110111010011110
Octal231156236

Shades and tints

Shades of #996E9E

#996E9E
(153,110,158)
#8C6490
(140,100,144)
#7F5A82
(127,90,130)
#725074
(114,80,116)
#654666
(101,70,102)
#583C58
(88,60,88)
#4B324A
(75,50,74)
#3E283C
(62,40,60)
#311E2E
(49,30,46)
#241420
(36,20,32)
#170A12
(23,10,18)
#000000
(0,0,0)

Tints of #996E9E

#996E9E
(153,110,158)
#A27BA6
(162,123,166)
#AB88AE
(171,136,174)
#B495B6
(180,149,182)
#BDA2BE
(189,162,190)
#C6AFC6
(198,175,198)
#CFBCCE
(207,188,206)
#D8C9D6
(216,201,214)
#E1D6DE
(225,214,222)
#EAE3E6
(234,227,230)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996E9E color. Also use rgb(153,110,158) instead hex code.

Text Font Color

.myTextColor { color: #996E9E; }

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

This text font color is #996E9E.


Background Color

.myBgColor { background-color: #996E9E; }

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

This div background color is #996E9E.


Border color

.myBorderColor { border: 1px solid #996E9E; }

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

This div border color is #996E9E.


Opacity

.myOpacity80 { color: #996E9E; opacity: 0.8; }

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

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

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

This text has shadow with #996E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996E9E on black background.


Color preview on white background

This text has color #996E9E on white background.



Black color preview on #996E9E background

This text has black color on #996E9E background.


White color preview on #996E9E background

This text has white color on #996E9E background.