COLOR #996A94

HEX: #996A94
RGB: (153,106,148)

Color info

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

RGB color model

#996A94 color RGB value is (153,106,148).

  • red value is 153;
  • green value is 106;
  • blue value is 148.
RGB:
(153,106,148)
(60%,42%,58%)

RGB channels and saturation

R 153 of 255 = 60%
G 106 of 255 = 42%
B 148 of 255 = 58%

153
106
148

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

Portions of RGB colors in percentages

R + G + B =
153 + 106 + 148 = 407 (100%)
R 153 of 407 ~ 37.59%
G 106 of 407 ~ 26.04%
B 148 of 407 ~ 36.36%

%37.59
%26.04
%36.36

CMYK color model

#996A94 color CMYK value is (0,31,3,40).

  • cyan value is 0.00%
  • magenta value is 30.72%
  • yellow value is 3.27%
  • key color value is 40.00%
CMYK:
(0,31,3,40)
C0M31Y3K40 
(0%,31%,3%,40%)
(0.00/0.31/0.03/0.40)	

CMYK percentages

%0
%30.72
%3.27
%40

Codes

Color #996A94 in popluar color models

996A94
RGB153106148
HSL306°18.73%50.78%
HSB/HSV306°30.72%60.00%
CMYK0.00%30.72%3.27%
40.00%

Color #996A94 in popluar number systems.

HEX996A94
Decimal153106148
Binary10011001110101010010100
Octal231152224

Shades and tints

Shades of #996A94

#996A94
(153,106,148)
#8C6187
(140,97,135)
#7F587A
(127,88,122)
#724F6D
(114,79,109)
#654660
(101,70,96)
#583D53
(88,61,83)
#4B3446
(75,52,70)
#3E2B39
(62,43,57)
#31222C
(49,34,44)
#24191F
(36,25,31)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #996A94

#996A94
(153,106,148)
#A2779D
(162,119,157)
#AB84A6
(171,132,166)
#B491AF
(180,145,175)
#BD9EB8
(189,158,184)
#C6ABC1
(198,171,193)
#CFB8CA
(207,184,202)
#D8C5D3
(216,197,211)
#E1D2DC
(225,210,220)
#EADFE5
(234,223,229)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996A94 color. Also use rgb(153,106,148) instead hex code.

Text Font Color

.myTextColor { color: #996A94; }

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

This text font color is #996A94.


Background Color

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

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

This div background color is #996A94.


Border color

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

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

This div border color is #996A94.


Opacity

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

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

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

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

This text has shadow with #996A94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996A94 on black background.


Color preview on white background

This text has color #996A94 on white background.



Black color preview on #996A94 background

This text has black color on #996A94 background.


White color preview on #996A94 background

This text has white color on #996A94 background.