COLOR #979AAF

HEX: #979AAF
RGB: (151,154,175)

Color info

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

RGB color model

#979AAF color RGB value is (151,154,175).

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

RGB channels and saturation

R 151 of 255 = 59%
G 154 of 255 = 60%
B 175 of 255 = 69%

151
154
175

R + G + B ~ 63%. #979AAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 154 + 175 = 480 (100%)
R 151 of 480 ~ 31.46%
G 154 of 480 ~ 32.08%
B 175 of 480 ~ 36.46%

%31.46
%32.08
%36.46

CMYK color model

#979AAF color CMYK value is (14,12,0,31).

  • cyan value is 13.71%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(14,12,0,31)
C14M12Y0K31 
(14%,12%,0%,31%)
(0.14/0.12/0.00/0.31)	

CMYK percentages

%13.71
%12
%0
%31.37

Codes

Color #979AAF in popluar color models

979AAF
RGB151154175
HSL233°13.04%63.92%
HSB/HSV233°13.71%68.63%
CMYK13.71%12.00%0.00%
31.37%

Color #979AAF in popluar number systems.

HEX979AAF
Decimal151154175
Binary100101111001101010101111
Octal227232257

Shades and tints

Shades of #979AAF

#979AAF
(151,154,175)
#8A8CA0
(138,140,160)
#7D7E91
(125,126,145)
#707082
(112,112,130)
#636273
(99,98,115)
#565464
(86,84,100)
#494655
(73,70,85)
#3C3846
(60,56,70)
#2F2A37
(47,42,55)
#221C28
(34,28,40)
#150E19
(21,14,25)
#000000
(0,0,0)

Tints of #979AAF

#979AAF
(151,154,175)
#A0A3B6
(160,163,182)
#A9ACBD
(169,172,189)
#B2B5C4
(178,181,196)
#BBBECB
(187,190,203)
#C4C7D2
(196,199,210)
#CDD0D9
(205,208,217)
#D6D9E0
(214,217,224)
#DFE2E7
(223,226,231)
#E8EBEE
(232,235,238)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979AAF; }

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

This text font color is #979AAF.


Background Color

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

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

This div background color is #979AAF.


Border color

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

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

This div border color is #979AAF.


Opacity

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

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

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

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

This text has shadow with #979AAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979AAF on black background.


Color preview on white background

This text has color #979AAF on white background.



Black color preview on #979AAF background

This text has black color on #979AAF background.


White color preview on #979AAF background

This text has white color on #979AAF background.