COLOR #978A90

HEX: #978A90 RGB: (151,138,144)

Color info

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

RGB color model

#978A90 color RGB value is (151,138,144).

RGB: (151,138,144) (59%, 54%, 56%)

RGB channels and saturation

R 151 of 255 = 59%
G 138 of 255 = 54%
B 144 of 255 = 56%

151
138
144

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

Portions of RGB colors in percentages

R + G + B = 151 + 138 + 144 = 433 (100%)
R 151 of 433 ~ 34.87%
G 138 of 433 ~ 31.87%
B 144 of 433 ~ 33.26'%

%34.87
%31.87
%33.26

CMYK color model

#978A90 color CMYK value is (0,9,5,41).

  • cyan value is 0.00%
  • magenta value is 8.61%
  • yellow value is 4.64%
  • key color value is 40.78%

CMYK: (0,9,5,41)
C0M9Y5K41 (0%, 9%, 5%, 41%)
(0.00 / 0.09 / 0.05 / 0.41)

CMYK percentages

%0
%8.61
%4.64
%40.78

Codes

Color #978A90 in popluar color models

97 8A 90
RGB 151 138 144
HSL 332° 5.88% 56.67%
HSB/HSV 332° 8.61% 59.22%
CMYK 0.00% 8.61% 4.64%
40.78%

Color #978A90 in popluar number systems.

HEX 97 8A 90
Decimal 151 138 144
Binary 10010111 10001010 10010000
Octal 227 212 220

Shades and tints

Shades of #978A90

#978A90
(151,138,144)
#8A7E83
(138,126,131)
#7D7276
(125,114,118)
#706669
(112,102,105)
#635A5C
(99,90,92)
#564E4F
(86,78,79)
#494242
(73,66,66)
#3C3635
(60,54,53)
#2F2A28
(47,42,40)
#221E1B
(34,30,27)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #978A90

#978A90
(151,138,144)
#A0949A
(160,148,154)
#A99EA4
(169,158,164)
#B2A8AE
(178,168,174)
#BBB2B8
(187,178,184)
#C4BCC2
(196,188,194)
#CDC6CC
(205,198,204)
#D6D0D6
(214,208,214)
#DFDAE0
(223,218,224)
#E8E4EA
(232,228,234)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978A90; }

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

This text font color is #978A90.

Background Color

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

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

This div background color is #978A90.

Border color

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

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

This div border color is #978A90.

Opacity

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

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

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

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

This text has shadow with #978A90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978A90.

Preview

Color preview on black background

This text has color #978A90 on black background.


Color preview on white background

This text has color #978A90 on white background.


Black color preview on #978A90 background

This text has black color on #978A90 background.


White color preview on #978A90 background

This text has white color on #978A90 background.


Related colors

Complementary color

Complementary color for #hex is #68756F.


I love getcolorcode.com

Triadic colors

1 #90978A and #8A9097 with #978A90 are triadic colors.

2 #908A97 and #8A9790 with #978A90 are triadic colors.