COLOR #966AB8

HEX: #966AB8
RGB: (150,106,184)

Color info

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

RGB color model

#966AB8 color RGB value is (150,106,184).

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

RGB channels and saturation

R 150 of 255 = 59%
G 106 of 255 = 42%
B 184 of 255 = 72%

150
106
184

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

Portions of RGB colors in percentages

R + G + B =
150 + 106 + 184 = 440 (100%)
R 150 of 440 ~ 34.09%
G 106 of 440 ~ 24.09%
B 184 of 440 ~ 41.82%

%34.09
%24.09
%41.82

CMYK color model

#966AB8 color CMYK value is (18,42,0,28).

  • cyan value is 18.48%
  • magenta value is 42.39%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(18,42,0,28)
C18M42Y0K28 
(18%,42%,0%,28%)
(0.18/0.42/0.00/0.28)	

CMYK percentages

%18.48
%42.39
%0
%27.84

Codes

Color #966AB8 in popluar color models

966AB8
RGB150106184
HSL274°35.45%56.86%
HSB/HSV274°42.39%72.16%
CMYK18.48%42.39%0.00%
27.84%

Color #966AB8 in popluar number systems.

HEX966AB8
Decimal150106184
Binary10010110110101010111000
Octal226152270

Shades and tints

Shades of #966AB8

#966AB8
(150,106,184)
#8961A8
(137,97,168)
#7C5898
(124,88,152)
#6F4F88
(111,79,136)
#624678
(98,70,120)
#553D68
(85,61,104)
#483458
(72,52,88)
#3B2B48
(59,43,72)
#2E2238
(46,34,56)
#211928
(33,25,40)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #966AB8

#966AB8
(150,106,184)
#9F77BE
(159,119,190)
#A884C4
(168,132,196)
#B191CA
(177,145,202)
#BA9ED0
(186,158,208)
#C3ABD6
(195,171,214)
#CCB8DC
(204,184,220)
#D5C5E2
(213,197,226)
#DED2E8
(222,210,232)
#E7DFEE
(231,223,238)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966AB8; }

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

This text font color is #966AB8.


Background Color

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

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

This div background color is #966AB8.


Border color

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

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

This div border color is #966AB8.


Opacity

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

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

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

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

This text has shadow with #966AB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966AB8 on black background.


Color preview on white background

This text has color #966AB8 on white background.



Black color preview on #966AB8 background

This text has black color on #966AB8 background.


White color preview on #966AB8 background

This text has white color on #966AB8 background.