COLOR #978EEF

HEX: #978EEF
RGB: (151,142,239)

Color info

#978EEF contains mainly blue color. Web safe color of #978EEF is #9999FF (or #99F).

RGB color model

#978EEF color RGB value is (151,142,239).

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

RGB channels and saturation

R 151 of 255 = 59%
G 142 of 255 = 56%
B 239 of 255 = 94%

151
142
239

R + G + B ~ 70%. #978EEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 142 + 239 = 532 (100%)
R 151 of 532 ~ 28.38%
G 142 of 532 ~ 26.69%
B 239 of 532 ~ 44.92%

%28.38
%26.69
%44.92

CMYK color model

#978EEF color CMYK value is (37,41,0,6).

  • cyan value is 36.82%
  • magenta value is 40.59%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(37,41,0,6)
C37M41Y0K6 
(37%,41%,0%,6%)
(0.37/0.41/0.00/0.06)	

CMYK percentages

%36.82
%40.59
%0
%6.27

Codes

Color #978EEF in popluar color models

978EEF
RGB151142239
HSL246°75.19%74.71%
HSB/HSV246°40.59%93.73%
CMYK36.82%40.59%0.00%
6.27%

Color #978EEF in popluar number systems.

HEX978EEF
Decimal151142239
Binary100101111000111011101111
Octal227216357

Shades and tints

Shades of #978EEF

#978EEF
(151,142,239)
#8A82DA
(138,130,218)
#7D76C5
(125,118,197)
#706AB0
(112,106,176)
#635E9B
(99,94,155)
#565286
(86,82,134)
#494671
(73,70,113)
#3C3A5C
(60,58,92)
#2F2E47
(47,46,71)
#222232
(34,34,50)
#15161D
(21,22,29)
#000000
(0,0,0)

Tints of #978EEF

#978EEF
(151,142,239)
#A098F0
(160,152,240)
#A9A2F1
(169,162,241)
#B2ACF2
(178,172,242)
#BBB6F3
(187,182,243)
#C4C0F4
(196,192,244)
#CDCAF5
(205,202,245)
#D6D4F6
(214,212,246)
#DFDEF7
(223,222,247)
#E8E8F8
(232,232,248)
#F1F2F9
(241,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978EEF; }

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

This text font color is #978EEF.


Background Color

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

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

This div background color is #978EEF.


Border color

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

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

This div border color is #978EEF.


Opacity

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

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

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

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

This text has shadow with #978EEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978EEF on black background.


Color preview on white background

This text has color #978EEF on white background.



Black color preview on #978EEF background

This text has black color on #978EEF background.


White color preview on #978EEF background

This text has white color on #978EEF background.