COLOR #978DA1

HEX: #978DA1 RGB: (151,141,161)

Color info

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

RGB color model

#978DA1 color RGB value is (151,141,161).

RGB: (151,141,161) (59%, 55%, 63%)

RGB channels and saturation

R 151 of 255 = 59%
G 141 of 255 = 55%
B 161 of 255 = 63%

151
141
161

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

Portions of RGB colors in percentages

R + G + B = 151 + 141 + 161 = 453 (100%)
R 151 of 453 ~ 33.33%
G 141 of 453 ~ 31.13%
B 161 of 453 ~ 35.54'%

%33.33
%31.13
%35.54

CMYK color model

#978DA1 color CMYK value is (6,12,0,37).

  • cyan value is 6.21%
  • magenta value is 12.42%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (6,12,0,37)
C6M12Y0K37 (6%, 12%, 0%, 37%)
(0.06 / 0.12 / 0.00 / 0.37)

CMYK percentages

%6.21
%12.42
%0
%36.86

Codes

Color #978DA1 in popluar color models

97 8D A1
RGB 151 141 161
HSL 270° 9.62% 59.22%
HSB/HSV 270° 12.42% 63.14%
CMYK 6.21% 12.42% 0.00%
36.86%

Color #978DA1 in popluar number systems.

HEX 97 8D A1
Decimal 151 141 161
Binary 10010111 10001101 10100001
Octal 227 215 241

Shades and tints

Shades of #978DA1

#978DA1
(151,141,161)
#8A8193
(138,129,147)
#7D7585
(125,117,133)
#706977
(112,105,119)
#635D69
(99,93,105)
#56515B
(86,81,91)
#49454D
(73,69,77)
#3C393F
(60,57,63)
#2F2D31
(47,45,49)
#222123
(34,33,35)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #978DA1

#978DA1
(151,141,161)
#A097A9
(160,151,169)
#A9A1B1
(169,161,177)
#B2ABB9
(178,171,185)
#BBB5C1
(187,181,193)
#C4BFC9
(196,191,201)
#CDC9D1
(205,201,209)
#D6D3D9
(214,211,217)
#DFDDE1
(223,221,225)
#E8E7E9
(232,231,233)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978DA1; }

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

This text font color is #978DA1.

Background Color

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

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

This div background color is #978DA1.

Border color

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

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

This div border color is #978DA1.

Opacity

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

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

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

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

This text has shadow with #978DA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978DA1.

Preview

Color preview on black background

This text has color #978DA1 on black background.


Color preview on white background

This text has color #978DA1 on white background.


Black color preview on #978DA1 background

This text has black color on #978DA1 background.


White color preview on #978DA1 background

This text has white color on #978DA1 background.


Related colors

Complementary color

Complementary color for #hex is #68725E.


I love getcolorcode.com

Triadic colors

1 #A1978D and #8DA197 with #978DA1 are triadic colors.

2 #A18D97 and #8D97A1 with #978DA1 are triadic colors.