COLOR #996AE5

HEX: #996AE5
RGB: (153,106,229)

Color info

#996AE5 contains mainly blue color. Web safe color of #996AE5 is #9966CC (or #96C).

RGB color model

#996AE5 color RGB value is (153,106,229).

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

RGB channels and saturation

R 153 of 255 = 60%
G 106 of 255 = 42%
B 229 of 255 = 90%

153
106
229

R + G + B ~ 64%. #996AE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 106 + 229 = 488 (100%)
R 153 of 488 ~ 31.35%
G 106 of 488 ~ 21.72%
B 229 of 488 ~ 46.93%

%31.35
%21.72
%46.93

CMYK color model

#996AE5 color CMYK value is (33,54,0,10).

  • cyan value is 33.19%
  • magenta value is 53.71%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(33,54,0,10)
C33M54Y0K10 
(33%,54%,0%,10%)
(0.33/0.54/0.00/0.10)	

CMYK percentages

%33.19
%53.71
%0
%10.2

Codes

Color #996AE5 in popluar color models

996AE5
RGB153106229
HSL263°70.29%65.69%
HSB/HSV263°53.71%89.80%
CMYK33.19%53.71%0.00%
10.20%

Color #996AE5 in popluar number systems.

HEX996AE5
Decimal153106229
Binary10011001110101011100101
Octal231152345

Shades and tints

Shades of #996AE5

#996AE5
(153,106,229)
#8C61D1
(140,97,209)
#7F58BD
(127,88,189)
#724FA9
(114,79,169)
#654695
(101,70,149)
#583D81
(88,61,129)
#4B346D
(75,52,109)
#3E2B59
(62,43,89)
#312245
(49,34,69)
#241931
(36,25,49)
#17101D
(23,16,29)
#000000
(0,0,0)

Tints of #996AE5

#996AE5
(153,106,229)
#A277E7
(162,119,231)
#AB84E9
(171,132,233)
#B491EB
(180,145,235)
#BD9EED
(189,158,237)
#C6ABEF
(198,171,239)
#CFB8F1
(207,184,241)
#D8C5F3
(216,197,243)
#E1D2F5
(225,210,245)
#EADFF7
(234,223,247)
#F3ECF9
(243,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996AE5; }

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

This text font color is #996AE5.


Background Color

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

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

This div background color is #996AE5.


Border color

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

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

This div border color is #996AE5.


Opacity

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

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

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

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

This text has shadow with #996AE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996AE5 on black background.


Color preview on white background

This text has color #996AE5 on white background.



Black color preview on #996AE5 background

This text has black color on #996AE5 background.


White color preview on #996AE5 background

This text has white color on #996AE5 background.