COLOR #978ACC

HEX: #978ACC RGB: (151,138,204)

Color info

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

RGB color model

#978ACC color RGB value is (151,138,204).

RGB: (151,138,204) (59%, 54%, 80%)

RGB channels and saturation

R 151 of 255 = 59%
G 138 of 255 = 54%
B 204 of 255 = 80%

151
138
204

R + G + B ~ 64%. #978ACC is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 138 + 204 = 493 (100%)
R 151 of 493 ~ 30.63%
G 138 of 493 ~ 27.99%
B 204 of 493 ~ 41.38'%

%30.63
%27.99
%41.38

CMYK color model

#978ACC color CMYK value is (26,32,0,20).

  • cyan value is 25.98%
  • magenta value is 32.35%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (26,32,0,20)
C26M32Y0K20 (26%, 32%, 0%, 20%)
(0.26 / 0.32 / 0.00 / 0.20)

CMYK percentages

%25.98
%32.35
%0
%20

Codes

Color #978ACC in popluar color models

97 8A CC
RGB 151 138 204
HSL 252° 39.29% 67.06%
HSB/HSV 252° 32.35% 80.00%
CMYK 25.98% 32.35% 0.00%
20.00%

Color #978ACC in popluar number systems.

HEX 97 8A CC
Decimal 151 138 204
Binary 10010111 10001010 11001100
Octal 227 212 314

Shades and tints

Shades of #978ACC

#978ACC
(151,138,204)
#8A7EBA
(138,126,186)
#7D72A8
(125,114,168)
#706696
(112,102,150)
#635A84
(99,90,132)
#564E72
(86,78,114)
#494260
(73,66,96)
#3C364E
(60,54,78)
#2F2A3C
(47,42,60)
#221E2A
(34,30,42)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #978ACC

#978ACC
(151,138,204)
#A094D0
(160,148,208)
#A99ED4
(169,158,212)
#B2A8D8
(178,168,216)
#BBB2DC
(187,178,220)
#C4BCE0
(196,188,224)
#CDC6E4
(205,198,228)
#D6D0E8
(214,208,232)
#DFDAEC
(223,218,236)
#E8E4F0
(232,228,240)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978ACC; }

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

This text font color is #978ACC.

Background Color

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

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

This div background color is #978ACC.

Border color

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

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

This div border color is #978ACC.

Opacity

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

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

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

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

This text has shadow with #978ACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978ACC.

Preview

Color preview on black background

This text has color #978ACC on black background.


Color preview on white background

This text has color #978ACC on white background.


Black color preview on #978ACC background

This text has black color on #978ACC background.


White color preview on #978ACC background

This text has white color on #978ACC background.


Related colors

Complementary color

Complementary color for #hex is #687533.


I love getcolorcode.com

Triadic colors

1 #CC978A and #8ACC97 with #978ACC are triadic colors.

2 #CC8A97 and #8A97CC with #978ACC are triadic colors.