COLOR #979AA9

HEX: #979AA9
RGB: (151,154,169)

Color info

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

RGB color model

#979AA9 color RGB value is (151,154,169).

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

RGB channels and saturation

R 151 of 255 = 59%
G 154 of 255 = 60%
B 169 of 255 = 66%

151
154
169

R + G + B ~ 62%. #979AA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 154 + 169 = 474 (100%)
R 151 of 474 ~ 31.86%
G 154 of 474 ~ 32.49%
B 169 of 474 ~ 35.65%

%31.86
%32.49
%35.65

CMYK color model

#979AA9 color CMYK value is (11,9,0,34).

  • cyan value is 10.65%
  • magenta value is 8.88%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(11,9,0,34)
C11M9Y0K34 
(11%,9%,0%,34%)
(0.11/0.09/0.00/0.34)	

CMYK percentages

%10.65
%8.88
%0
%33.73

Codes

Color #979AA9 in popluar color models

979AA9
RGB151154169
HSL230°9.47%62.75%
HSB/HSV230°10.65%66.27%
CMYK10.65%8.88%0.00%
33.73%

Color #979AA9 in popluar number systems.

HEX979AA9
Decimal151154169
Binary100101111001101010101001
Octal227232251

Shades and tints

Shades of #979AA9

#979AA9
(151,154,169)
#8A8C9A
(138,140,154)
#7D7E8B
(125,126,139)
#70707C
(112,112,124)
#63626D
(99,98,109)
#56545E
(86,84,94)
#49464F
(73,70,79)
#3C3840
(60,56,64)
#2F2A31
(47,42,49)
#221C22
(34,28,34)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #979AA9

#979AA9
(151,154,169)
#A0A3B0
(160,163,176)
#A9ACB7
(169,172,183)
#B2B5BE
(178,181,190)
#BBBEC5
(187,190,197)
#C4C7CC
(196,199,204)
#CDD0D3
(205,208,211)
#D6D9DA
(214,217,218)
#DFE2E1
(223,226,225)
#E8EBE8
(232,235,232)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979AA9; }

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

This text font color is #979AA9.


Background Color

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

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

This div background color is #979AA9.


Border color

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

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

This div border color is #979AA9.


Opacity

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

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

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

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

This text has shadow with #979AA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979AA9 on black background.


Color preview on white background

This text has color #979AA9 on white background.



Black color preview on #979AA9 background

This text has black color on #979AA9 background.


White color preview on #979AA9 background

This text has white color on #979AA9 background.