COLOR #96798C

HEX: #96798C
RGB: (150,121,140)

Color info

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

RGB color model

#96798C color RGB value is (150,121,140).

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

RGB channels and saturation

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

150
121
140

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

Portions of RGB colors in percentages

R + G + B =
150 + 121 + 140 = 411 (100%)
R 150 of 411 ~ 36.5%
G 121 of 411 ~ 29.44%
B 140 of 411 ~ 34.06%

%36.5
%29.44
%34.06

CMYK color model

#96798C color CMYK value is (0,19,7,41).

  • cyan value is 0.00%
  • magenta value is 19.33%
  • yellow value is 6.67%
  • key color value is 41.18%
CMYK:
(0,19,7,41)
C0M19Y7K41 
(0%,19%,7%,41%)
(0.00/0.19/0.07/0.41)	

CMYK percentages

%0
%19.33
%6.67
%41.18

Codes

Color #96798C in popluar color models

96798C
RGB150121140
HSL321°12.13%53.14%
HSB/HSV321°19.33%58.82%
CMYK0.00%19.33%6.67%
41.18%

Color #96798C in popluar number systems.

HEX96798C
Decimal150121140
Binary10010110111100110001100
Octal226171214

Shades and tints

Shades of #96798C

#96798C
(150,121,140)
#896E80
(137,110,128)
#7C6374
(124,99,116)
#6F5868
(111,88,104)
#624D5C
(98,77,92)
#554250
(85,66,80)
#483744
(72,55,68)
#3B2C38
(59,44,56)
#2E212C
(46,33,44)
#211620
(33,22,32)
#140B14
(20,11,20)
#000000
(0,0,0)

Tints of #96798C

#96798C
(150,121,140)
#9F8596
(159,133,150)
#A891A0
(168,145,160)
#B19DAA
(177,157,170)
#BAA9B4
(186,169,180)
#C3B5BE
(195,181,190)
#CCC1C8
(204,193,200)
#D5CDD2
(213,205,210)
#DED9DC
(222,217,220)
#E7E5E6
(231,229,230)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96798C; }

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

This text font color is #96798C.


Background Color

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

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

This div background color is #96798C.


Border color

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

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

This div border color is #96798C.


Opacity

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

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

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

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

This text has shadow with #96798C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96798C on black background.


Color preview on white background

This text has color #96798C on white background.



Black color preview on #96798C background

This text has black color on #96798C background.


White color preview on #96798C background

This text has white color on #96798C background.