COLOR #978CC1

HEX: #978CC1 RGB: (151,140,193)

Color info

#978CC1 contains red, green and blue colors in about the same proportion. Web safe color of #978CC1 is #9999CC (or #99C).

RGB color model

#978CC1 color RGB value is (151,140,193).

RGB: (151,140,193) (59%, 55%, 76%)

RGB channels and saturation

R 151 of 255 = 59%
G 140 of 255 = 55%
B 193 of 255 = 76%

151
140
193

R + G + B ~ 63%. #978CC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 140 + 193 = 484 (100%)
R 151 of 484 ~ 31.2%
G 140 of 484 ~ 28.93%
B 193 of 484 ~ 39.88'%

%31.2
%28.93
%39.88

CMYK color model

#978CC1 color CMYK value is (22,27,0,24).

  • cyan value is 21.76%
  • magenta value is 27.46%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (22,27,0,24)
C22M27Y0K24 (22%, 27%, 0%, 24%)
(0.22 / 0.27 / 0.00 / 0.24)

CMYK percentages

%21.76
%27.46
%0
%24.31

Codes

Color #978CC1 in popluar color models

97 8C C1
RGB 151 140 193
HSL 252° 29.94% 65.29%
HSB/HSV 252° 27.46% 75.69%
CMYK 21.76% 27.46% 0.00%
24.31%

Color #978CC1 in popluar number systems.

HEX 97 8C C1
Decimal 151 140 193
Binary 10010111 10001100 11000001
Octal 227 214 301

Shades and tints

Shades of #978CC1

#978CC1
(151,140,193)
#8A80B0
(138,128,176)
#7D749F
(125,116,159)
#70688E
(112,104,142)
#635C7D
(99,92,125)
#56506C
(86,80,108)
#49445B
(73,68,91)
#3C384A
(60,56,74)
#2F2C39
(47,44,57)
#222028
(34,32,40)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #978CC1

#978CC1
(151,140,193)
#A096C6
(160,150,198)
#A9A0CB
(169,160,203)
#B2AAD0
(178,170,208)
#BBB4D5
(187,180,213)
#C4BEDA
(196,190,218)
#CDC8DF
(205,200,223)
#D6D2E4
(214,210,228)
#DFDCE9
(223,220,233)
#E8E6EE
(232,230,238)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978CC1; }

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

This text font color is #978CC1.

Background Color

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

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

This div background color is #978CC1.

Border color

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

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

This div border color is #978CC1.

Opacity

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

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

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

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

This text has shadow with #978CC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978CC1.

Preview

Color preview on black background

This text has color #978CC1 on black background.


Color preview on white background

This text has color #978CC1 on white background.


Black color preview on #978CC1 background

This text has black color on #978CC1 background.


White color preview on #978CC1 background

This text has white color on #978CC1 background.


Related colors

Complementary color

Complementary color for #hex is #68733E.


I love getcolorcode.com

Triadic colors

1 #C1978C and #8CC197 with #978CC1 are triadic colors.

2 #C18C97 and #8C97C1 with #978CC1 are triadic colors.