COLOR #978DB9

HEX: #978DB9 RGB: (151,141,185)

Color info

#978DB9 contains red, green and blue colors in about the same proportion. Web safe color of #978DB9 is #9999CC (or #99C).

RGB color model

#978DB9 color RGB value is (151,141,185).

RGB: (151,141,185) (59%, 55%, 73%)

RGB channels and saturation

R 151 of 255 = 59%
G 141 of 255 = 55%
B 185 of 255 = 73%

151
141
185

R + G + B ~ 62%. #978DB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 141 + 185 = 477 (100%)
R 151 of 477 ~ 31.66%
G 141 of 477 ~ 29.56%
B 185 of 477 ~ 38.78'%

%31.66
%29.56
%38.78

CMYK color model

#978DB9 color CMYK value is (18,24,0,27).

  • cyan value is 18.38%
  • magenta value is 23.78%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (18,24,0,27)
C18M24Y0K27 (18%, 24%, 0%, 27%)
(0.18 / 0.24 / 0.00 / 0.27)

CMYK percentages

%18.38
%23.78
%0
%27.45

Codes

Color #978DB9 in popluar color models

97 8D B9
RGB 151 141 185
HSL 254° 23.91% 63.92%
HSB/HSV 254° 23.78% 72.55%
CMYK 18.38% 23.78% 0.00%
27.45%

Color #978DB9 in popluar number systems.

HEX 97 8D B9
Decimal 151 141 185
Binary 10010111 10001101 10111001
Octal 227 215 271

Shades and tints

Shades of #978DB9

#978DB9
(151,141,185)
#8A81A9
(138,129,169)
#7D7599
(125,117,153)
#706989
(112,105,137)
#635D79
(99,93,121)
#565169
(86,81,105)
#494559
(73,69,89)
#3C3949
(60,57,73)
#2F2D39
(47,45,57)
#222129
(34,33,41)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #978DB9

#978DB9
(151,141,185)
#A097BF
(160,151,191)
#A9A1C5
(169,161,197)
#B2ABCB
(178,171,203)
#BBB5D1
(187,181,209)
#C4BFD7
(196,191,215)
#CDC9DD
(205,201,221)
#D6D3E3
(214,211,227)
#DFDDE9
(223,221,233)
#E8E7EF
(232,231,239)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978DB9; }

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

This text font color is #978DB9.

Background Color

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

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

This div background color is #978DB9.

Border color

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

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

This div border color is #978DB9.

Opacity

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

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

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

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

This text has shadow with #978DB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978DB9.

Preview

Color preview on black background

This text has color #978DB9 on black background.


Color preview on white background

This text has color #978DB9 on white background.


Black color preview on #978DB9 background

This text has black color on #978DB9 background.


White color preview on #978DB9 background

This text has white color on #978DB9 background.


Related colors

Complementary color

Complementary color for #hex is #687246.


I love getcolorcode.com

Triadic colors

1 #B9978D and #8DB997 with #978DB9 are triadic colors.

2 #B98D97 and #8D97B9 with #978DB9 are triadic colors.