COLOR #978CAB

HEX: #978CAB RGB: (151,140,171)

Color info

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

RGB color model

#978CAB color RGB value is (151,140,171).

RGB: (151,140,171) (59%, 55%, 67%)

RGB channels and saturation

R 151 of 255 = 59%
G 140 of 255 = 55%
B 171 of 255 = 67%

151
140
171

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

Portions of RGB colors in percentages

R + G + B = 151 + 140 + 171 = 462 (100%)
R 151 of 462 ~ 32.68%
G 140 of 462 ~ 30.3%
B 171 of 462 ~ 37.01'%

%32.68
%30.3
%37.01

CMYK color model

#978CAB color CMYK value is (12,18,0,33).

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

CMYK: (12,18,0,33)
C12M18Y0K33 (12%, 18%, 0%, 33%)
(0.12 / 0.18 / 0.00 / 0.33)

CMYK percentages

%11.7
%18.13
%0
%32.94

Codes

Color #978CAB in popluar color models

97 8C AB
RGB 151 140 171
HSL 261° 15.58% 60.98%
HSB/HSV 261° 18.13% 67.06%
CMYK 11.70% 18.13% 0.00%
32.94%

Color #978CAB in popluar number systems.

HEX 97 8C AB
Decimal 151 140 171
Binary 10010111 10001100 10101011
Octal 227 214 253

Shades and tints

Shades of #978CAB

#978CAB
(151,140,171)
#8A809C
(138,128,156)
#7D748D
(125,116,141)
#70687E
(112,104,126)
#635C6F
(99,92,111)
#565060
(86,80,96)
#494451
(73,68,81)
#3C3842
(60,56,66)
#2F2C33
(47,44,51)
#222024
(34,32,36)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #978CAB

#978CAB
(151,140,171)
#A096B2
(160,150,178)
#A9A0B9
(169,160,185)
#B2AAC0
(178,170,192)
#BBB4C7
(187,180,199)
#C4BECE
(196,190,206)
#CDC8D5
(205,200,213)
#D6D2DC
(214,210,220)
#DFDCE3
(223,220,227)
#E8E6EA
(232,230,234)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978CAB; }

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

This text font color is #978CAB.

Background Color

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

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

This div background color is #978CAB.

Border color

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

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

This div border color is #978CAB.

Opacity

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

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

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

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

This text has shadow with #978CAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978CAB.

Preview

Color preview on black background

This text has color #978CAB on black background.


Color preview on white background

This text has color #978CAB on white background.


Black color preview on #978CAB background

This text has black color on #978CAB background.


White color preview on #978CAB background

This text has white color on #978CAB background.


Related colors

Complementary color

Complementary color for #hex is #687354.


I love getcolorcode.com

Triadic colors

1 #AB978C and #8CAB97 with #978CAB are triadic colors.

2 #AB8C97 and #8C97AB with #978CAB are triadic colors.