COLOR #966778

HEX: #966778
RGB: (150,103,120)

Color info

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

RGB color model

#966778 color RGB value is (150,103,120).

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

RGB channels and saturation

R 150 of 255 = 59%
G 103 of 255 = 40%
B 120 of 255 = 47%

150
103
120

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

Portions of RGB colors in percentages

R + G + B =
150 + 103 + 120 = 373 (100%)
R 150 of 373 ~ 40.21%
G 103 of 373 ~ 27.61%
B 120 of 373 ~ 32.17%

%40.21
%27.61
%32.17

CMYK color model

#966778 color CMYK value is (0,31,20,41).

  • cyan value is 0.00%
  • magenta value is 31.33%
  • yellow value is 20.00%
  • key color value is 41.18%
CMYK:
(0,31,20,41)
C0M31Y20K41 
(0%,31%,20%,41%)
(0.00/0.31/0.20/0.41)	

CMYK percentages

%0
%31.33
%20
%41.18

Codes

Color #966778 in popluar color models

966778
RGB150103120
HSL338°18.58%49.61%
HSB/HSV338°31.33%58.82%
CMYK0.00%31.33%20.00%
41.18%

Color #966778 in popluar number systems.

HEX966778
Decimal150103120
Binary1001011011001111111000
Octal226147170

Shades and tints

Shades of #966778

#966778
(150,103,120)
#895E6E
(137,94,110)
#7C5564
(124,85,100)
#6F4C5A
(111,76,90)
#624350
(98,67,80)
#553A46
(85,58,70)
#48313C
(72,49,60)
#3B2832
(59,40,50)
#2E1F28
(46,31,40)
#21161E
(33,22,30)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #966778

#966778
(150,103,120)
#9F7484
(159,116,132)
#A88190
(168,129,144)
#B18E9C
(177,142,156)
#BA9BA8
(186,155,168)
#C3A8B4
(195,168,180)
#CCB5C0
(204,181,192)
#D5C2CC
(213,194,204)
#DECFD8
(222,207,216)
#E7DCE4
(231,220,228)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966778; }

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

This text font color is #966778.


Background Color

.myBgColor { background-color: #966778; }

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

This div background color is #966778.


Border color

.myBorderColor { border: 1px solid #966778; }

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

This div border color is #966778.


Opacity

.myOpacity80 { color: #966778; opacity: 0.8; }

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

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

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

This text has shadow with #966778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966778 on black background.


Color preview on white background

This text has color #966778 on white background.



Black color preview on #966778 background

This text has black color on #966778 background.


White color preview on #966778 background

This text has white color on #966778 background.