COLOR #966C7F

HEX: #966C7F
RGB: (150,108,127)

Color info

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

RGB color model

#966C7F color RGB value is (150,108,127).

  • red value is 150;
  • green value is 108;
  • blue value is 127.
RGB:
(150,108,127)
(59%,42%,50%)

RGB channels and saturation

R 150 of 255 = 59%
G 108 of 255 = 42%
B 127 of 255 = 50%

150
108
127

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

Portions of RGB colors in percentages

R + G + B =
150 + 108 + 127 = 385 (100%)
R 150 of 385 ~ 38.96%
G 108 of 385 ~ 28.05%
B 127 of 385 ~ 32.99%

%38.96
%28.05
%32.99

CMYK color model

#966C7F color CMYK value is (0,28,15,41).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 15.33%
  • key color value is 41.18%
CMYK:
(0,28,15,41)
C0M28Y15K41 
(0%,28%,15%,41%)
(0.00/0.28/0.15/0.41)	

CMYK percentages

%0
%28
%15.33
%41.18

Codes

Color #966C7F in popluar color models

966C7F
RGB150108127
HSL333°16.67%50.59%
HSB/HSV333°28.00%58.82%
CMYK0.00%28.00%15.33%
41.18%

Color #966C7F in popluar number systems.

HEX966C7F
Decimal150108127
Binary1001011011011001111111
Octal226154177

Shades and tints

Shades of #966C7F

#966C7F
(150,108,127)
#896374
(137,99,116)
#7C5A69
(124,90,105)
#6F515E
(111,81,94)
#624853
(98,72,83)
#553F48
(85,63,72)
#48363D
(72,54,61)
#3B2D32
(59,45,50)
#2E2427
(46,36,39)
#211B1C
(33,27,28)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #966C7F

#966C7F
(150,108,127)
#9F798A
(159,121,138)
#A88695
(168,134,149)
#B193A0
(177,147,160)
#BAA0AB
(186,160,171)
#C3ADB6
(195,173,182)
#CCBAC1
(204,186,193)
#D5C7CC
(213,199,204)
#DED4D7
(222,212,215)
#E7E1E2
(231,225,226)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966C7F; }

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

This text font color is #966C7F.


Background Color

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

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

This div background color is #966C7F.


Border color

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

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

This div border color is #966C7F.


Opacity

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

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

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

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

This text has shadow with #966C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966C7F on black background.


Color preview on white background

This text has color #966C7F on white background.



Black color preview on #966C7F background

This text has black color on #966C7F background.


White color preview on #966C7F background

This text has white color on #966C7F background.