COLOR #978EAB

HEX: #978EAB RGB: (151,142,171)

Color info

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

RGB color model

#978EAB color RGB value is (151,142,171).

RGB: (151,142,171) (59%, 56%, 67%)

RGB channels and saturation

R 151 of 255 = 59%
G 142 of 255 = 56%
B 171 of 255 = 67%

151
142
171

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

Portions of RGB colors in percentages

R + G + B = 151 + 142 + 171 = 464 (100%)
R 151 of 464 ~ 32.54%
G 142 of 464 ~ 30.6%
B 171 of 464 ~ 36.85'%

%32.54
%30.6
%36.85

CMYK color model

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

  • cyan value is 11.70%
  • magenta value is 16.96%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (12,17,0,33)
C12M17Y0K33 (12%, 17%, 0%, 33%)
(0.12 / 0.17 / 0.00 / 0.33)

CMYK percentages

%11.7
%16.96
%0
%32.94

Codes

Color #978EAB in popluar color models

97 8E AB
RGB 151 142 171
HSL 259° 14.72% 61.37%
HSB/HSV 259° 16.96% 67.06%
CMYK 11.70% 16.96% 0.00%
32.94%

Color #978EAB in popluar number systems.

HEX 97 8E AB
Decimal 151 142 171
Binary 10010111 10001110 10101011
Octal 227 216 253

Shades and tints

Shades of #978EAB

#978EAB
(151,142,171)
#8A829C
(138,130,156)
#7D768D
(125,118,141)
#706A7E
(112,106,126)
#635E6F
(99,94,111)
#565260
(86,82,96)
#494651
(73,70,81)
#3C3A42
(60,58,66)
#2F2E33
(47,46,51)
#222224
(34,34,36)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #978EAB

#978EAB
(151,142,171)
#A098B2
(160,152,178)
#A9A2B9
(169,162,185)
#B2ACC0
(178,172,192)
#BBB6C7
(187,182,199)
#C4C0CE
(196,192,206)
#CDCAD5
(205,202,213)
#D6D4DC
(214,212,220)
#DFDEE3
(223,222,227)
#E8E8EA
(232,232,234)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978EAB color. Also use rgb(151,142,171) instead hex code.

Text Font Color

.myTextColor { color: #978EAB; }

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

This text font color is #978EAB.

Background Color

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

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

This div background color is #978EAB.

Border color

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

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

This div border color is #978EAB.

Opacity

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

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

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

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

This text has shadow with #978EAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978EAB.

Preview

Color preview on black background

This text has color #978EAB on black background.


Color preview on white background

This text has color #978EAB on white background.


Black color preview on #978EAB background

This text has black color on #978EAB background.


White color preview on #978EAB background

This text has white color on #978EAB background.


Related colors

Complementary color

Complementary color for #hex is #687154.


I love getcolorcode.com

Triadic colors

1 #AB978E and #8EAB97 with #978EAB are triadic colors.

2 #AB8E97 and #8E97AB with #978EAB are triadic colors.