COLOR #978E93

HEX: #978E93
RGB: (151,142,147)

Color info

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

RGB color model

#978E93 color RGB value is (151,142,147).

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

RGB channels and saturation

R 151 of 255 = 59%
G 142 of 255 = 56%
B 147 of 255 = 58%

151
142
147

R + G + B ~ 58%. #978E93 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 142 + 147 = 440 (100%)
R 151 of 440 ~ 34.32%
G 142 of 440 ~ 32.27%
B 147 of 440 ~ 33.41%

%34.32
%32.27
%33.41

CMYK color model

#978E93 color CMYK value is (0,6,3,41).

  • cyan value is 0.00%
  • magenta value is 5.96%
  • yellow value is 2.65%
  • key color value is 40.78%
CMYK:
(0,6,3,41)
C0M6Y3K41 
(0%,6%,3%,41%)
(0.00/0.06/0.03/0.41)	

CMYK percentages

%0
%5.96
%2.65
%40.78

Codes

Color #978E93 in popluar color models

978E93
RGB151142147
HSL327°4.15%57.45%
HSB/HSV327°5.96%59.22%
CMYK0.00%5.96%2.65%
40.78%

Color #978E93 in popluar number systems.

HEX978E93
Decimal151142147
Binary100101111000111010010011
Octal227216223

Shades and tints

Shades of #978E93

#978E93
(151,142,147)
#8A8286
(138,130,134)
#7D7679
(125,118,121)
#706A6C
(112,106,108)
#635E5F
(99,94,95)
#565252
(86,82,82)
#494645
(73,70,69)
#3C3A38
(60,58,56)
#2F2E2B
(47,46,43)
#22221E
(34,34,30)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #978E93

#978E93
(151,142,147)
#A0989C
(160,152,156)
#A9A2A5
(169,162,165)
#B2ACAE
(178,172,174)
#BBB6B7
(187,182,183)
#C4C0C0
(196,192,192)
#CDCAC9
(205,202,201)
#D6D4D2
(214,212,210)
#DFDEDB
(223,222,219)
#E8E8E4
(232,232,228)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978E93; }

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

This text font color is #978E93.


Background Color

.myBgColor { background-color: #978E93; }

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

This div background color is #978E93.


Border color

.myBorderColor { border: 1px solid #978E93; }

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

This div border color is #978E93.


Opacity

.myOpacity80 { color: #978E93; opacity: 0.8; }

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

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

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

This text has shadow with #978E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978E93 on black background.


Color preview on white background

This text has color #978E93 on white background.



Black color preview on #978E93 background

This text has black color on #978E93 background.


White color preview on #978E93 background

This text has white color on #978E93 background.