COLOR #978DAD

HEX: #978DAD RGB: (151,141,173)

Color info

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

RGB color model

#978DAD color RGB value is (151,141,173).

RGB: (151,141,173) (59%, 55%, 68%)

RGB channels and saturation

R 151 of 255 = 59%
G 141 of 255 = 55%
B 173 of 255 = 68%

151
141
173

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

Portions of RGB colors in percentages

R + G + B = 151 + 141 + 173 = 465 (100%)
R 151 of 465 ~ 32.47%
G 141 of 465 ~ 30.32%
B 173 of 465 ~ 37.2'%

%32.47
%30.32
%37.2

CMYK color model

#978DAD color CMYK value is (13,18,0,32).

  • cyan value is 12.72%
  • magenta value is 18.50%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (13,18,0,32)
C13M18Y0K32 (13%, 18%, 0%, 32%)
(0.13 / 0.18 / 0.00 / 0.32)

CMYK percentages

%12.72
%18.5
%0
%32.16

Codes

Color #978DAD in popluar color models

97 8D AD
RGB 151 141 173
HSL 259° 16.33% 61.57%
HSB/HSV 259° 18.50% 67.84%
CMYK 12.72% 18.50% 0.00%
32.16%

Color #978DAD in popluar number systems.

HEX 97 8D AD
Decimal 151 141 173
Binary 10010111 10001101 10101101
Octal 227 215 255

Shades and tints

Shades of #978DAD

#978DAD
(151,141,173)
#8A819E
(138,129,158)
#7D758F
(125,117,143)
#706980
(112,105,128)
#635D71
(99,93,113)
#565162
(86,81,98)
#494553
(73,69,83)
#3C3944
(60,57,68)
#2F2D35
(47,45,53)
#222126
(34,33,38)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #978DAD

#978DAD
(151,141,173)
#A097B4
(160,151,180)
#A9A1BB
(169,161,187)
#B2ABC2
(178,171,194)
#BBB5C9
(187,181,201)
#C4BFD0
(196,191,208)
#CDC9D7
(205,201,215)
#D6D3DE
(214,211,222)
#DFDDE5
(223,221,229)
#E8E7EC
(232,231,236)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978DAD color. Also use rgb(151,141,173) instead hex code.

Text Font Color

.myTextColor { color: #978DAD; }

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

This text font color is #978DAD.

Background Color

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

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

This div background color is #978DAD.

Border color

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

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

This div border color is #978DAD.

Opacity

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

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

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

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

This text has shadow with #978DAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978DAD.

Preview

Color preview on black background

This text has color #978DAD on black background.


Color preview on white background

This text has color #978DAD on white background.


Black color preview on #978DAD background

This text has black color on #978DAD background.


White color preview on #978DAD background

This text has white color on #978DAD background.


Related colors

Complementary color

Complementary color for #hex is #687252.


I love getcolorcode.com

Triadic colors

1 #AD978D and #8DAD97 with #978DAD are triadic colors.

2 #AD8D97 and #8D97AD with #978DAD are triadic colors.