COLOR #978ED9

HEX: #978ED9
RGB: (151,142,217)

Color info

#978ED9 contains mainly blue color. Web safe color of #978ED9 is #9999CC (or #99C).

RGB color model

#978ED9 color RGB value is (151,142,217).

  • red value is 151;
  • green value is 142;
  • blue value is 217.
RGB:
(151,142,217)
(59%,56%,85%)

RGB channels and saturation

R 151 of 255 = 59%
G 142 of 255 = 56%
B 217 of 255 = 85%

151
142
217

R + G + B ~ 67%. #978ED9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 142 + 217 = 510 (100%)
R 151 of 510 ~ 29.61%
G 142 of 510 ~ 27.84%
B 217 of 510 ~ 42.55%

%29.61
%27.84
%42.55

CMYK color model

#978ED9 color CMYK value is (30,35,0,15).

  • cyan value is 30.41%
  • magenta value is 34.56%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(30,35,0,15)
C30M35Y0K15 
(30%,35%,0%,15%)
(0.30/0.35/0.00/0.15)	

CMYK percentages

%30.41
%34.56
%0
%14.9

Codes

Color #978ED9 in popluar color models

978ED9
RGB151142217
HSL247°49.67%70.39%
HSB/HSV247°34.56%85.10%
CMYK30.41%34.56%0.00%
14.90%

Color #978ED9 in popluar number systems.

HEX978ED9
Decimal151142217
Binary100101111000111011011001
Octal227216331

Shades and tints

Shades of #978ED9

#978ED9
(151,142,217)
#8A82C6
(138,130,198)
#7D76B3
(125,118,179)
#706AA0
(112,106,160)
#635E8D
(99,94,141)
#56527A
(86,82,122)
#494667
(73,70,103)
#3C3A54
(60,58,84)
#2F2E41
(47,46,65)
#22222E
(34,34,46)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #978ED9

#978ED9
(151,142,217)
#A098DC
(160,152,220)
#A9A2DF
(169,162,223)
#B2ACE2
(178,172,226)
#BBB6E5
(187,182,229)
#C4C0E8
(196,192,232)
#CDCAEB
(205,202,235)
#D6D4EE
(214,212,238)
#DFDEF1
(223,222,241)
#E8E8F4
(232,232,244)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978ED9 color. Also use rgb(151,142,217) instead hex code.

Text Font Color

.myTextColor { color: #978ED9; }

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

This text font color is #978ED9.


Background Color

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

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

This div background color is #978ED9.


Border color

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

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

This div border color is #978ED9.


Opacity

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

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

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

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

This text has shadow with #978ED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978ED9 on black background.


Color preview on white background

This text has color #978ED9 on white background.



Black color preview on #978ED9 background

This text has black color on #978ED9 background.


White color preview on #978ED9 background

This text has white color on #978ED9 background.