COLOR #96798A

HEX: #96798A
RGB: (150,121,138)

Color info

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

RGB color model

#96798A color RGB value is (150,121,138).

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

RGB channels and saturation

R 150 of 255 = 59%
G 121 of 255 = 47%
B 138 of 255 = 54%

150
121
138

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

Portions of RGB colors in percentages

R + G + B =
150 + 121 + 138 = 409 (100%)
R 150 of 409 ~ 36.67%
G 121 of 409 ~ 29.58%
B 138 of 409 ~ 33.74%

%36.67
%29.58
%33.74

CMYK color model

#96798A color CMYK value is (0,19,8,41).

  • cyan value is 0.00%
  • magenta value is 19.33%
  • yellow value is 8.00%
  • key color value is 41.18%
CMYK:
(0,19,8,41)
C0M19Y8K41 
(0%,19%,8%,41%)
(0.00/0.19/0.08/0.41)	

CMYK percentages

%0
%19.33
%8
%41.18

Codes

Color #96798A in popluar color models

96798A
RGB150121138
HSL325°12.13%53.14%
HSB/HSV325°19.33%58.82%
CMYK0.00%19.33%8.00%
41.18%

Color #96798A in popluar number systems.

HEX96798A
Decimal150121138
Binary10010110111100110001010
Octal226171212

Shades and tints

Shades of #96798A

#96798A
(150,121,138)
#896E7E
(137,110,126)
#7C6372
(124,99,114)
#6F5866
(111,88,102)
#624D5A
(98,77,90)
#55424E
(85,66,78)
#483742
(72,55,66)
#3B2C36
(59,44,54)
#2E212A
(46,33,42)
#21161E
(33,22,30)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #96798A

#96798A
(150,121,138)
#9F8594
(159,133,148)
#A8919E
(168,145,158)
#B19DA8
(177,157,168)
#BAA9B2
(186,169,178)
#C3B5BC
(195,181,188)
#CCC1C6
(204,193,198)
#D5CDD0
(213,205,208)
#DED9DA
(222,217,218)
#E7E5E4
(231,229,228)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96798A; }

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

This text font color is #96798A.


Background Color

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

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

This div background color is #96798A.


Border color

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

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

This div border color is #96798A.


Opacity

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

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

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

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

This text has shadow with #96798A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96798A on black background.


Color preview on white background

This text has color #96798A on white background.



Black color preview on #96798A background

This text has black color on #96798A background.


White color preview on #96798A background

This text has white color on #96798A background.