COLOR #966CB8

HEX: #966CB8 RGB: (150,108,184)

Color info

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

RGB color model

#966CB8 color RGB value is (150,108,184).

RGB: (150,108,184) (59%, 42%, 72%)

RGB channels and saturation

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

150
108
184

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

Portions of RGB colors in percentages

R + G + B = 150 + 108 + 184 = 442 (100%)
R 150 of 442 ~ 33.94%
G 108 of 442 ~ 24.43%
B 184 of 442 ~ 41.63'%

%33.94
%24.43
%41.63

CMYK color model

#966CB8 color CMYK value is (18,41,0,28).

  • cyan value is 18.48%
  • magenta value is 41.30%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (18,41,0,28)
C18M41Y0K28 (18%, 41%, 0%, 28%)
(0.18 / 0.41 / 0.00 / 0.28)

CMYK percentages

%18.48
%41.3
%0
%27.84

Codes

Color #966CB8 in popluar color models

96 6C B8
RGB 150 108 184
HSL 273° 34.86% 57.25%
HSB/HSV 273° 41.30% 72.16%
CMYK 18.48% 41.30% 0.00%
27.84%

Color #966CB8 in popluar number systems.

HEX 96 6C B8
Decimal 150 108 184
Binary 10010110 1101100 10111000
Octal 226 154 270

Shades and tints

Shades of #966CB8

#966CB8
(150,108,184)
#8963A8
(137,99,168)
#7C5A98
(124,90,152)
#6F5188
(111,81,136)
#624878
(98,72,120)
#553F68
(85,63,104)
#483658
(72,54,88)
#3B2D48
(59,45,72)
#2E2438
(46,36,56)
#211B28
(33,27,40)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #966CB8

#966CB8
(150,108,184)
#9F79BE
(159,121,190)
#A886C4
(168,134,196)
#B193CA
(177,147,202)
#BAA0D0
(186,160,208)
#C3ADD6
(195,173,214)
#CCBADC
(204,186,220)
#D5C7E2
(213,199,226)
#DED4E8
(222,212,232)
#E7E1EE
(231,225,238)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966CB8; }

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

This text font color is #966CB8.

Background Color

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

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

This div background color is #966CB8.

Border color

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

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

This div border color is #966CB8.

Opacity

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

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

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

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

This text has shadow with #966CB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #966CB8.

Preview

Color preview on black background

This text has color #966CB8 on black background.


Color preview on white background

This text has color #966CB8 on white background.


Black color preview on #966CB8 background

This text has black color on #966CB8 background.


White color preview on #966CB8 background

This text has white color on #966CB8 background.


Related colors

Complementary color

Complementary color for #hex is #699347.


I love getcolorcode.com

Triadic colors

1 #B8966C and #6CB896 with #966CB8 are triadic colors.

2 #B86C96 and #6C96B8 with #966CB8 are triadic colors.