COLOR #978DD1

HEX: #978DD1
RGB: (151,141,209)

Color info

#978DD1 contains mainly red and blue colors. Web safe color of #978DD1 is #9999CC (or #99C).

RGB color model

#978DD1 color RGB value is (151,141,209).

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

RGB channels and saturation

R 151 of 255 = 59%
G 141 of 255 = 55%
B 209 of 255 = 82%

151
141
209

R + G + B ~ 65%. #978DD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 141 + 209 = 501 (100%)
R 151 of 501 ~ 30.14%
G 141 of 501 ~ 28.14%
B 209 of 501 ~ 41.72%

%30.14
%28.14
%41.72

CMYK color model

#978DD1 color CMYK value is (28,33,0,18).

  • cyan value is 27.75%
  • magenta value is 32.54%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(28,33,0,18)
C28M33Y0K18 
(28%,33%,0%,18%)
(0.28/0.33/0.00/0.18)	

CMYK percentages

%27.75
%32.54
%0
%18.04

Codes

Color #978DD1 in popluar color models

978DD1
RGB151141209
HSL249°42.50%68.63%
HSB/HSV249°32.54%81.96%
CMYK27.75%32.54%0.00%
18.04%

Color #978DD1 in popluar number systems.

HEX978DD1
Decimal151141209
Binary100101111000110111010001
Octal227215321

Shades and tints

Shades of #978DD1

#978DD1
(151,141,209)
#8A81BE
(138,129,190)
#7D75AB
(125,117,171)
#706998
(112,105,152)
#635D85
(99,93,133)
#565172
(86,81,114)
#49455F
(73,69,95)
#3C394C
(60,57,76)
#2F2D39
(47,45,57)
#222126
(34,33,38)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #978DD1

#978DD1
(151,141,209)
#A097D5
(160,151,213)
#A9A1D9
(169,161,217)
#B2ABDD
(178,171,221)
#BBB5E1
(187,181,225)
#C4BFE5
(196,191,229)
#CDC9E9
(205,201,233)
#D6D3ED
(214,211,237)
#DFDDF1
(223,221,241)
#E8E7F5
(232,231,245)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978DD1; }

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

This text font color is #978DD1.


Background Color

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

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

This div background color is #978DD1.


Border color

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

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

This div border color is #978DD1.


Opacity

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

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

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

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

This text has shadow with #978DD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978DD1 on black background.


Color preview on white background

This text has color #978DD1 on white background.



Black color preview on #978DD1 background

This text has black color on #978DD1 background.


White color preview on #978DD1 background

This text has white color on #978DD1 background.