COLOR #966D90

HEX: #966D90
RGB: (150,109,144)

Color info

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

RGB color model

#966D90 color RGB value is (150,109,144).

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

RGB channels and saturation

R 150 of 255 = 59%
G 109 of 255 = 43%
B 144 of 255 = 56%

150
109
144

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

Portions of RGB colors in percentages

R + G + B =
150 + 109 + 144 = 403 (100%)
R 150 of 403 ~ 37.22%
G 109 of 403 ~ 27.05%
B 144 of 403 ~ 35.73%

%37.22
%27.05
%35.73

CMYK color model

#966D90 color CMYK value is (0,27,4,41).

  • cyan value is 0.00%
  • magenta value is 27.33%
  • yellow value is 4.00%
  • key color value is 41.18%
CMYK:
(0,27,4,41)
C0M27Y4K41 
(0%,27%,4%,41%)
(0.00/0.27/0.04/0.41)	

CMYK percentages

%0
%27.33
%4
%41.18

Codes

Color #966D90 in popluar color models

966D90
RGB150109144
HSL309°16.33%50.78%
HSB/HSV309°27.33%58.82%
CMYK0.00%27.33%4.00%
41.18%

Color #966D90 in popluar number systems.

HEX966D90
Decimal150109144
Binary10010110110110110010000
Octal226155220

Shades and tints

Shades of #966D90

#966D90
(150,109,144)
#896483
(137,100,131)
#7C5B76
(124,91,118)
#6F5269
(111,82,105)
#62495C
(98,73,92)
#55404F
(85,64,79)
#483742
(72,55,66)
#3B2E35
(59,46,53)
#2E2528
(46,37,40)
#211C1B
(33,28,27)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #966D90

#966D90
(150,109,144)
#9F7A9A
(159,122,154)
#A887A4
(168,135,164)
#B194AE
(177,148,174)
#BAA1B8
(186,161,184)
#C3AEC2
(195,174,194)
#CCBBCC
(204,187,204)
#D5C8D6
(213,200,214)
#DED5E0
(222,213,224)
#E7E2EA
(231,226,234)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966D90; }

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

This text font color is #966D90.


Background Color

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

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

This div background color is #966D90.


Border color

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

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

This div border color is #966D90.


Opacity

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

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

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

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

This text has shadow with #966D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966D90 on black background.


Color preview on white background

This text has color #966D90 on white background.



Black color preview on #966D90 background

This text has black color on #966D90 background.


White color preview on #966D90 background

This text has white color on #966D90 background.