COLOR #966BDC

HEX: #966BDC
RGB: (150,107,220)

Color info

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

RGB color model

#966BDC color RGB value is (150,107,220).

  • red value is 150;
  • green value is 107;
  • blue value is 220.
RGB:
(150,107,220)
(59%,42%,86%)

RGB channels and saturation

R 150 of 255 = 59%
G 107 of 255 = 42%
B 220 of 255 = 86%

150
107
220

R + G + B ~ 62%. #966BDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 107 + 220 = 477 (100%)
R 150 of 477 ~ 31.45%
G 107 of 477 ~ 22.43%
B 220 of 477 ~ 46.12%

%31.45
%22.43
%46.12

CMYK color model

#966BDC color CMYK value is (32,51,0,14).

  • cyan value is 31.82%
  • magenta value is 51.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(32,51,0,14)
C32M51Y0K14 
(32%,51%,0%,14%)
(0.32/0.51/0.00/0.14)	

CMYK percentages

%31.82
%51.36
%0
%13.73

Codes

Color #966BDC in popluar color models

966BDC
RGB150107220
HSL263°61.75%64.12%
HSB/HSV263°51.36%86.27%
CMYK31.82%51.36%0.00%
13.73%

Color #966BDC in popluar number systems.

HEX966BDC
Decimal150107220
Binary10010110110101111011100
Octal226153334

Shades and tints

Shades of #966BDC

#966BDC
(150,107,220)
#8962C8
(137,98,200)
#7C59B4
(124,89,180)
#6F50A0
(111,80,160)
#62478C
(98,71,140)
#553E78
(85,62,120)
#483564
(72,53,100)
#3B2C50
(59,44,80)
#2E233C
(46,35,60)
#211A28
(33,26,40)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #966BDC

#966BDC
(150,107,220)
#9F78DF
(159,120,223)
#A885E2
(168,133,226)
#B192E5
(177,146,229)
#BA9FE8
(186,159,232)
#C3ACEB
(195,172,235)
#CCB9EE
(204,185,238)
#D5C6F1
(213,198,241)
#DED3F4
(222,211,244)
#E7E0F7
(231,224,247)
#F0EDFA
(240,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966BDC color. Also use rgb(150,107,220) instead hex code.

Text Font Color

.myTextColor { color: #966BDC; }

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

This text font color is #966BDC.


Background Color

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

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

This div background color is #966BDC.


Border color

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

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

This div border color is #966BDC.


Opacity

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

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

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

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

This text has shadow with #966BDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966BDC on black background.


Color preview on white background

This text has color #966BDC on white background.



Black color preview on #966BDC background

This text has black color on #966BDC background.


White color preview on #966BDC background

This text has white color on #966BDC background.