COLOR #966FB7

HEX: #966FB7
RGB: (150,111,183)

Color info

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

RGB color model

#966FB7 color RGB value is (150,111,183).

  • red value is 150;
  • green value is 111;
  • blue value is 183.
RGB:
(150,111,183)
(59%,44%,72%)

RGB channels and saturation

R 150 of 255 = 59%
G 111 of 255 = 44%
B 183 of 255 = 72%

150
111
183

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

Portions of RGB colors in percentages

R + G + B =
150 + 111 + 183 = 444 (100%)
R 150 of 444 ~ 33.78%
G 111 of 444 ~ 25%
B 183 of 444 ~ 41.22%

%33.78
%25
%41.22

CMYK color model

#966FB7 color CMYK value is (18,39,0,28).

  • cyan value is 18.03%
  • magenta value is 39.34%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(18,39,0,28)
C18M39Y0K28 
(18%,39%,0%,28%)
(0.18/0.39/0.00/0.28)	

CMYK percentages

%18.03
%39.34
%0
%28.24

Codes

Color #966FB7 in popluar color models

966FB7
RGB150111183
HSL273°33.33%57.65%
HSB/HSV273°39.34%71.76%
CMYK18.03%39.34%0.00%
28.24%

Color #966FB7 in popluar number systems.

HEX966FB7
Decimal150111183
Binary10010110110111110110111
Octal226157267

Shades and tints

Shades of #966FB7

#966FB7
(150,111,183)
#8965A7
(137,101,167)
#7C5B97
(124,91,151)
#6F5187
(111,81,135)
#624777
(98,71,119)
#553D67
(85,61,103)
#483357
(72,51,87)
#3B2947
(59,41,71)
#2E1F37
(46,31,55)
#211527
(33,21,39)
#140B17
(20,11,23)
#000000
(0,0,0)

Tints of #966FB7

#966FB7
(150,111,183)
#9F7CBD
(159,124,189)
#A889C3
(168,137,195)
#B196C9
(177,150,201)
#BAA3CF
(186,163,207)
#C3B0D5
(195,176,213)
#CCBDDB
(204,189,219)
#D5CAE1
(213,202,225)
#DED7E7
(222,215,231)
#E7E4ED
(231,228,237)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966FB7 color. Also use rgb(150,111,183) instead hex code.

Text Font Color

.myTextColor { color: #966FB7; }

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

This text font color is #966FB7.


Background Color

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

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

This div background color is #966FB7.


Border color

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

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

This div border color is #966FB7.


Opacity

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

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

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

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

This text has shadow with #966FB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966FB7 on black background.


Color preview on white background

This text has color #966FB7 on white background.



Black color preview on #966FB7 background

This text has black color on #966FB7 background.


White color preview on #966FB7 background

This text has white color on #966FB7 background.