COLOR #996D97

HEX: #996D97
RGB: (153,109,151)

Color info

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

RGB color model

#996D97 color RGB value is (153,109,151).

  • red value is 153;
  • green value is 109;
  • blue value is 151.
RGB:
(153,109,151)
(60%,43%,59%)

RGB channels and saturation

R 153 of 255 = 60%
G 109 of 255 = 43%
B 151 of 255 = 59%

153
109
151

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

Portions of RGB colors in percentages

R + G + B =
153 + 109 + 151 = 413 (100%)
R 153 of 413 ~ 37.05%
G 109 of 413 ~ 26.39%
B 151 of 413 ~ 36.56%

%37.05
%26.39
%36.56

CMYK color model

#996D97 color CMYK value is (0,29,1,40).

  • cyan value is 0.00%
  • magenta value is 28.76%
  • yellow value is 1.31%
  • key color value is 40.00%
CMYK:
(0,29,1,40)
C0M29Y1K40 
(0%,29%,1%,40%)
(0.00/0.29/0.01/0.40)	

CMYK percentages

%0
%28.76
%1.31
%40

Codes

Color #996D97 in popluar color models

996D97
RGB153109151
HSL303°17.74%51.37%
HSB/HSV303°28.76%60.00%
CMYK0.00%28.76%1.31%
40.00%

Color #996D97 in popluar number systems.

HEX996D97
Decimal153109151
Binary10011001110110110010111
Octal231155227

Shades and tints

Shades of #996D97

#996D97
(153,109,151)
#8C648A
(140,100,138)
#7F5B7D
(127,91,125)
#725270
(114,82,112)
#654963
(101,73,99)
#584056
(88,64,86)
#4B3749
(75,55,73)
#3E2E3C
(62,46,60)
#31252F
(49,37,47)
#241C22
(36,28,34)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #996D97

#996D97
(153,109,151)
#A27AA0
(162,122,160)
#AB87A9
(171,135,169)
#B494B2
(180,148,178)
#BDA1BB
(189,161,187)
#C6AEC4
(198,174,196)
#CFBBCD
(207,187,205)
#D8C8D6
(216,200,214)
#E1D5DF
(225,213,223)
#EAE2E8
(234,226,232)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996D97 color. Also use rgb(153,109,151) instead hex code.

Text Font Color

.myTextColor { color: #996D97; }

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

This text font color is #996D97.


Background Color

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

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

This div background color is #996D97.


Border color

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

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

This div border color is #996D97.


Opacity

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

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

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

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

This text has shadow with #996D97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996D97 on black background.


Color preview on white background

This text has color #996D97 on white background.



Black color preview on #996D97 background

This text has black color on #996D97 background.


White color preview on #996D97 background

This text has white color on #996D97 background.