COLOR #966E8C

HEX: #966E8C RGB: (150,110,140)

Color info

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

RGB color model

#966E8C color RGB value is (150,110,140).

RGB: (150,110,140) (59%, 43%, 55%)

RGB channels and saturation

R 150 of 255 = 59%
G 110 of 255 = 43%
B 140 of 255 = 55%

150
110
140

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

Portions of RGB colors in percentages

R + G + B = 150 + 110 + 140 = 400 (100%)
R 150 of 400 ~ 37.5%
G 110 of 400 ~ 27.5%
B 140 of 400 ~ 35'%

%37.5
%27.5
%35

CMYK color model

#966E8C color CMYK value is (0,27,7,41).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 6.67%
  • key color value is 41.18%

CMYK: (0,27,7,41)
C0M27Y7K41 (0%, 27%, 7%, 41%)
(0.00 / 0.27 / 0.07 / 0.41)

CMYK percentages

%0
%26.67
%6.67
%41.18

Codes

Color #966E8C in popluar color models

96 6E 8C
RGB 150 110 140
HSL 315° 16.00% 50.98%
HSB/HSV 315° 26.67% 58.82%
CMYK 0.00% 26.67% 6.67%
41.18%

Color #966E8C in popluar number systems.

HEX 96 6E 8C
Decimal 150 110 140
Binary 10010110 1101110 10001100
Octal 226 156 214

Shades and tints

Shades of #966E8C

#966E8C
(150,110,140)
#896480
(137,100,128)
#7C5A74
(124,90,116)
#6F5068
(111,80,104)
#62465C
(98,70,92)
#553C50
(85,60,80)
#483244
(72,50,68)
#3B2838
(59,40,56)
#2E1E2C
(46,30,44)
#211420
(33,20,32)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #966E8C

#966E8C
(150,110,140)
#9F7B96
(159,123,150)
#A888A0
(168,136,160)
#B195AA
(177,149,170)
#BAA2B4
(186,162,180)
#C3AFBE
(195,175,190)
#CCBCC8
(204,188,200)
#D5C9D2
(213,201,210)
#DED6DC
(222,214,220)
#E7E3E6
(231,227,230)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966E8C; }

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

This text font color is #966E8C.

Background Color

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

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

This div background color is #966E8C.

Border color

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

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

This div border color is #966E8C.

Opacity

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

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

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

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

This text has shadow with #966E8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #966E8C.

Preview

Color preview on black background

This text has color #966E8C on black background.


Color preview on white background

This text has color #966E8C on white background.


Black color preview on #966E8C background

This text has black color on #966E8C background.


White color preview on #966E8C background

This text has white color on #966E8C background.


Related colors

Complementary color

Complementary color for #hex is #699173.


I love getcolorcode.com

Triadic colors

1 #8C966E and #6E8C96 with #966E8C are triadic colors.

2 #8C6E96 and #6E968C with #966E8C are triadic colors.