COLOR #966AB2

HEX: #966AB2
RGB: (150,106,178)

Color info

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

RGB color model

#966AB2 color RGB value is (150,106,178).

  • red value is 150;
  • green value is 106;
  • blue value is 178.
RGB:
(150,106,178)
(59%,42%,70%)

RGB channels and saturation

R 150 of 255 = 59%
G 106 of 255 = 42%
B 178 of 255 = 70%

150
106
178

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

Portions of RGB colors in percentages

R + G + B =
150 + 106 + 178 = 434 (100%)
R 150 of 434 ~ 34.56%
G 106 of 434 ~ 24.42%
B 178 of 434 ~ 41.01%

%34.56
%24.42
%41.01

CMYK color model

#966AB2 color CMYK value is (16,40,0,30).

  • cyan value is 15.73%
  • magenta value is 40.45%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(16,40,0,30)
C16M40Y0K30 
(16%,40%,0%,30%)
(0.16/0.40/0.00/0.30)	

CMYK percentages

%15.73
%40.45
%0
%30.2

Codes

Color #966AB2 in popluar color models

966AB2
RGB150106178
HSL277°31.86%55.69%
HSB/HSV277°40.45%69.80%
CMYK15.73%40.45%0.00%
30.20%

Color #966AB2 in popluar number systems.

HEX966AB2
Decimal150106178
Binary10010110110101010110010
Octal226152262

Shades and tints

Shades of #966AB2

#966AB2
(150,106,178)
#8961A2
(137,97,162)
#7C5892
(124,88,146)
#6F4F82
(111,79,130)
#624672
(98,70,114)
#553D62
(85,61,98)
#483452
(72,52,82)
#3B2B42
(59,43,66)
#2E2232
(46,34,50)
#211922
(33,25,34)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #966AB2

#966AB2
(150,106,178)
#9F77B9
(159,119,185)
#A884C0
(168,132,192)
#B191C7
(177,145,199)
#BA9ECE
(186,158,206)
#C3ABD5
(195,171,213)
#CCB8DC
(204,184,220)
#D5C5E3
(213,197,227)
#DED2EA
(222,210,234)
#E7DFF1
(231,223,241)
#F0ECF8
(240,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966AB2 color. Also use rgb(150,106,178) instead hex code.

Text Font Color

.myTextColor { color: #966AB2; }

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

This text font color is #966AB2.


Background Color

.myBgColor { background-color: #966AB2; }

<div style="background-color:#966AB2">Inner text</div>

This div background color is #966AB2.


Border color

.myBorderColor { border: 1px solid #966AB2; }

<div style="border:3px solid #966AB2">Div</div>

This div border color is #966AB2.


Opacity

.myOpacity80 { color: #966AB2; opacity: 0.8; }

<p style="color:#966AB2;opacity:0.8;">80%</p>

Text with #966AB2 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 #966AB2;}

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

This text has shadow with #966AB2 color.

.textShadow {text-shadow: 3px 3px 1px #966AB2, 3px 3px 1px red;}

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

This text has shadow with #966AB2 primary color and red secondary color.


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

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

This text has shadow with #966AB2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966AB2 on black background.


Color preview on white background

This text has color #966AB2 on white background.



Black color preview on #966AB2 background

This text has black color on #966AB2 background.


White color preview on #966AB2 background

This text has white color on #966AB2 background.