COLOR #978490

HEX: #978490
RGB: (151,132,144)

Color info

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

RGB color model

#978490 color RGB value is (151,132,144).

  • red value is 151;
  • green value is 132;
  • blue value is 144.
RGB:
(151,132,144)
(59%,52%,56%)

RGB channels and saturation

R 151 of 255 = 59%
G 132 of 255 = 52%
B 144 of 255 = 56%

151
132
144

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

Portions of RGB colors in percentages

R + G + B =
151 + 132 + 144 = 427 (100%)
R 151 of 427 ~ 35.36%
G 132 of 427 ~ 30.91%
B 144 of 427 ~ 33.72%

%35.36
%30.91
%33.72

CMYK color model

#978490 color CMYK value is (0,13,5,41).

  • cyan value is 0.00%
  • magenta value is 12.58%
  • yellow value is 4.64%
  • key color value is 40.78%
CMYK:
(0,13,5,41)
C0M13Y5K41 
(0%,13%,5%,41%)
(0.00/0.13/0.05/0.41)	

CMYK percentages

%0
%12.58
%4.64
%40.78

Codes

Color #978490 in popluar color models

978490
RGB151132144
HSL322°8.37%55.49%
HSB/HSV322°12.58%59.22%
CMYK0.00%12.58%4.64%
40.78%

Color #978490 in popluar number systems.

HEX978490
Decimal151132144
Binary100101111000010010010000
Octal227204220

Shades and tints

Shades of #978490

#978490
(151,132,144)
#8A7883
(138,120,131)
#7D6C76
(125,108,118)
#706069
(112,96,105)
#63545C
(99,84,92)
#56484F
(86,72,79)
#493C42
(73,60,66)
#3C3035
(60,48,53)
#2F2428
(47,36,40)
#22181B
(34,24,27)
#150C0E
(21,12,14)
#000000
(0,0,0)

Tints of #978490

#978490
(151,132,144)
#A08F9A
(160,143,154)
#A99AA4
(169,154,164)
#B2A5AE
(178,165,174)
#BBB0B8
(187,176,184)
#C4BBC2
(196,187,194)
#CDC6CC
(205,198,204)
#D6D1D6
(214,209,214)
#DFDCE0
(223,220,224)
#E8E7EA
(232,231,234)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978490 color. Also use rgb(151,132,144) instead hex code.

Text Font Color

.myTextColor { color: #978490; }

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

This text font color is #978490.


Background Color

.myBgColor { background-color: #978490; }

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

This div background color is #978490.


Border color

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

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

This div border color is #978490.


Opacity

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

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

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

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

This text has shadow with #978490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978490 on black background.


Color preview on white background

This text has color #978490 on white background.



Black color preview on #978490 background

This text has black color on #978490 background.


White color preview on #978490 background

This text has white color on #978490 background.