COLOR #966CB4

HEX: #966CB4
RGB: (150,108,180)

Color info

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

RGB color model

#966CB4 color RGB value is (150,108,180).

  • red value is 150;
  • green value is 108;
  • blue value is 180.
RGB:
(150,108,180)
(59%,42%,71%)

RGB channels and saturation

R 150 of 255 = 59%
G 108 of 255 = 42%
B 180 of 255 = 71%

150
108
180

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

Portions of RGB colors in percentages

R + G + B =
150 + 108 + 180 = 438 (100%)
R 150 of 438 ~ 34.25%
G 108 of 438 ~ 24.66%
B 180 of 438 ~ 41.1%

%34.25
%24.66
%41.1

CMYK color model

#966CB4 color CMYK value is (17,40,0,29).

  • cyan value is 16.67%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(17,40,0,29)
C17M40Y0K29 
(17%,40%,0%,29%)
(0.17/0.40/0.00/0.29)	

CMYK percentages

%16.67
%40
%0
%29.41

Codes

Color #966CB4 in popluar color models

966CB4
RGB150108180
HSL275°32.43%56.47%
HSB/HSV275°40.00%70.59%
CMYK16.67%40.00%0.00%
29.41%

Color #966CB4 in popluar number systems.

HEX966CB4
Decimal150108180
Binary10010110110110010110100
Octal226154264

Shades and tints

Shades of #966CB4

#966CB4
(150,108,180)
#8963A4
(137,99,164)
#7C5A94
(124,90,148)
#6F5184
(111,81,132)
#624874
(98,72,116)
#553F64
(85,63,100)
#483654
(72,54,84)
#3B2D44
(59,45,68)
#2E2434
(46,36,52)
#211B24
(33,27,36)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #966CB4

#966CB4
(150,108,180)
#9F79BA
(159,121,186)
#A886C0
(168,134,192)
#B193C6
(177,147,198)
#BAA0CC
(186,160,204)
#C3ADD2
(195,173,210)
#CCBAD8
(204,186,216)
#D5C7DE
(213,199,222)
#DED4E4
(222,212,228)
#E7E1EA
(231,225,234)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966CB4 color. Also use rgb(150,108,180) instead hex code.

Text Font Color

.myTextColor { color: #966CB4; }

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

This text font color is #966CB4.


Background Color

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

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

This div background color is #966CB4.


Border color

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

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

This div border color is #966CB4.


Opacity

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

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

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

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

This text has shadow with #966CB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966CB4 on black background.


Color preview on white background

This text has color #966CB4 on white background.



Black color preview on #966CB4 background

This text has black color on #966CB4 background.


White color preview on #966CB4 background

This text has white color on #966CB4 background.