COLOR #96708C

HEX: #96708C
RGB: (150,112,140)

Color info

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

RGB color model

#96708C color RGB value is (150,112,140).

  • red value is 150;
  • green value is 112;
  • blue value is 140.
RGB:
(150,112,140)
(59%,44%,55%)

RGB channels and saturation

R 150 of 255 = 59%
G 112 of 255 = 44%
B 140 of 255 = 55%

150
112
140

R + G + B ~ 53%. #96708C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 112 + 140 = 402 (100%)
R 150 of 402 ~ 37.31%
G 112 of 402 ~ 27.86%
B 140 of 402 ~ 34.83%

%37.31
%27.86
%34.83

CMYK color model

#96708C color CMYK value is (0,25,7,41).

  • cyan value is 0.00%
  • magenta value is 25.33%
  • yellow value is 6.67%
  • key color value is 41.18%
CMYK:
(0,25,7,41)
C0M25Y7K41 
(0%,25%,7%,41%)
(0.00/0.25/0.07/0.41)	

CMYK percentages

%0
%25.33
%6.67
%41.18

Codes

Color #96708C in popluar color models

96708C
RGB150112140
HSL316°15.32%51.37%
HSB/HSV316°25.33%58.82%
CMYK0.00%25.33%6.67%
41.18%

Color #96708C in popluar number systems.

HEX96708C
Decimal150112140
Binary10010110111000010001100
Octal226160214

Shades and tints

Shades of #96708C

#96708C
(150,112,140)
#896680
(137,102,128)
#7C5C74
(124,92,116)
#6F5268
(111,82,104)
#62485C
(98,72,92)
#553E50
(85,62,80)
#483444
(72,52,68)
#3B2A38
(59,42,56)
#2E202C
(46,32,44)
#211620
(33,22,32)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #96708C

#96708C
(150,112,140)
#9F7D96
(159,125,150)
#A88AA0
(168,138,160)
#B197AA
(177,151,170)
#BAA4B4
(186,164,180)
#C3B1BE
(195,177,190)
#CCBEC8
(204,190,200)
#D5CBD2
(213,203,210)
#DED8DC
(222,216,220)
#E7E5E6
(231,229,230)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96708C color. Also use rgb(150,112,140) instead hex code.

Text Font Color

.myTextColor { color: #96708C; }

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

This text font color is #96708C.


Background Color

.myBgColor { background-color: #96708C; }

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

This div background color is #96708C.


Border color

.myBorderColor { border: 1px solid #96708C; }

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

This div border color is #96708C.


Opacity

.myOpacity80 { color: #96708C; opacity: 0.8; }

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

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

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

This text has shadow with #96708C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96708C on black background.


Color preview on white background

This text has color #96708C on white background.



Black color preview on #96708C background

This text has black color on #96708C background.


White color preview on #96708C background

This text has white color on #96708C background.