COLOR #978AB3

HEX: #978AB3
RGB: (151,138,179)

Color info

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

RGB color model

#978AB3 color RGB value is (151,138,179).

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

RGB channels and saturation

R 151 of 255 = 59%
G 138 of 255 = 54%
B 179 of 255 = 70%

151
138
179

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

Portions of RGB colors in percentages

R + G + B =
151 + 138 + 179 = 468 (100%)
R 151 of 468 ~ 32.26%
G 138 of 468 ~ 29.49%
B 179 of 468 ~ 38.25%

%32.26
%29.49
%38.25

CMYK color model

#978AB3 color CMYK value is (16,23,0,30).

  • cyan value is 15.64%
  • magenta value is 22.91%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(16,23,0,30)
C16M23Y0K30 
(16%,23%,0%,30%)
(0.16/0.23/0.00/0.30)	

CMYK percentages

%15.64
%22.91
%0
%29.8

Codes

Color #978AB3 in popluar color models

978AB3
RGB151138179
HSL259°21.24%62.16%
HSB/HSV259°22.91%70.20%
CMYK15.64%22.91%0.00%
29.80%

Color #978AB3 in popluar number systems.

HEX978AB3
Decimal151138179
Binary100101111000101010110011
Octal227212263

Shades and tints

Shades of #978AB3

#978AB3
(151,138,179)
#8A7EA3
(138,126,163)
#7D7293
(125,114,147)
#706683
(112,102,131)
#635A73
(99,90,115)
#564E63
(86,78,99)
#494253
(73,66,83)
#3C3643
(60,54,67)
#2F2A33
(47,42,51)
#221E23
(34,30,35)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #978AB3

#978AB3
(151,138,179)
#A094B9
(160,148,185)
#A99EBF
(169,158,191)
#B2A8C5
(178,168,197)
#BBB2CB
(187,178,203)
#C4BCD1
(196,188,209)
#CDC6D7
(205,198,215)
#D6D0DD
(214,208,221)
#DFDAE3
(223,218,227)
#E8E4E9
(232,228,233)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978AB3; }

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

This text font color is #978AB3.


Background Color

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

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

This div background color is #978AB3.


Border color

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

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

This div border color is #978AB3.


Opacity

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

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

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

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

This text has shadow with #978AB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978AB3 on black background.


Color preview on white background

This text has color #978AB3 on white background.



Black color preview on #978AB3 background

This text has black color on #978AB3 background.


White color preview on #978AB3 background

This text has white color on #978AB3 background.