COLOR #996DBD

HEX: #996DBD
RGB: (153,109,189)

Color info

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

RGB color model

#996DBD color RGB value is (153,109,189).

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

RGB channels and saturation

R 153 of 255 = 60%
G 109 of 255 = 43%
B 189 of 255 = 74%

153
109
189

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

Portions of RGB colors in percentages

R + G + B =
153 + 109 + 189 = 451 (100%)
R 153 of 451 ~ 33.92%
G 109 of 451 ~ 24.17%
B 189 of 451 ~ 41.91%

%33.92
%24.17
%41.91

CMYK color model

#996DBD color CMYK value is (19,42,0,26).

  • cyan value is 19.05%
  • magenta value is 42.33%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(19,42,0,26)
C19M42Y0K26 
(19%,42%,0%,26%)
(0.19/0.42/0.00/0.26)	

CMYK percentages

%19.05
%42.33
%0
%25.88

Codes

Color #996DBD in popluar color models

996DBD
RGB153109189
HSL273°37.74%58.43%
HSB/HSV273°42.33%74.12%
CMYK19.05%42.33%0.00%
25.88%

Color #996DBD in popluar number systems.

HEX996DBD
Decimal153109189
Binary10011001110110110111101
Octal231155275

Shades and tints

Shades of #996DBD

#996DBD
(153,109,189)
#8C64AC
(140,100,172)
#7F5B9B
(127,91,155)
#72528A
(114,82,138)
#654979
(101,73,121)
#584068
(88,64,104)
#4B3757
(75,55,87)
#3E2E46
(62,46,70)
#312535
(49,37,53)
#241C24
(36,28,36)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #996DBD

#996DBD
(153,109,189)
#A27AC3
(162,122,195)
#AB87C9
(171,135,201)
#B494CF
(180,148,207)
#BDA1D5
(189,161,213)
#C6AEDB
(198,174,219)
#CFBBE1
(207,187,225)
#D8C8E7
(216,200,231)
#E1D5ED
(225,213,237)
#EAE2F3
(234,226,243)
#F3EFF9
(243,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996DBD; }

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

This text font color is #996DBD.


Background Color

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

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

This div background color is #996DBD.


Border color

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

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

This div border color is #996DBD.


Opacity

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

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

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

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

This text has shadow with #996DBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996DBD on black background.


Color preview on white background

This text has color #996DBD on white background.



Black color preview on #996DBD background

This text has black color on #996DBD background.


White color preview on #996DBD background

This text has white color on #996DBD background.