COLOR #966B8E

HEX: #966B8E
RGB: (150,107,142)

Color info

#966B8E contains red, green and blue colors in about the same proportion. Web safe color of #966B8E is #996699 (or #969).

RGB color model

#966B8E color RGB value is (150,107,142).

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

RGB channels and saturation

R 150 of 255 = 59%
G 107 of 255 = 42%
B 142 of 255 = 56%

150
107
142

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

Portions of RGB colors in percentages

R + G + B =
150 + 107 + 142 = 399 (100%)
R 150 of 399 ~ 37.59%
G 107 of 399 ~ 26.82%
B 142 of 399 ~ 35.59%

%37.59
%26.82
%35.59

CMYK color model

#966B8E color CMYK value is (0,29,5,41).

  • cyan value is 0.00%
  • magenta value is 28.67%
  • yellow value is 5.33%
  • key color value is 41.18%
CMYK:
(0,29,5,41)
C0M29Y5K41 
(0%,29%,5%,41%)
(0.00/0.29/0.05/0.41)	

CMYK percentages

%0
%28.67
%5.33
%41.18

Codes

Color #966B8E in popluar color models

966B8E
RGB150107142
HSL311°17.00%50.39%
HSB/HSV311°28.67%58.82%
CMYK0.00%28.67%5.33%
41.18%

Color #966B8E in popluar number systems.

HEX966B8E
Decimal150107142
Binary10010110110101110001110
Octal226153216

Shades and tints

Shades of #966B8E

#966B8E
(150,107,142)
#896282
(137,98,130)
#7C5976
(124,89,118)
#6F506A
(111,80,106)
#62475E
(98,71,94)
#553E52
(85,62,82)
#483546
(72,53,70)
#3B2C3A
(59,44,58)
#2E232E
(46,35,46)
#211A22
(33,26,34)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #966B8E

#966B8E
(150,107,142)
#9F7898
(159,120,152)
#A885A2
(168,133,162)
#B192AC
(177,146,172)
#BA9FB6
(186,159,182)
#C3ACC0
(195,172,192)
#CCB9CA
(204,185,202)
#D5C6D4
(213,198,212)
#DED3DE
(222,211,222)
#E7E0E8
(231,224,232)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966B8E; }

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

This text font color is #966B8E.


Background Color

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

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

This div background color is #966B8E.


Border color

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

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

This div border color is #966B8E.


Opacity

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

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

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

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

This text has shadow with #966B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966B8E on black background.


Color preview on white background

This text has color #966B8E on white background.



Black color preview on #966B8E background

This text has black color on #966B8E background.


White color preview on #966B8E background

This text has white color on #966B8E background.