COLOR #966C89

HEX: #966C89
RGB: (150,108,137)

Color info

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

RGB color model

#966C89 color RGB value is (150,108,137).

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

RGB channels and saturation

R 150 of 255 = 59%
G 108 of 255 = 42%
B 137 of 255 = 54%

150
108
137

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

Portions of RGB colors in percentages

R + G + B =
150 + 108 + 137 = 395 (100%)
R 150 of 395 ~ 37.97%
G 108 of 395 ~ 27.34%
B 137 of 395 ~ 34.68%

%37.97
%27.34
%34.68

CMYK color model

#966C89 color CMYK value is (0,28,9,41).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 8.67%
  • key color value is 41.18%
CMYK:
(0,28,9,41)
C0M28Y9K41 
(0%,28%,9%,41%)
(0.00/0.28/0.09/0.41)	

CMYK percentages

%0
%28
%8.67
%41.18

Codes

Color #966C89 in popluar color models

966C89
RGB150108137
HSL319°16.67%50.59%
HSB/HSV319°28.00%58.82%
CMYK0.00%28.00%8.67%
41.18%

Color #966C89 in popluar number systems.

HEX966C89
Decimal150108137
Binary10010110110110010001001
Octal226154211

Shades and tints

Shades of #966C89

#966C89
(150,108,137)
#89637D
(137,99,125)
#7C5A71
(124,90,113)
#6F5165
(111,81,101)
#624859
(98,72,89)
#553F4D
(85,63,77)
#483641
(72,54,65)
#3B2D35
(59,45,53)
#2E2429
(46,36,41)
#211B1D
(33,27,29)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #966C89

#966C89
(150,108,137)
#9F7993
(159,121,147)
#A8869D
(168,134,157)
#B193A7
(177,147,167)
#BAA0B1
(186,160,177)
#C3ADBB
(195,173,187)
#CCBAC5
(204,186,197)
#D5C7CF
(213,199,207)
#DED4D9
(222,212,217)
#E7E1E3
(231,225,227)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966C89; }

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

This text font color is #966C89.


Background Color

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

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

This div background color is #966C89.


Border color

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

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

This div border color is #966C89.


Opacity

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

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

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

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

This text has shadow with #966C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966C89 on black background.


Color preview on white background

This text has color #966C89 on white background.



Black color preview on #966C89 background

This text has black color on #966C89 background.


White color preview on #966C89 background

This text has white color on #966C89 background.