COLOR #978DBD

HEX: #978DBD RGB: (151,141,189)

Color info

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

RGB color model

#978DBD color RGB value is (151,141,189).

RGB: (151,141,189) (59%, 55%, 74%)

RGB channels and saturation

R 151 of 255 = 59%
G 141 of 255 = 55%
B 189 of 255 = 74%

151
141
189

R + G + B ~ 63%. #978DBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 141 + 189 = 481 (100%)
R 151 of 481 ~ 31.39%
G 141 of 481 ~ 29.31%
B 189 of 481 ~ 39.29'%

%31.39
%29.31
%39.29

CMYK color model

#978DBD color CMYK value is (20,25,0,26).

  • cyan value is 20.11%
  • magenta value is 25.40%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (20,25,0,26)
C20M25Y0K26 (20%, 25%, 0%, 26%)
(0.20 / 0.25 / 0.00 / 0.26)

CMYK percentages

%20.11
%25.4
%0
%25.88

Codes

Color #978DBD in popluar color models

97 8D BD
RGB 151 141 189
HSL 253° 26.67% 64.71%
HSB/HSV 253° 25.40% 74.12%
CMYK 20.11% 25.40% 0.00%
25.88%

Color #978DBD in popluar number systems.

HEX 97 8D BD
Decimal 151 141 189
Binary 10010111 10001101 10111101
Octal 227 215 275

Shades and tints

Shades of #978DBD

#978DBD
(151,141,189)
#8A81AC
(138,129,172)
#7D759B
(125,117,155)
#70698A
(112,105,138)
#635D79
(99,93,121)
#565168
(86,81,104)
#494557
(73,69,87)
#3C3946
(60,57,70)
#2F2D35
(47,45,53)
#222124
(34,33,36)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #978DBD

#978DBD
(151,141,189)
#A097C3
(160,151,195)
#A9A1C9
(169,161,201)
#B2ABCF
(178,171,207)
#BBB5D5
(187,181,213)
#C4BFDB
(196,191,219)
#CDC9E1
(205,201,225)
#D6D3E7
(214,211,231)
#DFDDED
(223,221,237)
#E8E7F3
(232,231,243)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978DBD; }

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

This text font color is #978DBD.

Background Color

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

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

This div background color is #978DBD.

Border color

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

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

This div border color is #978DBD.

Opacity

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

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

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

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

This text has shadow with #978DBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978DBD.

Preview

Color preview on black background

This text has color #978DBD on black background.


Color preview on white background

This text has color #978DBD on white background.


Black color preview on #978DBD background

This text has black color on #978DBD background.


White color preview on #978DBD background

This text has white color on #978DBD background.


Related colors

Complementary color

Complementary color for #hex is #687242.


I love getcolorcode.com

Triadic colors

1 #BD978D and #8DBD97 with #978DBD are triadic colors.

2 #BD8D97 and #8D97BD with #978DBD are triadic colors.