COLOR #978D9F

HEX: #978D9F
RGB: (151,141,159)

Color info

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

RGB color model

#978D9F color RGB value is (151,141,159).

  • red value is 151;
  • green value is 141;
  • blue value is 159.
RGB:
(151,141,159)
(59%,55%,62%)

RGB channels and saturation

R 151 of 255 = 59%
G 141 of 255 = 55%
B 159 of 255 = 62%

151
141
159

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

Portions of RGB colors in percentages

R + G + B =
151 + 141 + 159 = 451 (100%)
R 151 of 451 ~ 33.48%
G 141 of 451 ~ 31.26%
B 159 of 451 ~ 35.25%

%33.48
%31.26
%35.25

CMYK color model

#978D9F color CMYK value is (5,11,0,38).

  • cyan value is 5.03%
  • magenta value is 11.32%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(5,11,0,38)
C5M11Y0K38 
(5%,11%,0%,38%)
(0.05/0.11/0.00/0.38)	

CMYK percentages

%5.03
%11.32
%0
%37.65

Codes

Color #978D9F in popluar color models

978D9F
RGB151141159
HSL273°8.57%58.82%
HSB/HSV273°11.32%62.35%
CMYK5.03%11.32%0.00%
37.65%

Color #978D9F in popluar number systems.

HEX978D9F
Decimal151141159
Binary100101111000110110011111
Octal227215237

Shades and tints

Shades of #978D9F

#978D9F
(151,141,159)
#8A8191
(138,129,145)
#7D7583
(125,117,131)
#706975
(112,105,117)
#635D67
(99,93,103)
#565159
(86,81,89)
#49454B
(73,69,75)
#3C393D
(60,57,61)
#2F2D2F
(47,45,47)
#222121
(34,33,33)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #978D9F

#978D9F
(151,141,159)
#A097A7
(160,151,167)
#A9A1AF
(169,161,175)
#B2ABB7
(178,171,183)
#BBB5BF
(187,181,191)
#C4BFC7
(196,191,199)
#CDC9CF
(205,201,207)
#D6D3D7
(214,211,215)
#DFDDDF
(223,221,223)
#E8E7E7
(232,231,231)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978D9F color. Also use rgb(151,141,159) instead hex code.

Text Font Color

.myTextColor { color: #978D9F; }

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

This text font color is #978D9F.


Background Color

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

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

This div background color is #978D9F.


Border color

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

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

This div border color is #978D9F.


Opacity

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

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

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

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

This text has shadow with #978D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978D9F on black background.


Color preview on white background

This text has color #978D9F on white background.



Black color preview on #978D9F background

This text has black color on #978D9F background.


White color preview on #978D9F background

This text has white color on #978D9F background.