COLOR #966A7D

HEX: #966A7D
RGB: (150,106,125)

Color info

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

RGB color model

#966A7D color RGB value is (150,106,125).

  • red value is 150;
  • green value is 106;
  • blue value is 125.
RGB:
(150,106,125)
(59%,42%,49%)

RGB channels and saturation

R 150 of 255 = 59%
G 106 of 255 = 42%
B 125 of 255 = 49%

150
106
125

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

Portions of RGB colors in percentages

R + G + B =
150 + 106 + 125 = 381 (100%)
R 150 of 381 ~ 39.37%
G 106 of 381 ~ 27.82%
B 125 of 381 ~ 32.81%

%39.37
%27.82
%32.81

CMYK color model

#966A7D color CMYK value is (0,29,17,41).

  • cyan value is 0.00%
  • magenta value is 29.33%
  • yellow value is 16.67%
  • key color value is 41.18%
CMYK:
(0,29,17,41)
C0M29Y17K41 
(0%,29%,17%,41%)
(0.00/0.29/0.17/0.41)	

CMYK percentages

%0
%29.33
%16.67
%41.18

Codes

Color #966A7D in popluar color models

966A7D
RGB150106125
HSL334°17.32%50.20%
HSB/HSV334°29.33%58.82%
CMYK0.00%29.33%16.67%
41.18%

Color #966A7D in popluar number systems.

HEX966A7D
Decimal150106125
Binary1001011011010101111101
Octal226152175

Shades and tints

Shades of #966A7D

#966A7D
(150,106,125)
#896172
(137,97,114)
#7C5867
(124,88,103)
#6F4F5C
(111,79,92)
#624651
(98,70,81)
#553D46
(85,61,70)
#48343B
(72,52,59)
#3B2B30
(59,43,48)
#2E2225
(46,34,37)
#21191A
(33,25,26)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #966A7D

#966A7D
(150,106,125)
#9F7788
(159,119,136)
#A88493
(168,132,147)
#B1919E
(177,145,158)
#BA9EA9
(186,158,169)
#C3ABB4
(195,171,180)
#CCB8BF
(204,184,191)
#D5C5CA
(213,197,202)
#DED2D5
(222,210,213)
#E7DFE0
(231,223,224)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966A7D color. Also use rgb(150,106,125) instead hex code.

Text Font Color

.myTextColor { color: #966A7D; }

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

This text font color is #966A7D.


Background Color

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

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

This div background color is #966A7D.


Border color

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

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

This div border color is #966A7D.


Opacity

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

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

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

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

This text has shadow with #966A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966A7D on black background.


Color preview on white background

This text has color #966A7D on white background.



Black color preview on #966A7D background

This text has black color on #966A7D background.


White color preview on #966A7D background

This text has white color on #966A7D background.