COLOR #966A7B

HEX: #966A7B RGB: (150,106,123)

Color info

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

RGB color model

#966A7B color RGB value is (150,106,123).

RGB: (150,106,123) (59%, 42%, 48%)

RGB channels and saturation

R 150 of 255 = 59%
G 106 of 255 = 42%
B 123 of 255 = 48%

150
106
123

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

Portions of RGB colors in percentages

R + G + B = 150 + 106 + 123 = 379 (100%)
R 150 of 379 ~ 39.58%
G 106 of 379 ~ 27.97%
B 123 of 379 ~ 32.45'%

%39.58
%27.97
%32.45

CMYK color model

#966A7B color CMYK value is (0,29,18,41).

  • cyan value is 0.00%
  • magenta value is 29.33%
  • yellow value is 18.00%
  • key color value is 41.18%

CMYK: (0,29,18,41)
C0M29Y18K41 (0%, 29%, 18%, 41%)
(0.00 / 0.29 / 0.18 / 0.41)

CMYK percentages

%0
%29.33
%18
%41.18

Codes

Color #966A7B in popluar color models

96 6A 7B
RGB 150 106 123
HSL 337° 17.32% 50.20%
HSB/HSV 337° 29.33% 58.82%
CMYK 0.00% 29.33% 18.00%
41.18%

Color #966A7B in popluar number systems.

HEX 96 6A 7B
Decimal 150 106 123
Binary 10010110 1101010 1111011
Octal 226 152 173

Shades and tints

Shades of #966A7B

#966A7B
(150,106,123)
#896170
(137,97,112)
#7C5865
(124,88,101)
#6F4F5A
(111,79,90)
#62464F
(98,70,79)
#553D44
(85,61,68)
#483439
(72,52,57)
#3B2B2E
(59,43,46)
#2E2223
(46,34,35)
#211918
(33,25,24)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #966A7B

#966A7B
(150,106,123)
#9F7787
(159,119,135)
#A88493
(168,132,147)
#B1919F
(177,145,159)
#BA9EAB
(186,158,171)
#C3ABB7
(195,171,183)
#CCB8C3
(204,184,195)
#D5C5CF
(213,197,207)
#DED2DB
(222,210,219)
#E7DFE7
(231,223,231)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966A7B; }

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

This text font color is #966A7B.

Background Color

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

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

This div background color is #966A7B.

Border color

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

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

This div border color is #966A7B.

Opacity

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

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

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

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

This text has shadow with #966A7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #966A7B.

Preview

Color preview on black background

This text has color #966A7B on black background.


Color preview on white background

This text has color #966A7B on white background.


Black color preview on #966A7B background

This text has black color on #966A7B background.


White color preview on #966A7B background

This text has white color on #966A7B background.


Related colors

Complementary color

Complementary color for #hex is #699584.


I love getcolorcode.com

Triadic colors

1 #7B966A and #6A7B96 with #966A7B are triadic colors.

2 #7B6A96 and #6A967B with #966A7B are triadic colors.