COLOR #978393

HEX: #978393
RGB: (151,131,147)

Color info

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

RGB color model

#978393 color RGB value is (151,131,147).

  • red value is 151;
  • green value is 131;
  • blue value is 147.
RGB:
(151,131,147)
(59%,51%,58%)

RGB channels and saturation

R 151 of 255 = 59%
G 131 of 255 = 51%
B 147 of 255 = 58%

151
131
147

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

Portions of RGB colors in percentages

R + G + B =
151 + 131 + 147 = 429 (100%)
R 151 of 429 ~ 35.2%
G 131 of 429 ~ 30.54%
B 147 of 429 ~ 34.27%

%35.2
%30.54
%34.27

CMYK color model

#978393 color CMYK value is (0,13,3,41).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 2.65%
  • key color value is 40.78%
CMYK:
(0,13,3,41)
C0M13Y3K41 
(0%,13%,3%,41%)
(0.00/0.13/0.03/0.41)	

CMYK percentages

%0
%13.25
%2.65
%40.78

Codes

Color #978393 in popluar color models

978393
RGB151131147
HSL312°8.77%55.29%
HSB/HSV312°13.25%59.22%
CMYK0.00%13.25%2.65%
40.78%

Color #978393 in popluar number systems.

HEX978393
Decimal151131147
Binary100101111000001110010011
Octal227203223

Shades and tints

Shades of #978393

#978393
(151,131,147)
#8A7886
(138,120,134)
#7D6D79
(125,109,121)
#70626C
(112,98,108)
#63575F
(99,87,95)
#564C52
(86,76,82)
#494145
(73,65,69)
#3C3638
(60,54,56)
#2F2B2B
(47,43,43)
#22201E
(34,32,30)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #978393

#978393
(151,131,147)
#A08E9C
(160,142,156)
#A999A5
(169,153,165)
#B2A4AE
(178,164,174)
#BBAFB7
(187,175,183)
#C4BAC0
(196,186,192)
#CDC5C9
(205,197,201)
#D6D0D2
(214,208,210)
#DFDBDB
(223,219,219)
#E8E6E4
(232,230,228)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978393 color. Also use rgb(151,131,147) instead hex code.

Text Font Color

.myTextColor { color: #978393; }

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

This text font color is #978393.


Background Color

.myBgColor { background-color: #978393; }

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

This div background color is #978393.


Border color

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

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

This div border color is #978393.


Opacity

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

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

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

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

This text has shadow with #978393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978393 on black background.


Color preview on white background

This text has color #978393 on white background.



Black color preview on #978393 background

This text has black color on #978393 background.


White color preview on #978393 background

This text has white color on #978393 background.