COLOR #978596

HEX: #978596
RGB: (151,133,150)

Color info

#978596 contains red, green and blue colors in about the same proportion. Web safe color of #978596 is #999999 (or #999).

RGB color model

#978596 color RGB value is (151,133,150).

  • red value is 151;
  • green value is 133;
  • blue value is 150.
RGB:
(151,133,150)
(59%,52%,59%)

RGB channels and saturation

R 151 of 255 = 59%
G 133 of 255 = 52%
B 150 of 255 = 59%

151
133
150

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

Portions of RGB colors in percentages

R + G + B =
151 + 133 + 150 = 434 (100%)
R 151 of 434 ~ 34.79%
G 133 of 434 ~ 30.65%
B 150 of 434 ~ 34.56%

%34.79
%30.65
%34.56

CMYK color model

#978596 color CMYK value is (0,12,1,41).

  • cyan value is 0.00%
  • magenta value is 11.92%
  • yellow value is 0.66%
  • key color value is 40.78%
CMYK:
(0,12,1,41)
C0M12Y1K41 
(0%,12%,1%,41%)
(0.00/0.12/0.01/0.41)	

CMYK percentages

%0
%11.92
%0.66
%40.78

Codes

Color #978596 in popluar color models

978596
RGB151133150
HSL303°7.96%55.69%
HSB/HSV303°11.92%59.22%
CMYK0.00%11.92%0.66%
40.78%

Color #978596 in popluar number systems.

HEX978596
Decimal151133150
Binary100101111000010110010110
Octal227205226

Shades and tints

Shades of #978596

#978596
(151,133,150)
#8A7989
(138,121,137)
#7D6D7C
(125,109,124)
#70616F
(112,97,111)
#635562
(99,85,98)
#564955
(86,73,85)
#493D48
(73,61,72)
#3C313B
(60,49,59)
#2F252E
(47,37,46)
#221921
(34,25,33)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #978596

#978596
(151,133,150)
#A0909F
(160,144,159)
#A99BA8
(169,155,168)
#B2A6B1
(178,166,177)
#BBB1BA
(187,177,186)
#C4BCC3
(196,188,195)
#CDC7CC
(205,199,204)
#D6D2D5
(214,210,213)
#DFDDDE
(223,221,222)
#E8E8E7
(232,232,231)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978596 color. Also use rgb(151,133,150) instead hex code.

Text Font Color

.myTextColor { color: #978596; }

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

This text font color is #978596.


Background Color

.myBgColor { background-color: #978596; }

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

This div background color is #978596.


Border color

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

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

This div border color is #978596.


Opacity

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

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

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

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

This text has shadow with #978596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978596 on black background.


Color preview on white background

This text has color #978596 on white background.



Black color preview on #978596 background

This text has black color on #978596 background.


White color preview on #978596 background

This text has white color on #978596 background.