COLOR #966876

HEX: #966876
RGB: (150,104,118)

Color info

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

RGB color model

#966876 color RGB value is (150,104,118).

  • red value is 150;
  • green value is 104;
  • blue value is 118.
RGB:
(150,104,118)
(59%,41%,46%)

RGB channels and saturation

R 150 of 255 = 59%
G 104 of 255 = 41%
B 118 of 255 = 46%

150
104
118

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

Portions of RGB colors in percentages

R + G + B =
150 + 104 + 118 = 372 (100%)
R 150 of 372 ~ 40.32%
G 104 of 372 ~ 27.96%
B 118 of 372 ~ 31.72%

%40.32
%27.96
%31.72

CMYK color model

#966876 color CMYK value is (0,31,21,41).

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 21.33%
  • key color value is 41.18%
CMYK:
(0,31,21,41)
C0M31Y21K41 
(0%,31%,21%,41%)
(0.00/0.31/0.21/0.41)	

CMYK percentages

%0
%30.67
%21.33
%41.18

Codes

Color #966876 in popluar color models

966876
RGB150104118
HSL342°18.11%49.80%
HSB/HSV342°30.67%58.82%
CMYK0.00%30.67%21.33%
41.18%

Color #966876 in popluar number systems.

HEX966876
Decimal150104118
Binary1001011011010001110110
Octal226150166

Shades and tints

Shades of #966876

#966876
(150,104,118)
#895F6C
(137,95,108)
#7C5662
(124,86,98)
#6F4D58
(111,77,88)
#62444E
(98,68,78)
#553B44
(85,59,68)
#48323A
(72,50,58)
#3B2930
(59,41,48)
#2E2026
(46,32,38)
#21171C
(33,23,28)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #966876

#966876
(150,104,118)
#9F7582
(159,117,130)
#A8828E
(168,130,142)
#B18F9A
(177,143,154)
#BA9CA6
(186,156,166)
#C3A9B2
(195,169,178)
#CCB6BE
(204,182,190)
#D5C3CA
(213,195,202)
#DED0D6
(222,208,214)
#E7DDE2
(231,221,226)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966876 color. Also use rgb(150,104,118) instead hex code.

Text Font Color

.myTextColor { color: #966876; }

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

This text font color is #966876.


Background Color

.myBgColor { background-color: #966876; }

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

This div background color is #966876.


Border color

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

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

This div border color is #966876.


Opacity

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

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

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

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

This text has shadow with #966876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966876 on black background.


Color preview on white background

This text has color #966876 on white background.



Black color preview on #966876 background

This text has black color on #966876 background.


White color preview on #966876 background

This text has white color on #966876 background.