COLOR #978FCA

HEX: #978FCA
RGB: (151,143,202)

Color info

#978FCA contains red, green and blue colors in about the same proportion. Web safe color of #978FCA is #9999CC (or #99C).

RGB color model

#978FCA color RGB value is (151,143,202).

  • red value is 151;
  • green value is 143;
  • blue value is 202.
RGB:
(151,143,202)
(59%,56%,79%)

RGB channels and saturation

R 151 of 255 = 59%
G 143 of 255 = 56%
B 202 of 255 = 79%

151
143
202

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

Portions of RGB colors in percentages

R + G + B =
151 + 143 + 202 = 496 (100%)
R 151 of 496 ~ 30.44%
G 143 of 496 ~ 28.83%
B 202 of 496 ~ 40.73%

%30.44
%28.83
%40.73

CMYK color model

#978FCA color CMYK value is (25,29,0,21).

  • cyan value is 25.25%
  • magenta value is 29.21%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(25,29,0,21)
C25M29Y0K21 
(25%,29%,0%,21%)
(0.25/0.29/0.00/0.21)	

CMYK percentages

%25.25
%29.21
%0
%20.78

Codes

Color #978FCA in popluar color models

978FCA
RGB151143202
HSL248°35.76%67.65%
HSB/HSV248°29.21%79.22%
CMYK25.25%29.21%0.00%
20.78%

Color #978FCA in popluar number systems.

HEX978FCA
Decimal151143202
Binary100101111000111111001010
Octal227217312

Shades and tints

Shades of #978FCA

#978FCA
(151,143,202)
#8A82B8
(138,130,184)
#7D75A6
(125,117,166)
#706894
(112,104,148)
#635B82
(99,91,130)
#564E70
(86,78,112)
#49415E
(73,65,94)
#3C344C
(60,52,76)
#2F273A
(47,39,58)
#221A28
(34,26,40)
#150D16
(21,13,22)
#000000
(0,0,0)

Tints of #978FCA

#978FCA
(151,143,202)
#A099CE
(160,153,206)
#A9A3D2
(169,163,210)
#B2ADD6
(178,173,214)
#BBB7DA
(187,183,218)
#C4C1DE
(196,193,222)
#CDCBE2
(205,203,226)
#D6D5E6
(214,213,230)
#DFDFEA
(223,223,234)
#E8E9EE
(232,233,238)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978FCA color. Also use rgb(151,143,202) instead hex code.

Text Font Color

.myTextColor { color: #978FCA; }

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

This text font color is #978FCA.


Background Color

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

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

This div background color is #978FCA.


Border color

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

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

This div border color is #978FCA.


Opacity

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

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

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

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

This text has shadow with #978FCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978FCA on black background.


Color preview on white background

This text has color #978FCA on white background.



Black color preview on #978FCA background

This text has black color on #978FCA background.


White color preview on #978FCA background

This text has white color on #978FCA background.