COLOR #978FB5

HEX: #978FB5
RGB: (151,143,181)

Color info

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

RGB color model

#978FB5 color RGB value is (151,143,181).

  • red value is 151;
  • green value is 143;
  • blue value is 181.
RGB:
(151,143,181)
(59%,56%,71%)

RGB channels and saturation

R 151 of 255 = 59%
G 143 of 255 = 56%
B 181 of 255 = 71%

151
143
181

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

Portions of RGB colors in percentages

R + G + B =
151 + 143 + 181 = 475 (100%)
R 151 of 475 ~ 31.79%
G 143 of 475 ~ 30.11%
B 181 of 475 ~ 38.11%

%31.79
%30.11
%38.11

CMYK color model

#978FB5 color CMYK value is (17,21,0,29).

  • cyan value is 16.57%
  • magenta value is 20.99%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(17,21,0,29)
C17M21Y0K29 
(17%,21%,0%,29%)
(0.17/0.21/0.00/0.29)	

CMYK percentages

%16.57
%20.99
%0
%29.02

Codes

Color #978FB5 in popluar color models

978FB5
RGB151143181
HSL253°20.43%63.53%
HSB/HSV253°20.99%70.98%
CMYK16.57%20.99%0.00%
29.02%

Color #978FB5 in popluar number systems.

HEX978FB5
Decimal151143181
Binary100101111000111110110101
Octal227217265

Shades and tints

Shades of #978FB5

#978FB5
(151,143,181)
#8A82A5
(138,130,165)
#7D7595
(125,117,149)
#706885
(112,104,133)
#635B75
(99,91,117)
#564E65
(86,78,101)
#494155
(73,65,85)
#3C3445
(60,52,69)
#2F2735
(47,39,53)
#221A25
(34,26,37)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #978FB5

#978FB5
(151,143,181)
#A099BB
(160,153,187)
#A9A3C1
(169,163,193)
#B2ADC7
(178,173,199)
#BBB7CD
(187,183,205)
#C4C1D3
(196,193,211)
#CDCBD9
(205,203,217)
#D6D5DF
(214,213,223)
#DFDFE5
(223,223,229)
#E8E9EB
(232,233,235)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978FB5 color. Also use rgb(151,143,181) instead hex code.

Text Font Color

.myTextColor { color: #978FB5; }

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

This text font color is #978FB5.


Background Color

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

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

This div background color is #978FB5.


Border color

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

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

This div border color is #978FB5.


Opacity

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

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

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

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

This text has shadow with #978FB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978FB5 on black background.


Color preview on white background

This text has color #978FB5 on white background.



Black color preview on #978FB5 background

This text has black color on #978FB5 background.


White color preview on #978FB5 background

This text has white color on #978FB5 background.