COLOR #978BA2

HEX: #978BA2
RGB: (151,139,162)

Color info

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

RGB color model

#978BA2 color RGB value is (151,139,162).

  • red value is 151;
  • green value is 139;
  • blue value is 162.
RGB:
(151,139,162)
(59%,55%,64%)

RGB channels and saturation

R 151 of 255 = 59%
G 139 of 255 = 55%
B 162 of 255 = 64%

151
139
162

R + G + B ~ 59%. #978BA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 139 + 162 = 452 (100%)
R 151 of 452 ~ 33.41%
G 139 of 452 ~ 30.75%
B 162 of 452 ~ 35.84%

%33.41
%30.75
%35.84

CMYK color model

#978BA2 color CMYK value is (7,14,0,36).

  • cyan value is 6.79%
  • magenta value is 14.20%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(7,14,0,36)
C7M14Y0K36 
(7%,14%,0%,36%)
(0.07/0.14/0.00/0.36)	

CMYK percentages

%6.79
%14.2
%0
%36.47

Codes

Color #978BA2 in popluar color models

978BA2
RGB151139162
HSL271°11.00%59.02%
HSB/HSV271°14.20%63.53%
CMYK6.79%14.20%0.00%
36.47%

Color #978BA2 in popluar number systems.

HEX978BA2
Decimal151139162
Binary100101111000101110100010
Octal227213242

Shades and tints

Shades of #978BA2

#978BA2
(151,139,162)
#8A7F94
(138,127,148)
#7D7386
(125,115,134)
#706778
(112,103,120)
#635B6A
(99,91,106)
#564F5C
(86,79,92)
#49434E
(73,67,78)
#3C3740
(60,55,64)
#2F2B32
(47,43,50)
#221F24
(34,31,36)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #978BA2

#978BA2
(151,139,162)
#A095AA
(160,149,170)
#A99FB2
(169,159,178)
#B2A9BA
(178,169,186)
#BBB3C2
(187,179,194)
#C4BDCA
(196,189,202)
#CDC7D2
(205,199,210)
#D6D1DA
(214,209,218)
#DFDBE2
(223,219,226)
#E8E5EA
(232,229,234)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978BA2 color. Also use rgb(151,139,162) instead hex code.

Text Font Color

.myTextColor { color: #978BA2; }

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

This text font color is #978BA2.


Background Color

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

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

This div background color is #978BA2.


Border color

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

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

This div border color is #978BA2.


Opacity

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

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

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

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

This text has shadow with #978BA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978BA2 on black background.


Color preview on white background

This text has color #978BA2 on white background.



Black color preview on #978BA2 background

This text has black color on #978BA2 background.


White color preview on #978BA2 background

This text has white color on #978BA2 background.