COLOR #966C7E

HEX: #966C7E RGB: (150,108,126)

Color info

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

RGB color model

#966C7E color RGB value is (150,108,126).

RGB: (150,108,126) (59%, 42%, 49%)

RGB channels and saturation

R 150 of 255 = 59%
G 108 of 255 = 42%
B 126 of 255 = 49%

150
108
126

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

Portions of RGB colors in percentages

R + G + B = 150 + 108 + 126 = 384 (100%)
R 150 of 384 ~ 39.06%
G 108 of 384 ~ 28.13%
B 126 of 384 ~ 32.81'%

%39.06
%28.13
%32.81

CMYK color model

#966C7E color CMYK value is (0,28,16,41).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 16.00%
  • key color value is 41.18%

CMYK: (0,28,16,41)
C0M28Y16K41 (0%, 28%, 16%, 41%)
(0.00 / 0.28 / 0.16 / 0.41)

CMYK percentages

%0
%28
%16
%41.18

Codes

Color #966C7E in popluar color models

96 6C 7E
RGB 150 108 126
HSL 334° 16.67% 50.59%
HSB/HSV 334° 28.00% 58.82%
CMYK 0.00% 28.00% 16.00%
41.18%

Color #966C7E in popluar number systems.

HEX 96 6C 7E
Decimal 150 108 126
Binary 10010110 1101100 1111110
Octal 226 154 176

Shades and tints

Shades of #966C7E

#966C7E
(150,108,126)
#896373
(137,99,115)
#7C5A68
(124,90,104)
#6F515D
(111,81,93)
#624852
(98,72,82)
#553F47
(85,63,71)
#48363C
(72,54,60)
#3B2D31
(59,45,49)
#2E2426
(46,36,38)
#211B1B
(33,27,27)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #966C7E

#966C7E
(150,108,126)
#9F7989
(159,121,137)
#A88694
(168,134,148)
#B1939F
(177,147,159)
#BAA0AA
(186,160,170)
#C3ADB5
(195,173,181)
#CCBAC0
(204,186,192)
#D5C7CB
(213,199,203)
#DED4D6
(222,212,214)
#E7E1E1
(231,225,225)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966C7E; }

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

This text font color is #966C7E.

Background Color

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

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

This div background color is #966C7E.

Border color

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

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

This div border color is #966C7E.

Opacity

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

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

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

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

This text has shadow with #966C7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #966C7E.

Preview

Color preview on black background

This text has color #966C7E on black background.


Color preview on white background

This text has color #966C7E on white background.


Black color preview on #966C7E background

This text has black color on #966C7E background.


White color preview on #966C7E background

This text has white color on #966C7E background.


Related colors

Complementary color

Complementary color for #hex is #699381.


I love getcolorcode.com

Triadic colors

1 #7E966C and #6C7E96 with #966C7E are triadic colors.

2 #7E6C96 and #6C967E with #966C7E are triadic colors.