COLOR #978BAC

HEX: #978BAC RGB: (151,139,172)

Color info

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

RGB color model

#978BAC color RGB value is (151,139,172).

RGB: (151,139,172) (59%, 55%, 67%)

RGB channels and saturation

R 151 of 255 = 59%
G 139 of 255 = 55%
B 172 of 255 = 67%

151
139
172

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

Portions of RGB colors in percentages

R + G + B = 151 + 139 + 172 = 462 (100%)
R 151 of 462 ~ 32.68%
G 139 of 462 ~ 30.09%
B 172 of 462 ~ 37.23'%

%32.68
%30.09
%37.23

CMYK color model

#978BAC color CMYK value is (12,19,0,33).

  • cyan value is 12.21%
  • magenta value is 19.19%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (12,19,0,33) C12M19Y0K33 (12%,19%,0%,33%) (0.12/0.19/0.00/0.33) 

CMYK percentages

%12.21
%19.19
%0
%32.55

Codes

Color #978BAC in popluar color models

97 8B AC
RGB 151 139 172
HSL 262° 16.58% 60.98%
HSB/HSV 262° 19.19% 67.45%
CMYK 12.21% 19.19% 0.00%
32.55%

Color #978BAC in popluar number systems.

HEX 97 8B AC
Decimal 151 139 172
Binary 10010111 10001011 10101100
Octal 227 213 254

Shades and tints

Shades of #978BAC

#978BAC
(151,139,172)
#8A7F9D
(138,127,157)
#7D738E
(125,115,142)
#70677F
(112,103,127)
#635B70
(99,91,112)
#564F61
(86,79,97)
#494352
(73,67,82)
#3C3743
(60,55,67)
#2F2B34
(47,43,52)
#221F25
(34,31,37)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #978BAC

#978BAC
(151,139,172)
#A095B3
(160,149,179)
#A99FBA
(169,159,186)
#B2A9C1
(178,169,193)
#BBB3C8
(187,179,200)
#C4BDCF
(196,189,207)
#CDC7D6
(205,199,214)
#D6D1DD
(214,209,221)
#DFDBE4
(223,219,228)
#E8E5EB
(232,229,235)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978BAC; }

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

This text font color is #978BAC.

Background Color

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

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

This div background color is #978BAC.

Border color

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

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

This div border color is #978BAC.

Opacity

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

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

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

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

This text has shadow with #978BAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978BAC.

Preview

Color preview on black background

This text has color #978BAC on black background.


Color preview on white background

This text has color #978BAC on white background.


Black color preview on #978BAC background

This text has black color on #978BAC background.


White color preview on #978BAC background

This text has white color on #978BAC background.


Related colors

Complementary color

Complementary color for #hex is #687453.


I love getcolorcode.com

Triadic colors

1 #AC978B and #8BAC97 with #978BAC are triadic colors.

2 #AC8B97 and #8B97AC with #978BAC are triadic colors.