COLOR #978EB0

HEX: #978EB0 RGB: (151,142,176)

Color info

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

RGB color model

#978EB0 color RGB value is (151,142,176).

RGB: (151,142,176) (59%, 56%, 69%)

RGB channels and saturation

R 151 of 255 = 59%
G 142 of 255 = 56%
B 176 of 255 = 69%

151
142
176

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

Portions of RGB colors in percentages

R + G + B = 151 + 142 + 176 = 469 (100%)
R 151 of 469 ~ 32.2%
G 142 of 469 ~ 30.28%
B 176 of 469 ~ 37.53'%

%32.2
%30.28
%37.53

CMYK color model

#978EB0 color CMYK value is (14,19,0,31).

  • cyan value is 14.20%
  • magenta value is 19.32%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (14,19,0,31)
C14M19Y0K31 (14%, 19%, 0%, 31%)
(0.14 / 0.19 / 0.00 / 0.31)

CMYK percentages

%14.2
%19.32
%0
%30.98

Codes

Color #978EB0 in popluar color models

97 8E B0
RGB 151 142 176
HSL 256° 17.71% 62.35%
HSB/HSV 256° 19.32% 69.02%
CMYK 14.20% 19.32% 0.00%
30.98%

Color #978EB0 in popluar number systems.

HEX 97 8E B0
Decimal 151 142 176
Binary 10010111 10001110 10110000
Octal 227 216 260

Shades and tints

Shades of #978EB0

#978EB0
(151,142,176)
#8A82A0
(138,130,160)
#7D7690
(125,118,144)
#706A80
(112,106,128)
#635E70
(99,94,112)
#565260
(86,82,96)
#494650
(73,70,80)
#3C3A40
(60,58,64)
#2F2E30
(47,46,48)
#222220
(34,34,32)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #978EB0

#978EB0
(151,142,176)
#A098B7
(160,152,183)
#A9A2BE
(169,162,190)
#B2ACC5
(178,172,197)
#BBB6CC
(187,182,204)
#C4C0D3
(196,192,211)
#CDCADA
(205,202,218)
#D6D4E1
(214,212,225)
#DFDEE8
(223,222,232)
#E8E8EF
(232,232,239)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978EB0; }

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

This text font color is #978EB0.

Background Color

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

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

This div background color is #978EB0.

Border color

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

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

This div border color is #978EB0.

Opacity

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

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

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

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

This text has shadow with #978EB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978EB0.

Preview

Color preview on black background

This text has color #978EB0 on black background.


Color preview on white background

This text has color #978EB0 on white background.


Black color preview on #978EB0 background

This text has black color on #978EB0 background.


White color preview on #978EB0 background

This text has white color on #978EB0 background.


Related colors

Complementary color

Complementary color for #hex is #68714F.


I love getcolorcode.com

Triadic colors

1 #B0978E and #8EB097 with #978EB0 are triadic colors.

2 #B08E97 and #8E97B0 with #978EB0 are triadic colors.