COLOR #966EB6

HEX: #966EB6
RGB: (150,110,182)

Color info

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

RGB color model

#966EB6 color RGB value is (150,110,182).

  • red value is 150;
  • green value is 110;
  • blue value is 182.
RGB:
(150,110,182)
(59%,43%,71%)

RGB channels and saturation

R 150 of 255 = 59%
G 110 of 255 = 43%
B 182 of 255 = 71%

150
110
182

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

Portions of RGB colors in percentages

R + G + B =
150 + 110 + 182 = 442 (100%)
R 150 of 442 ~ 33.94%
G 110 of 442 ~ 24.89%
B 182 of 442 ~ 41.18%

%33.94
%24.89
%41.18

CMYK color model

#966EB6 color CMYK value is (18,40,0,29).

  • cyan value is 17.58%
  • magenta value is 39.56%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(18,40,0,29)
C18M40Y0K29 
(18%,40%,0%,29%)
(0.18/0.40/0.00/0.29)	

CMYK percentages

%17.58
%39.56
%0
%28.63

Codes

Color #966EB6 in popluar color models

966EB6
RGB150110182
HSL273°33.03%57.25%
HSB/HSV273°39.56%71.37%
CMYK17.58%39.56%0.00%
28.63%

Color #966EB6 in popluar number systems.

HEX966EB6
Decimal150110182
Binary10010110110111010110110
Octal226156266

Shades and tints

Shades of #966EB6

#966EB6
(150,110,182)
#8964A6
(137,100,166)
#7C5A96
(124,90,150)
#6F5086
(111,80,134)
#624676
(98,70,118)
#553C66
(85,60,102)
#483256
(72,50,86)
#3B2846
(59,40,70)
#2E1E36
(46,30,54)
#211426
(33,20,38)
#140A16
(20,10,22)
#000000
(0,0,0)

Tints of #966EB6

#966EB6
(150,110,182)
#9F7BBC
(159,123,188)
#A888C2
(168,136,194)
#B195C8
(177,149,200)
#BAA2CE
(186,162,206)
#C3AFD4
(195,175,212)
#CCBCDA
(204,188,218)
#D5C9E0
(213,201,224)
#DED6E6
(222,214,230)
#E7E3EC
(231,227,236)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966EB6 color. Also use rgb(150,110,182) instead hex code.

Text Font Color

.myTextColor { color: #966EB6; }

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

This text font color is #966EB6.


Background Color

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

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

This div background color is #966EB6.


Border color

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

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

This div border color is #966EB6.


Opacity

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

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

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

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

This text has shadow with #966EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966EB6 on black background.


Color preview on white background

This text has color #966EB6 on white background.



Black color preview on #966EB6 background

This text has black color on #966EB6 background.


White color preview on #966EB6 background

This text has white color on #966EB6 background.