COLOR #978ADE

HEX: #978ADE
RGB: (151,138,222)

Color info

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

RGB color model

#978ADE color RGB value is (151,138,222).

  • red value is 151;
  • green value is 138;
  • blue value is 222.
RGB:
(151,138,222)
(59%,54%,87%)

RGB channels and saturation

R 151 of 255 = 59%
G 138 of 255 = 54%
B 222 of 255 = 87%

151
138
222

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

Portions of RGB colors in percentages

R + G + B =
151 + 138 + 222 = 511 (100%)
R 151 of 511 ~ 29.55%
G 138 of 511 ~ 27.01%
B 222 of 511 ~ 43.44%

%29.55
%27.01
%43.44

CMYK color model

#978ADE color CMYK value is (32,38,0,13).

  • cyan value is 31.98%
  • magenta value is 37.84%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(32,38,0,13)
C32M38Y0K13 
(32%,38%,0%,13%)
(0.32/0.38/0.00/0.13)	

CMYK percentages

%31.98
%37.84
%0
%12.94

Codes

Color #978ADE in popluar color models

978ADE
RGB151138222
HSL249°56.00%70.59%
HSB/HSV249°37.84%87.06%
CMYK31.98%37.84%0.00%
12.94%

Color #978ADE in popluar number systems.

HEX978ADE
Decimal151138222
Binary100101111000101011011110
Octal227212336

Shades and tints

Shades of #978ADE

#978ADE
(151,138,222)
#8A7ECA
(138,126,202)
#7D72B6
(125,114,182)
#7066A2
(112,102,162)
#635A8E
(99,90,142)
#564E7A
(86,78,122)
#494266
(73,66,102)
#3C3652
(60,54,82)
#2F2A3E
(47,42,62)
#221E2A
(34,30,42)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #978ADE

#978ADE
(151,138,222)
#A094E1
(160,148,225)
#A99EE4
(169,158,228)
#B2A8E7
(178,168,231)
#BBB2EA
(187,178,234)
#C4BCED
(196,188,237)
#CDC6F0
(205,198,240)
#D6D0F3
(214,208,243)
#DFDAF6
(223,218,246)
#E8E4F9
(232,228,249)
#F1EEFC
(241,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978ADE color. Also use rgb(151,138,222) instead hex code.

Text Font Color

.myTextColor { color: #978ADE; }

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

This text font color is #978ADE.


Background Color

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

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

This div background color is #978ADE.


Border color

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

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

This div border color is #978ADE.


Opacity

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

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

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

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

This text has shadow with #978ADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978ADE on black background.


Color preview on white background

This text has color #978ADE on white background.



Black color preview on #978ADE background

This text has black color on #978ADE background.


White color preview on #978ADE background

This text has white color on #978ADE background.