COLOR #978294

HEX: #978294
RGB: (151,130,148)

Color info

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

RGB color model

#978294 color RGB value is (151,130,148).

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

RGB channels and saturation

R 151 of 255 = 59%
G 130 of 255 = 51%
B 148 of 255 = 58%

151
130
148

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

Portions of RGB colors in percentages

R + G + B =
151 + 130 + 148 = 429 (100%)
R 151 of 429 ~ 35.2%
G 130 of 429 ~ 30.3%
B 148 of 429 ~ 34.5%

%35.2
%30.3
%34.5

CMYK color model

#978294 color CMYK value is (0,14,2,41).

  • cyan value is 0.00%
  • magenta value is 13.91%
  • yellow value is 1.99%
  • key color value is 40.78%
CMYK:
(0,14,2,41)
C0M14Y2K41 
(0%,14%,2%,41%)
(0.00/0.14/0.02/0.41)	

CMYK percentages

%0
%13.91
%1.99
%40.78

Codes

Color #978294 in popluar color models

978294
RGB151130148
HSL309°9.17%55.10%
HSB/HSV309°13.91%59.22%
CMYK0.00%13.91%1.99%
40.78%

Color #978294 in popluar number systems.

HEX978294
Decimal151130148
Binary100101111000001010010100
Octal227202224

Shades and tints

Shades of #978294

#978294
(151,130,148)
#8A7787
(138,119,135)
#7D6C7A
(125,108,122)
#70616D
(112,97,109)
#635660
(99,86,96)
#564B53
(86,75,83)
#494046
(73,64,70)
#3C3539
(60,53,57)
#2F2A2C
(47,42,44)
#221F1F
(34,31,31)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #978294

#978294
(151,130,148)
#A08D9D
(160,141,157)
#A998A6
(169,152,166)
#B2A3AF
(178,163,175)
#BBAEB8
(187,174,184)
#C4B9C1
(196,185,193)
#CDC4CA
(205,196,202)
#D6CFD3
(214,207,211)
#DFDADC
(223,218,220)
#E8E5E5
(232,229,229)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978294 color. Also use rgb(151,130,148) instead hex code.

Text Font Color

.myTextColor { color: #978294; }

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

This text font color is #978294.


Background Color

.myBgColor { background-color: #978294; }

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

This div background color is #978294.


Border color

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

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

This div border color is #978294.


Opacity

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

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

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

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

This text has shadow with #978294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978294 on black background.


Color preview on white background

This text has color #978294 on white background.



Black color preview on #978294 background

This text has black color on #978294 background.


White color preview on #978294 background

This text has white color on #978294 background.