COLOR #996AA4

HEX: #996AA4
RGB: (153,106,164)

Color info

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

RGB color model

#996AA4 color RGB value is (153,106,164).

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

RGB channels and saturation

R 153 of 255 = 60%
G 106 of 255 = 42%
B 164 of 255 = 64%

153
106
164

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

Portions of RGB colors in percentages

R + G + B =
153 + 106 + 164 = 423 (100%)
R 153 of 423 ~ 36.17%
G 106 of 423 ~ 25.06%
B 164 of 423 ~ 38.77%

%36.17
%25.06
%38.77

CMYK color model

#996AA4 color CMYK value is (7,35,0,36).

  • cyan value is 6.71%
  • magenta value is 35.37%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(7,35,0,36)
C7M35Y0K36 
(7%,35%,0%,36%)
(0.07/0.35/0.00/0.36)	

CMYK percentages

%6.71
%35.37
%0
%35.69

Codes

Color #996AA4 in popluar color models

996AA4
RGB153106164
HSL289°24.17%52.94%
HSB/HSV289°35.37%64.31%
CMYK6.71%35.37%0.00%
35.69%

Color #996AA4 in popluar number systems.

HEX996AA4
Decimal153106164
Binary10011001110101010100100
Octal231152244

Shades and tints

Shades of #996AA4

#996AA4
(153,106,164)
#8C6196
(140,97,150)
#7F5888
(127,88,136)
#724F7A
(114,79,122)
#65466C
(101,70,108)
#583D5E
(88,61,94)
#4B3450
(75,52,80)
#3E2B42
(62,43,66)
#312234
(49,34,52)
#241926
(36,25,38)
#171018
(23,16,24)
#000000
(0,0,0)

Tints of #996AA4

#996AA4
(153,106,164)
#A277AC
(162,119,172)
#AB84B4
(171,132,180)
#B491BC
(180,145,188)
#BD9EC4
(189,158,196)
#C6ABCC
(198,171,204)
#CFB8D4
(207,184,212)
#D8C5DC
(216,197,220)
#E1D2E4
(225,210,228)
#EADFEC
(234,223,236)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996AA4; }

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

This text font color is #996AA4.


Background Color

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

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

This div background color is #996AA4.


Border color

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

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

This div border color is #996AA4.


Opacity

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

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

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

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

This text has shadow with #996AA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996AA4 on black background.


Color preview on white background

This text has color #996AA4 on white background.



Black color preview on #996AA4 background

This text has black color on #996AA4 background.


White color preview on #996AA4 background

This text has white color on #996AA4 background.