COLOR #978CB3

HEX: #978CB3
RGB: (151,140,179)

Color info

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

RGB color model

#978CB3 color RGB value is (151,140,179).

  • red value is 151;
  • green value is 140;
  • blue value is 179.
RGB:
(151,140,179)
(59%,55%,70%)

RGB channels and saturation

R 151 of 255 = 59%
G 140 of 255 = 55%
B 179 of 255 = 70%

151
140
179

R + G + B ~ 61%. #978CB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 140 + 179 = 470 (100%)
R 151 of 470 ~ 32.13%
G 140 of 470 ~ 29.79%
B 179 of 470 ~ 38.09%

%32.13
%29.79
%38.09

CMYK color model

#978CB3 color CMYK value is (16,22,0,30).

  • cyan value is 15.64%
  • magenta value is 21.79%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(16,22,0,30)
C16M22Y0K30 
(16%,22%,0%,30%)
(0.16/0.22/0.00/0.30)	

CMYK percentages

%15.64
%21.79
%0
%29.8

Codes

Color #978CB3 in popluar color models

978CB3
RGB151140179
HSL257°20.42%62.55%
HSB/HSV257°21.79%70.20%
CMYK15.64%21.79%0.00%
29.80%

Color #978CB3 in popluar number systems.

HEX978CB3
Decimal151140179
Binary100101111000110010110011
Octal227214263

Shades and tints

Shades of #978CB3

#978CB3
(151,140,179)
#8A80A3
(138,128,163)
#7D7493
(125,116,147)
#706883
(112,104,131)
#635C73
(99,92,115)
#565063
(86,80,99)
#494453
(73,68,83)
#3C3843
(60,56,67)
#2F2C33
(47,44,51)
#222023
(34,32,35)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #978CB3

#978CB3
(151,140,179)
#A096B9
(160,150,185)
#A9A0BF
(169,160,191)
#B2AAC5
(178,170,197)
#BBB4CB
(187,180,203)
#C4BED1
(196,190,209)
#CDC8D7
(205,200,215)
#D6D2DD
(214,210,221)
#DFDCE3
(223,220,227)
#E8E6E9
(232,230,233)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978CB3; }

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

This text font color is #978CB3.


Background Color

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

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

This div background color is #978CB3.


Border color

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

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

This div border color is #978CB3.


Opacity

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

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

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

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

This text has shadow with #978CB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978CB3 on black background.


Color preview on white background

This text has color #978CB3 on white background.



Black color preview on #978CB3 background

This text has black color on #978CB3 background.


White color preview on #978CB3 background

This text has white color on #978CB3 background.