COLOR #978EA7

HEX: #978EA7 RGB: (151,142,167)

Color info

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

RGB color model

#978EA7 color RGB value is (151,142,167).

RGB: (151,142,167) (59%, 56%, 65%)

RGB channels and saturation

R 151 of 255 = 59%
G 142 of 255 = 56%
B 167 of 255 = 65%

151
142
167

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

Portions of RGB colors in percentages

R + G + B = 151 + 142 + 167 = 460 (100%)
R 151 of 460 ~ 32.83%
G 142 of 460 ~ 30.87%
B 167 of 460 ~ 36.3'%

%32.83
%30.87
%36.3

CMYK color model

#978EA7 color CMYK value is (10,15,0,35).

  • cyan value is 9.58%
  • magenta value is 14.97%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (10,15,0,35)
C10M15Y0K35 (10%, 15%, 0%, 35%)
(0.10 / 0.15 / 0.00 / 0.35)

CMYK percentages

%9.58
%14.97
%0
%34.51

Codes

Color #978EA7 in popluar color models

97 8E A7
RGB 151 142 167
HSL 262° 12.44% 60.59%
HSB/HSV 262° 14.97% 65.49%
CMYK 9.58% 14.97% 0.00%
34.51%

Color #978EA7 in popluar number systems.

HEX 97 8E A7
Decimal 151 142 167
Binary 10010111 10001110 10100111
Octal 227 216 247

Shades and tints

Shades of #978EA7

#978EA7
(151,142,167)
#8A8298
(138,130,152)
#7D7689
(125,118,137)
#706A7A
(112,106,122)
#635E6B
(99,94,107)
#56525C
(86,82,92)
#49464D
(73,70,77)
#3C3A3E
(60,58,62)
#2F2E2F
(47,46,47)
#222220
(34,34,32)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #978EA7

#978EA7
(151,142,167)
#A098AF
(160,152,175)
#A9A2B7
(169,162,183)
#B2ACBF
(178,172,191)
#BBB6C7
(187,182,199)
#C4C0CF
(196,192,207)
#CDCAD7
(205,202,215)
#D6D4DF
(214,212,223)
#DFDEE7
(223,222,231)
#E8E8EF
(232,232,239)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978EA7 color. Also use rgb(151,142,167) instead hex code.

Text Font Color

.myTextColor { color: #978EA7; }

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

This text font color is #978EA7.

Background Color

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

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

This div background color is #978EA7.

Border color

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

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

This div border color is #978EA7.

Opacity

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

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

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

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

This text has shadow with #978EA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978EA7.

Preview

Color preview on black background

This text has color #978EA7 on black background.


Color preview on white background

This text has color #978EA7 on white background.


Black color preview on #978EA7 background

This text has black color on #978EA7 background.


White color preview on #978EA7 background

This text has white color on #978EA7 background.


Related colors

Complementary color

Complementary color for #hex is #687158.


I love getcolorcode.com

Triadic colors

1 #A7978E and #8EA797 with #978EA7 are triadic colors.

2 #A78E97 and #8E97A7 with #978EA7 are triadic colors.