COLOR #996296

HEX: #996296
RGB: (153,98,150)

Color info

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

RGB color model

#996296 color RGB value is (153,98,150).

  • red value is 153;
  • green value is 98;
  • blue value is 150.
RGB:
(153,98,150)
(60%,38%,59%)

RGB channels and saturation

R 153 of 255 = 60%
G 98 of 255 = 38%
B 150 of 255 = 59%

153
98
150

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

Portions of RGB colors in percentages

R + G + B =
153 + 98 + 150 = 401 (100%)
R 153 of 401 ~ 38.15%
G 98 of 401 ~ 24.44%
B 150 of 401 ~ 37.41%

%38.15
%24.44
%37.41

CMYK color model

#996296 color CMYK value is (0,36,2,40).

  • cyan value is 0.00%
  • magenta value is 35.95%
  • yellow value is 1.96%
  • key color value is 40.00%
CMYK:
(0,36,2,40)
C0M36Y2K40 
(0%,36%,2%,40%)
(0.00/0.36/0.02/0.40)	

CMYK percentages

%0
%35.95
%1.96
%40

Codes

Color #996296 in popluar color models

996296
RGB15398150
HSL303°21.91%49.22%
HSB/HSV303°35.95%60.00%
CMYK0.00%35.95%1.96%
40.00%

Color #996296 in popluar number systems.

HEX996296
Decimal15398150
Binary10011001110001010010110
Octal231142226

Shades and tints

Shades of #996296

#996296
(153,98,150)
#8C5A89
(140,90,137)
#7F527C
(127,82,124)
#724A6F
(114,74,111)
#654262
(101,66,98)
#583A55
(88,58,85)
#4B3248
(75,50,72)
#3E2A3B
(62,42,59)
#31222E
(49,34,46)
#241A21
(36,26,33)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #996296

#996296
(153,98,150)
#A2709F
(162,112,159)
#AB7EA8
(171,126,168)
#B48CB1
(180,140,177)
#BD9ABA
(189,154,186)
#C6A8C3
(198,168,195)
#CFB6CC
(207,182,204)
#D8C4D5
(216,196,213)
#E1D2DE
(225,210,222)
#EAE0E7
(234,224,231)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996296 color. Also use rgb(153,98,150) instead hex code.

Text Font Color

.myTextColor { color: #996296; }

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

This text font color is #996296.


Background Color

.myBgColor { background-color: #996296; }

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

This div background color is #996296.


Border color

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

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

This div border color is #996296.


Opacity

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

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

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

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

This text has shadow with #996296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996296 on black background.


Color preview on white background

This text has color #996296 on white background.



Black color preview on #996296 background

This text has black color on #996296 background.


White color preview on #996296 background

This text has white color on #996296 background.