COLOR #966D83

HEX: #966D83
RGB: (150,109,131)

Color info

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

RGB color model

#966D83 color RGB value is (150,109,131).

  • red value is 150;
  • green value is 109;
  • blue value is 131.
RGB:
(150,109,131)
(59%,43%,51%)

RGB channels and saturation

R 150 of 255 = 59%
G 109 of 255 = 43%
B 131 of 255 = 51%

150
109
131

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

Portions of RGB colors in percentages

R + G + B =
150 + 109 + 131 = 390 (100%)
R 150 of 390 ~ 38.46%
G 109 of 390 ~ 27.95%
B 131 of 390 ~ 33.59%

%38.46
%27.95
%33.59

CMYK color model

#966D83 color CMYK value is (0,27,13,41).

  • cyan value is 0.00%
  • magenta value is 27.33%
  • yellow value is 12.67%
  • key color value is 41.18%
CMYK:
(0,27,13,41)
C0M27Y13K41 
(0%,27%,13%,41%)
(0.00/0.27/0.13/0.41)	

CMYK percentages

%0
%27.33
%12.67
%41.18

Codes

Color #966D83 in popluar color models

966D83
RGB150109131
HSL328°16.33%50.78%
HSB/HSV328°27.33%58.82%
CMYK0.00%27.33%12.67%
41.18%

Color #966D83 in popluar number systems.

HEX966D83
Decimal150109131
Binary10010110110110110000011
Octal226155203

Shades and tints

Shades of #966D83

#966D83
(150,109,131)
#896478
(137,100,120)
#7C5B6D
(124,91,109)
#6F5262
(111,82,98)
#624957
(98,73,87)
#55404C
(85,64,76)
#483741
(72,55,65)
#3B2E36
(59,46,54)
#2E252B
(46,37,43)
#211C20
(33,28,32)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #966D83

#966D83
(150,109,131)
#9F7A8E
(159,122,142)
#A88799
(168,135,153)
#B194A4
(177,148,164)
#BAA1AF
(186,161,175)
#C3AEBA
(195,174,186)
#CCBBC5
(204,187,197)
#D5C8D0
(213,200,208)
#DED5DB
(222,213,219)
#E7E2E6
(231,226,230)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966D83 color. Also use rgb(150,109,131) instead hex code.

Text Font Color

.myTextColor { color: #966D83; }

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

This text font color is #966D83.


Background Color

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

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

This div background color is #966D83.


Border color

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

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

This div border color is #966D83.


Opacity

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

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

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

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

This text has shadow with #966D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966D83 on black background.


Color preview on white background

This text has color #966D83 on white background.



Black color preview on #966D83 background

This text has black color on #966D83 background.


White color preview on #966D83 background

This text has white color on #966D83 background.