COLOR #978DB2

HEX: #978DB2
RGB: (151,141,178)

Color info

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

RGB color model

#978DB2 color RGB value is (151,141,178).

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

RGB channels and saturation

R 151 of 255 = 59%
G 141 of 255 = 55%
B 178 of 255 = 70%

151
141
178

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

Portions of RGB colors in percentages

R + G + B =
151 + 141 + 178 = 470 (100%)
R 151 of 470 ~ 32.13%
G 141 of 470 ~ 30%
B 178 of 470 ~ 37.87%

%32.13
%30
%37.87

CMYK color model

#978DB2 color CMYK value is (15,21,0,30).

  • cyan value is 15.17%
  • magenta value is 20.79%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(15,21,0,30)
C15M21Y0K30 
(15%,21%,0%,30%)
(0.15/0.21/0.00/0.30)	

CMYK percentages

%15.17
%20.79
%0
%30.2

Codes

Color #978DB2 in popluar color models

978DB2
RGB151141178
HSL256°19.37%62.55%
HSB/HSV256°20.79%69.80%
CMYK15.17%20.79%0.00%
30.20%

Color #978DB2 in popluar number systems.

HEX978DB2
Decimal151141178
Binary100101111000110110110010
Octal227215262

Shades and tints

Shades of #978DB2

#978DB2
(151,141,178)
#8A81A2
(138,129,162)
#7D7592
(125,117,146)
#706982
(112,105,130)
#635D72
(99,93,114)
#565162
(86,81,98)
#494552
(73,69,82)
#3C3942
(60,57,66)
#2F2D32
(47,45,50)
#222122
(34,33,34)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #978DB2

#978DB2
(151,141,178)
#A097B9
(160,151,185)
#A9A1C0
(169,161,192)
#B2ABC7
(178,171,199)
#BBB5CE
(187,181,206)
#C4BFD5
(196,191,213)
#CDC9DC
(205,201,220)
#D6D3E3
(214,211,227)
#DFDDEA
(223,221,234)
#E8E7F1
(232,231,241)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978DB2 color. Also use rgb(151,141,178) instead hex code.

Text Font Color

.myTextColor { color: #978DB2; }

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

This text font color is #978DB2.


Background Color

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

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

This div background color is #978DB2.


Border color

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

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

This div border color is #978DB2.


Opacity

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

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

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

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

This text has shadow with #978DB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978DB2 on black background.


Color preview on white background

This text has color #978DB2 on white background.



Black color preview on #978DB2 background

This text has black color on #978DB2 background.


White color preview on #978DB2 background

This text has white color on #978DB2 background.