COLOR #996DB6

HEX: #996DB6 RGB: (153,109,182)

Color info

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

RGB color model

#996DB6 color RGB value is (153,109,182).

RGB: (153,109,182) (60%, 43%, 71%)

RGB channels and saturation

R 153 of 255 = 60%
G 109 of 255 = 43%
B 182 of 255 = 71%

153
109
182

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

Portions of RGB colors in percentages

R + G + B = 153 + 109 + 182 = 444 (100%)
R 153 of 444 ~ 34.46%
G 109 of 444 ~ 24.55%
B 182 of 444 ~ 40.99'%

%34.46
%24.55
%40.99

CMYK color model

#996DB6 color CMYK value is (16,40,0,29).

  • cyan value is 15.93%
  • magenta value is 40.11%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (16,40,0,29)
C16M40Y0K29 (16%, 40%, 0%, 29%)
(0.16 / 0.40 / 0.00 / 0.29)

CMYK percentages

%15.93
%40.11
%0
%28.63

Codes

Color #996DB6 in popluar color models

99 6D B6
RGB 153 109 182
HSL 276° 33.33% 57.06%
HSB/HSV 276° 40.11% 71.37%
CMYK 15.93% 40.11% 0.00%
28.63%

Color #996DB6 in popluar number systems.

HEX 99 6D B6
Decimal 153 109 182
Binary 10011001 1101101 10110110
Octal 231 155 266

Shades and tints

Shades of #996DB6

#996DB6
(153,109,182)
#8C64A6
(140,100,166)
#7F5B96
(127,91,150)
#725286
(114,82,134)
#654976
(101,73,118)
#584066
(88,64,102)
#4B3756
(75,55,86)
#3E2E46
(62,46,70)
#312536
(49,37,54)
#241C26
(36,28,38)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #996DB6

#996DB6
(153,109,182)
#A27ABC
(162,122,188)
#AB87C2
(171,135,194)
#B494C8
(180,148,200)
#BDA1CE
(189,161,206)
#C6AED4
(198,174,212)
#CFBBDA
(207,187,218)
#D8C8E0
(216,200,224)
#E1D5E6
(225,213,230)
#EAE2EC
(234,226,236)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996DB6; }

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

This text font color is #996DB6.

Background Color

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

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

This div background color is #996DB6.

Border color

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

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

This div border color is #996DB6.

Opacity

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

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

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

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

This text has shadow with #996DB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #996DB6.

Preview

Color preview on black background

This text has color #996DB6 on black background.


Color preview on white background

This text has color #996DB6 on white background.


Black color preview on #996DB6 background

This text has black color on #996DB6 background.


White color preview on #996DB6 background

This text has white color on #996DB6 background.


Related colors

Complementary color

Complementary color for #hex is #669249.


I love getcolorcode.com

Triadic colors

1 #B6996D and #6DB699 with #996DB6 are triadic colors.

2 #B66D99 and #6D99B6 with #996DB6 are triadic colors.