COLOR #978AAF

HEX: #978AAF
RGB: (151,138,175)

Color info

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

RGB color model

#978AAF color RGB value is (151,138,175).

  • red value is 151;
  • green value is 138;
  • blue value is 175.
RGB:
(151,138,175)
(59%,54%,69%)

RGB channels and saturation

R 151 of 255 = 59%
G 138 of 255 = 54%
B 175 of 255 = 69%

151
138
175

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

Portions of RGB colors in percentages

R + G + B =
151 + 138 + 175 = 464 (100%)
R 151 of 464 ~ 32.54%
G 138 of 464 ~ 29.74%
B 175 of 464 ~ 37.72%

%32.54
%29.74
%37.72

CMYK color model

#978AAF color CMYK value is (14,21,0,31).

  • cyan value is 13.71%
  • magenta value is 21.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(14,21,0,31)
C14M21Y0K31 
(14%,21%,0%,31%)
(0.14/0.21/0.00/0.31)	

CMYK percentages

%13.71
%21.14
%0
%31.37

Codes

Color #978AAF in popluar color models

978AAF
RGB151138175
HSL261°18.78%61.37%
HSB/HSV261°21.14%68.63%
CMYK13.71%21.14%0.00%
31.37%

Color #978AAF in popluar number systems.

HEX978AAF
Decimal151138175
Binary100101111000101010101111
Octal227212257

Shades and tints

Shades of #978AAF

#978AAF
(151,138,175)
#8A7EA0
(138,126,160)
#7D7291
(125,114,145)
#706682
(112,102,130)
#635A73
(99,90,115)
#564E64
(86,78,100)
#494255
(73,66,85)
#3C3646
(60,54,70)
#2F2A37
(47,42,55)
#221E28
(34,30,40)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #978AAF

#978AAF
(151,138,175)
#A094B6
(160,148,182)
#A99EBD
(169,158,189)
#B2A8C4
(178,168,196)
#BBB2CB
(187,178,203)
#C4BCD2
(196,188,210)
#CDC6D9
(205,198,217)
#D6D0E0
(214,208,224)
#DFDAE7
(223,218,231)
#E8E4EE
(232,228,238)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978AAF color. Also use rgb(151,138,175) instead hex code.

Text Font Color

.myTextColor { color: #978AAF; }

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

This text font color is #978AAF.


Background Color

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

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

This div background color is #978AAF.


Border color

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

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

This div border color is #978AAF.


Opacity

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

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

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

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

This text has shadow with #978AAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978AAF on black background.


Color preview on white background

This text has color #978AAF on white background.



Black color preview on #978AAF background

This text has black color on #978AAF background.


White color preview on #978AAF background

This text has white color on #978AAF background.