COLOR #96788C

HEX: #96788C
RGB: (150,120,140)

Color info

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

RGB color model

#96788C color RGB value is (150,120,140).

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

RGB channels and saturation

R 150 of 255 = 59%
G 120 of 255 = 47%
B 140 of 255 = 55%

150
120
140

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

Portions of RGB colors in percentages

R + G + B =
150 + 120 + 140 = 410 (100%)
R 150 of 410 ~ 36.59%
G 120 of 410 ~ 29.27%
B 140 of 410 ~ 34.15%

%36.59
%29.27
%34.15

CMYK color model

#96788C color CMYK value is (0,20,7,41).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 6.67%
  • key color value is 41.18%
CMYK:
(0,20,7,41)
C0M20Y7K41 
(0%,20%,7%,41%)
(0.00/0.20/0.07/0.41)	

CMYK percentages

%0
%20
%6.67
%41.18

Codes

Color #96788C in popluar color models

96788C
RGB150120140
HSL320°12.50%52.94%
HSB/HSV320°20.00%58.82%
CMYK0.00%20.00%6.67%
41.18%

Color #96788C in popluar number systems.

HEX96788C
Decimal150120140
Binary10010110111100010001100
Octal226170214

Shades and tints

Shades of #96788C

#96788C
(150,120,140)
#896E80
(137,110,128)
#7C6474
(124,100,116)
#6F5A68
(111,90,104)
#62505C
(98,80,92)
#554650
(85,70,80)
#483C44
(72,60,68)
#3B3238
(59,50,56)
#2E282C
(46,40,44)
#211E20
(33,30,32)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #96788C

#96788C
(150,120,140)
#9F8496
(159,132,150)
#A890A0
(168,144,160)
#B19CAA
(177,156,170)
#BAA8B4
(186,168,180)
#C3B4BE
(195,180,190)
#CCC0C8
(204,192,200)
#D5CCD2
(213,204,210)
#DED8DC
(222,216,220)
#E7E4E6
(231,228,230)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96788C; }

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

This text font color is #96788C.


Background Color

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

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

This div background color is #96788C.


Border color

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

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

This div border color is #96788C.


Opacity

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

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

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

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

This text has shadow with #96788C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96788C on black background.


Color preview on white background

This text has color #96788C on white background.



Black color preview on #96788C background

This text has black color on #96788C background.


White color preview on #96788C background

This text has white color on #96788C background.