COLOR #996DCC

HEX: #996DCC
RGB: (153,109,204)

Color info

#996DCC contains mainly red and blue colors. Web safe color of #996DCC is #9966CC (or #96C).

RGB color model

#996DCC color RGB value is (153,109,204).

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

RGB channels and saturation

R 153 of 255 = 60%
G 109 of 255 = 43%
B 204 of 255 = 80%

153
109
204

R + G + B ~ 61%. #996DCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 109 + 204 = 466 (100%)
R 153 of 466 ~ 32.83%
G 109 of 466 ~ 23.39%
B 204 of 466 ~ 43.78%

%32.83
%23.39
%43.78

CMYK color model

#996DCC color CMYK value is (25,47,0,20).

  • cyan value is 25.00%
  • magenta value is 46.57%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(25,47,0,20)
C25M47Y0K20 
(25%,47%,0%,20%)
(0.25/0.47/0.00/0.20)	

CMYK percentages

%25
%46.57
%0
%20

Codes

Color #996DCC in popluar color models

996DCC
RGB153109204
HSL268°48.22%61.37%
HSB/HSV268°46.57%80.00%
CMYK25.00%46.57%0.00%
20.00%

Color #996DCC in popluar number systems.

HEX996DCC
Decimal153109204
Binary10011001110110111001100
Octal231155314

Shades and tints

Shades of #996DCC

#996DCC
(153,109,204)
#8C64BA
(140,100,186)
#7F5BA8
(127,91,168)
#725296
(114,82,150)
#654984
(101,73,132)
#584072
(88,64,114)
#4B3760
(75,55,96)
#3E2E4E
(62,46,78)
#31253C
(49,37,60)
#241C2A
(36,28,42)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #996DCC

#996DCC
(153,109,204)
#A27AD0
(162,122,208)
#AB87D4
(171,135,212)
#B494D8
(180,148,216)
#BDA1DC
(189,161,220)
#C6AEE0
(198,174,224)
#CFBBE4
(207,187,228)
#D8C8E8
(216,200,232)
#E1D5EC
(225,213,236)
#EAE2F0
(234,226,240)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996DCC; }

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

This text font color is #996DCC.


Background Color

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

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

This div background color is #996DCC.


Border color

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

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

This div border color is #996DCC.


Opacity

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

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

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

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

This text has shadow with #996DCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996DCC on black background.


Color preview on white background

This text has color #996DCC on white background.



Black color preview on #996DCC background

This text has black color on #996DCC background.


White color preview on #996DCC background

This text has white color on #996DCC background.