COLOR #978FAF

HEX: #978FAF RGB: (151,143,175)

Color info

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

RGB color model

#978FAF color RGB value is (151,143,175).

RGB: (151,143,175) (59%, 56%, 69%)

RGB channels and saturation

R 151 of 255 = 59%
G 143 of 255 = 56%
B 175 of 255 = 69%

151
143
175

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

Portions of RGB colors in percentages

R + G + B = 151 + 143 + 175 = 469 (100%)
R 151 of 469 ~ 32.2%
G 143 of 469 ~ 30.49%
B 175 of 469 ~ 37.31'%

%32.2
%30.49
%37.31

CMYK color model

#978FAF color CMYK value is (14,18,0,31).

  • cyan value is 13.71%
  • magenta value is 18.29%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (14,18,0,31)
C14M18Y0K31 (14%, 18%, 0%, 31%)
(0.14 / 0.18 / 0.00 / 0.31)

CMYK percentages

%13.71
%18.29
%0
%31.37

Codes

Color #978FAF in popluar color models

97 8F AF
RGB 151 143 175
HSL 255° 16.67% 62.35%
HSB/HSV 255° 18.29% 68.63%
CMYK 13.71% 18.29% 0.00%
31.37%

Color #978FAF in popluar number systems.

HEX 97 8F AF
Decimal 151 143 175
Binary 10010111 10001111 10101111
Octal 227 217 257

Shades and tints

Shades of #978FAF

#978FAF
(151,143,175)
#8A82A0
(138,130,160)
#7D7591
(125,117,145)
#706882
(112,104,130)
#635B73
(99,91,115)
#564E64
(86,78,100)
#494155
(73,65,85)
#3C3446
(60,52,70)
#2F2737
(47,39,55)
#221A28
(34,26,40)
#150D19
(21,13,25)
#000000
(0,0,0)

Tints of #978FAF

#978FAF
(151,143,175)
#A099B6
(160,153,182)
#A9A3BD
(169,163,189)
#B2ADC4
(178,173,196)
#BBB7CB
(187,183,203)
#C4C1D2
(196,193,210)
#CDCBD9
(205,203,217)
#D6D5E0
(214,213,224)
#DFDFE7
(223,223,231)
#E8E9EE
(232,233,238)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978FAF; }

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

This text font color is #978FAF.

Background Color

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

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

This div background color is #978FAF.

Border color

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

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

This div border color is #978FAF.

Opacity

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

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

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

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

This text has shadow with #978FAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978FAF.

Preview

Color preview on black background

This text has color #978FAF on black background.


Color preview on white background

This text has color #978FAF on white background.


Black color preview on #978FAF background

This text has black color on #978FAF background.


White color preview on #978FAF background

This text has white color on #978FAF background.


Related colors

Complementary color

Complementary color for #hex is #687050.


I love getcolorcode.com

Triadic colors

1 #AF978F and #8FAF97 with #978FAF are triadic colors.

2 #AF8F97 and #8F97AF with #978FAF are triadic colors.