COLOR #966B78

HEX: #966B78
RGB: (150,107,120)

Color info

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

RGB color model

#966B78 color RGB value is (150,107,120).

  • red value is 150;
  • green value is 107;
  • blue value is 120.
RGB:
(150,107,120)
(59%,42%,47%)

RGB channels and saturation

R 150 of 255 = 59%
G 107 of 255 = 42%
B 120 of 255 = 47%

150
107
120

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

Portions of RGB colors in percentages

R + G + B =
150 + 107 + 120 = 377 (100%)
R 150 of 377 ~ 39.79%
G 107 of 377 ~ 28.38%
B 120 of 377 ~ 31.83%

%39.79
%28.38
%31.83

CMYK color model

#966B78 color CMYK value is (0,29,20,41).

  • cyan value is 0.00%
  • magenta value is 28.67%
  • yellow value is 20.00%
  • key color value is 41.18%
CMYK:
(0,29,20,41)
C0M29Y20K41 
(0%,29%,20%,41%)
(0.00/0.29/0.20/0.41)	

CMYK percentages

%0
%28.67
%20
%41.18

Codes

Color #966B78 in popluar color models

966B78
RGB150107120
HSL342°17.00%50.39%
HSB/HSV342°28.67%58.82%
CMYK0.00%28.67%20.00%
41.18%

Color #966B78 in popluar number systems.

HEX966B78
Decimal150107120
Binary1001011011010111111000
Octal226153170

Shades and tints

Shades of #966B78

#966B78
(150,107,120)
#89626E
(137,98,110)
#7C5964
(124,89,100)
#6F505A
(111,80,90)
#624750
(98,71,80)
#553E46
(85,62,70)
#48353C
(72,53,60)
#3B2C32
(59,44,50)
#2E2328
(46,35,40)
#211A1E
(33,26,30)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #966B78

#966B78
(150,107,120)
#9F7884
(159,120,132)
#A88590
(168,133,144)
#B1929C
(177,146,156)
#BA9FA8
(186,159,168)
#C3ACB4
(195,172,180)
#CCB9C0
(204,185,192)
#D5C6CC
(213,198,204)
#DED3D8
(222,211,216)
#E7E0E4
(231,224,228)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966B78 color. Also use rgb(150,107,120) instead hex code.

Text Font Color

.myTextColor { color: #966B78; }

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

This text font color is #966B78.


Background Color

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

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

This div background color is #966B78.


Border color

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

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

This div border color is #966B78.


Opacity

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

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

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

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

This text has shadow with #966B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966B78 on black background.


Color preview on white background

This text has color #966B78 on white background.



Black color preview on #966B78 background

This text has black color on #966B78 background.


White color preview on #966B78 background

This text has white color on #966B78 background.