COLOR #996CB1

HEX: #996CB1
RGB: (153,108,177)

Color info

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

RGB color model

#996CB1 color RGB value is (153,108,177).

  • red value is 153;
  • green value is 108;
  • blue value is 177.
RGB:
(153,108,177)
(60%,42%,69%)

RGB channels and saturation

R 153 of 255 = 60%
G 108 of 255 = 42%
B 177 of 255 = 69%

153
108
177

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

Portions of RGB colors in percentages

R + G + B =
153 + 108 + 177 = 438 (100%)
R 153 of 438 ~ 34.93%
G 108 of 438 ~ 24.66%
B 177 of 438 ~ 40.41%

%34.93
%24.66
%40.41

CMYK color model

#996CB1 color CMYK value is (14,39,0,31).

  • cyan value is 13.56%
  • magenta value is 38.98%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(14,39,0,31)
C14M39Y0K31 
(14%,39%,0%,31%)
(0.14/0.39/0.00/0.31)	

CMYK percentages

%13.56
%38.98
%0
%30.59

Codes

Color #996CB1 in popluar color models

996CB1
RGB153108177
HSL279°30.67%55.88%
HSB/HSV279°38.98%69.41%
CMYK13.56%38.98%0.00%
30.59%

Color #996CB1 in popluar number systems.

HEX996CB1
Decimal153108177
Binary10011001110110010110001
Octal231154261

Shades and tints

Shades of #996CB1

#996CB1
(153,108,177)
#8C63A1
(140,99,161)
#7F5A91
(127,90,145)
#725181
(114,81,129)
#654871
(101,72,113)
#583F61
(88,63,97)
#4B3651
(75,54,81)
#3E2D41
(62,45,65)
#312431
(49,36,49)
#241B21
(36,27,33)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #996CB1

#996CB1
(153,108,177)
#A279B8
(162,121,184)
#AB86BF
(171,134,191)
#B493C6
(180,147,198)
#BDA0CD
(189,160,205)
#C6ADD4
(198,173,212)
#CFBADB
(207,186,219)
#D8C7E2
(216,199,226)
#E1D4E9
(225,212,233)
#EAE1F0
(234,225,240)
#F3EEF7
(243,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996CB1 color. Also use rgb(153,108,177) instead hex code.

Text Font Color

.myTextColor { color: #996CB1; }

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

This text font color is #996CB1.


Background Color

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

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

This div background color is #996CB1.


Border color

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

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

This div border color is #996CB1.


Opacity

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

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

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

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

This text has shadow with #996CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996CB1 on black background.


Color preview on white background

This text has color #996CB1 on white background.



Black color preview on #996CB1 background

This text has black color on #996CB1 background.


White color preview on #996CB1 background

This text has white color on #996CB1 background.