COLOR #966A85

HEX: #966A85
RGB: (150,106,133)

Color info

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

RGB color model

#966A85 color RGB value is (150,106,133).

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

RGB channels and saturation

R 150 of 255 = 59%
G 106 of 255 = 42%
B 133 of 255 = 52%

150
106
133

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

Portions of RGB colors in percentages

R + G + B =
150 + 106 + 133 = 389 (100%)
R 150 of 389 ~ 38.56%
G 106 of 389 ~ 27.25%
B 133 of 389 ~ 34.19%

%38.56
%27.25
%34.19

CMYK color model

#966A85 color CMYK value is (0,29,11,41).

  • cyan value is 0.00%
  • magenta value is 29.33%
  • yellow value is 11.33%
  • key color value is 41.18%
CMYK:
(0,29,11,41)
C0M29Y11K41 
(0%,29%,11%,41%)
(0.00/0.29/0.11/0.41)	

CMYK percentages

%0
%29.33
%11.33
%41.18

Codes

Color #966A85 in popluar color models

966A85
RGB150106133
HSL323°17.32%50.20%
HSB/HSV323°29.33%58.82%
CMYK0.00%29.33%11.33%
41.18%

Color #966A85 in popluar number systems.

HEX966A85
Decimal150106133
Binary10010110110101010000101
Octal226152205

Shades and tints

Shades of #966A85

#966A85
(150,106,133)
#896179
(137,97,121)
#7C586D
(124,88,109)
#6F4F61
(111,79,97)
#624655
(98,70,85)
#553D49
(85,61,73)
#48343D
(72,52,61)
#3B2B31
(59,43,49)
#2E2225
(46,34,37)
#211919
(33,25,25)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #966A85

#966A85
(150,106,133)
#9F7790
(159,119,144)
#A8849B
(168,132,155)
#B191A6
(177,145,166)
#BA9EB1
(186,158,177)
#C3ABBC
(195,171,188)
#CCB8C7
(204,184,199)
#D5C5D2
(213,197,210)
#DED2DD
(222,210,221)
#E7DFE8
(231,223,232)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966A85; }

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

This text font color is #966A85.


Background Color

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

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

This div background color is #966A85.


Border color

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

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

This div border color is #966A85.


Opacity

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

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

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

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

This text has shadow with #966A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966A85 on black background.


Color preview on white background

This text has color #966A85 on white background.



Black color preview on #966A85 background

This text has black color on #966A85 background.


White color preview on #966A85 background

This text has white color on #966A85 background.