COLOR #978CA7

HEX: #978CA7 RGB: (151,140,167)

Color info

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

RGB color model

#978CA7 color RGB value is (151,140,167).

RGB: (151,140,167) (59%, 55%, 65%)

RGB channels and saturation

R 151 of 255 = 59%
G 140 of 255 = 55%
B 167 of 255 = 65%

151
140
167

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

Portions of RGB colors in percentages

R + G + B = 151 + 140 + 167 = 458 (100%)
R 151 of 458 ~ 32.97%
G 140 of 458 ~ 30.57%
B 167 of 458 ~ 36.46'%

%32.97
%30.57
%36.46

CMYK color model

#978CA7 color CMYK value is (10,16,0,35).

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

CMYK: (10,16,0,35)
C10M16Y0K35 (10%, 16%, 0%, 35%)
(0.10 / 0.16 / 0.00 / 0.35)

CMYK percentages

%9.58
%16.17
%0
%34.51

Codes

Color #978CA7 in popluar color models

97 8C A7
RGB 151 140 167
HSL 264° 13.30% 60.20%
HSB/HSV 264° 16.17% 65.49%
CMYK 9.58% 16.17% 0.00%
34.51%

Color #978CA7 in popluar number systems.

HEX 97 8C A7
Decimal 151 140 167
Binary 10010111 10001100 10100111
Octal 227 214 247

Shades and tints

Shades of #978CA7

#978CA7
(151,140,167)
#8A8098
(138,128,152)
#7D7489
(125,116,137)
#70687A
(112,104,122)
#635C6B
(99,92,107)
#56505C
(86,80,92)
#49444D
(73,68,77)
#3C383E
(60,56,62)
#2F2C2F
(47,44,47)
#222020
(34,32,32)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #978CA7

#978CA7
(151,140,167)
#A096AF
(160,150,175)
#A9A0B7
(169,160,183)
#B2AABF
(178,170,191)
#BBB4C7
(187,180,199)
#C4BECF
(196,190,207)
#CDC8D7
(205,200,215)
#D6D2DF
(214,210,223)
#DFDCE7
(223,220,231)
#E8E6EF
(232,230,239)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978CA7; }

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

This text font color is #978CA7.

Background Color

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

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

This div background color is #978CA7.

Border color

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

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

This div border color is #978CA7.

Opacity

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

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

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

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

This text has shadow with #978CA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978CA7.

Preview

Color preview on black background

This text has color #978CA7 on black background.


Color preview on white background

This text has color #978CA7 on white background.


Black color preview on #978CA7 background

This text has black color on #978CA7 background.


White color preview on #978CA7 background

This text has white color on #978CA7 background.


Related colors

Complementary color

Complementary color for #hex is #687358.


I love getcolorcode.com

Triadic colors

1 #A7978C and #8CA797 with #978CA7 are triadic colors.

2 #A78C97 and #8C97A7 with #978CA7 are triadic colors.