COLOR #978CA4

HEX: #978CA4 RGB: (151,140,164)

Color info

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

RGB color model

#978CA4 color RGB value is (151,140,164).

RGB: (151,140,164) (59%, 55%, 64%)

RGB channels and saturation

R 151 of 255 = 59%
G 140 of 255 = 55%
B 164 of 255 = 64%

151
140
164

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

Portions of RGB colors in percentages

R + G + B = 151 + 140 + 164 = 455 (100%)
R 151 of 455 ~ 33.19%
G 140 of 455 ~ 30.77%
B 164 of 455 ~ 36.04'%

%33.19
%30.77
%36.04

CMYK color model

#978CA4 color CMYK value is (8,15,0,36).

  • cyan value is 7.93%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (8,15,0,36)
C8M15Y0K36 (8%, 15%, 0%, 36%)
(0.08 / 0.15 / 0.00 / 0.36)

CMYK percentages

%7.93
%14.63
%0
%35.69

Codes

Color #978CA4 in popluar color models

97 8C A4
RGB 151 140 164
HSL 268° 11.65% 59.61%
HSB/HSV 268° 14.63% 64.31%
CMYK 7.93% 14.63% 0.00%
35.69%

Color #978CA4 in popluar number systems.

HEX 97 8C A4
Decimal 151 140 164
Binary 10010111 10001100 10100100
Octal 227 214 244

Shades and tints

Shades of #978CA4

#978CA4
(151,140,164)
#8A8096
(138,128,150)
#7D7488
(125,116,136)
#70687A
(112,104,122)
#635C6C
(99,92,108)
#56505E
(86,80,94)
#494450
(73,68,80)
#3C3842
(60,56,66)
#2F2C34
(47,44,52)
#222026
(34,32,38)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #978CA4

#978CA4
(151,140,164)
#A096AC
(160,150,172)
#A9A0B4
(169,160,180)
#B2AABC
(178,170,188)
#BBB4C4
(187,180,196)
#C4BECC
(196,190,204)
#CDC8D4
(205,200,212)
#D6D2DC
(214,210,220)
#DFDCE4
(223,220,228)
#E8E6EC
(232,230,236)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978CA4; }

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

This text font color is #978CA4.

Background Color

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

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

This div background color is #978CA4.

Border color

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

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

This div border color is #978CA4.

Opacity

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

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

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

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

This text has shadow with #978CA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978CA4.

Preview

Color preview on black background

This text has color #978CA4 on black background.


Color preview on white background

This text has color #978CA4 on white background.


Black color preview on #978CA4 background

This text has black color on #978CA4 background.


White color preview on #978CA4 background

This text has white color on #978CA4 background.


Related colors

Complementary color

Complementary color for #hex is #68735B.


I love getcolorcode.com

Triadic colors

1 #A4978C and #8CA497 with #978CA4 are triadic colors.

2 #A48C97 and #8C97A4 with #978CA4 are triadic colors.