COLOR #996EAD

HEX: #996EAD RGB: (153,110,173)

Color info

#996EAD contains mainly red and blue colors. Web safe color of #996EAD is #996699 (or #969).

RGB color model

#996EAD color RGB value is (153,110,173).

RGB: (153,110,173) (60%, 43%, 68%)

RGB channels and saturation

R 153 of 255 = 60%
G 110 of 255 = 43%
B 173 of 255 = 68%

153
110
173

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

Portions of RGB colors in percentages

R + G + B = 153 + 110 + 173 = 436 (100%)
R 153 of 436 ~ 35.09%
G 110 of 436 ~ 25.23%
B 173 of 436 ~ 39.68'%

%35.09
%25.23
%39.68

CMYK color model

#996EAD color CMYK value is (12,36,0,32).

  • cyan value is 11.56%
  • magenta value is 36.42%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (12,36,0,32)
C12M36Y0K32 (12%, 36%, 0%, 32%)
(0.12 / 0.36 / 0.00 / 0.32)

CMYK percentages

%11.56
%36.42
%0
%32.16

Codes

Color #996EAD in popluar color models

99 6E AD
RGB 153 110 173
HSL 281° 27.75% 55.49%
HSB/HSV 281° 36.42% 67.84%
CMYK 11.56% 36.42% 0.00%
32.16%

Color #996EAD in popluar number systems.

HEX 99 6E AD
Decimal 153 110 173
Binary 10011001 1101110 10101101
Octal 231 156 255

Shades and tints

Shades of #996EAD

#996EAD
(153,110,173)
#8C649E
(140,100,158)
#7F5A8F
(127,90,143)
#725080
(114,80,128)
#654671
(101,70,113)
#583C62
(88,60,98)
#4B3253
(75,50,83)
#3E2844
(62,40,68)
#311E35
(49,30,53)
#241426
(36,20,38)
#170A17
(23,10,23)
#000000
(0,0,0)

Tints of #996EAD

#996EAD
(153,110,173)
#A27BB4
(162,123,180)
#AB88BB
(171,136,187)
#B495C2
(180,149,194)
#BDA2C9
(189,162,201)
#C6AFD0
(198,175,208)
#CFBCD7
(207,188,215)
#D8C9DE
(216,201,222)
#E1D6E5
(225,214,229)
#EAE3EC
(234,227,236)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996EAD color. Also use rgb(153,110,173) instead hex code.

Text Font Color

.myTextColor { color: #996EAD; }

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

This text font color is #996EAD.

Background Color

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

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

This div background color is #996EAD.

Border color

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

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

This div border color is #996EAD.

Opacity

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

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

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

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

This text has shadow with #996EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #996EAD.

Preview

Color preview on black background

This text has color #996EAD on black background.


Color preview on white background

This text has color #996EAD on white background.


Black color preview on #996EAD background

This text has black color on #996EAD background.


White color preview on #996EAD background

This text has white color on #996EAD background.


Related colors

Complementary color

Complementary color for #hex is #669152.


I love getcolorcode.com

Triadic colors

1 #AD996E and #6EAD99 with #996EAD are triadic colors.

2 #AD6E99 and #6E99AD with #996EAD are triadic colors.