COLOR #978FAC

HEX: #978FAC
RGB: (151,143,172)

Color info

#978FAC contains red, green and blue colors in about the same proportion. Web safe color of #978FAC is #999999 (or #999).

RGB color model

#978FAC color RGB value is (151,143,172).

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

RGB channels and saturation

R 151 of 255 = 59%
G 143 of 255 = 56%
B 172 of 255 = 67%

151
143
172

R + G + B ~ 61%. #978FAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 143 + 172 = 466 (100%)
R 151 of 466 ~ 32.4%
G 143 of 466 ~ 30.69%
B 172 of 466 ~ 36.91%

%32.4
%30.69
%36.91

CMYK color model

#978FAC color CMYK value is (12,17,0,33).

  • cyan value is 12.21%
  • magenta value is 16.86%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(12,17,0,33)
C12M17Y0K33 
(12%,17%,0%,33%)
(0.12/0.17/0.00/0.33)	

CMYK percentages

%12.21
%16.86
%0
%32.55

Codes

Color #978FAC in popluar color models

978FAC
RGB151143172
HSL257°14.87%61.76%
HSB/HSV257°16.86%67.45%
CMYK12.21%16.86%0.00%
32.55%

Color #978FAC in popluar number systems.

HEX978FAC
Decimal151143172
Binary100101111000111110101100
Octal227217254

Shades and tints

Shades of #978FAC

#978FAC
(151,143,172)
#8A829D
(138,130,157)
#7D758E
(125,117,142)
#70687F
(112,104,127)
#635B70
(99,91,112)
#564E61
(86,78,97)
#494152
(73,65,82)
#3C3443
(60,52,67)
#2F2734
(47,39,52)
#221A25
(34,26,37)
#150D16
(21,13,22)
#000000
(0,0,0)

Tints of #978FAC

#978FAC
(151,143,172)
#A099B3
(160,153,179)
#A9A3BA
(169,163,186)
#B2ADC1
(178,173,193)
#BBB7C8
(187,183,200)
#C4C1CF
(196,193,207)
#CDCBD6
(205,203,214)
#D6D5DD
(214,213,221)
#DFDFE4
(223,223,228)
#E8E9EB
(232,233,235)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978FAC; }

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

This text font color is #978FAC.


Background Color

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

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

This div background color is #978FAC.


Border color

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

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

This div border color is #978FAC.


Opacity

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

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

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

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

This text has shadow with #978FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978FAC on black background.


Color preview on white background

This text has color #978FAC on white background.



Black color preview on #978FAC background

This text has black color on #978FAC background.


White color preview on #978FAC background

This text has white color on #978FAC background.