COLOR #979DAE

HEX: #979DAE RGB: (151,157,174)

Color info

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

RGB color model

#979DAE color RGB value is (151,157,174).

RGB: (151,157,174) (59%, 62%, 68%)

RGB channels and saturation

R 151 of 255 = 59%
G 157 of 255 = 62%
B 174 of 255 = 68%

151
157
174

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

Portions of RGB colors in percentages

R + G + B = 151 + 157 + 174 = 482 (100%)
R 151 of 482 ~ 31.33%
G 157 of 482 ~ 32.57%
B 174 of 482 ~ 36.1'%

%31.33
%32.57
%36.1

CMYK color model

#979DAE color CMYK value is (13,10,0,32).

  • cyan value is 13.22%
  • magenta value is 9.77%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (13,10,0,32) C13M10Y0K32 (13%,10%,0%,32%) (0.13/0.10/0.00/0.32) 

CMYK percentages

%13.22
%9.77
%0
%31.76

Codes

Color #979DAE in popluar color models

97 9D AE
RGB 151 157 174
HSL 224° 12.43% 63.73%
HSB/HSV 224° 13.22% 68.24%
CMYK 13.22% 9.77% 0.00%
31.76%

Color #979DAE in popluar number systems.

HEX 97 9D AE
Decimal 151 157 174
Binary 10010111 10011101 10101110
Octal 227 235 256

Shades and tints

Shades of #979DAE

#979DAE
(151,157,174)
#8A8F9F
(138,143,159)
#7D8190
(125,129,144)
#707381
(112,115,129)
#636572
(99,101,114)
#565763
(86,87,99)
#494954
(73,73,84)
#3C3B45
(60,59,69)
#2F2D36
(47,45,54)
#221F27
(34,31,39)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #979DAE

#979DAE
(151,157,174)
#A0A5B5
(160,165,181)
#A9ADBC
(169,173,188)
#B2B5C3
(178,181,195)
#BBBDCA
(187,189,202)
#C4C5D1
(196,197,209)
#CDCDD8
(205,205,216)
#D6D5DF
(214,213,223)
#DFDDE6
(223,221,230)
#E8E5ED
(232,229,237)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979DAE color. Also use rgb(151,157,174) instead hex code.

Text Font Color

.myTextColor { color: #979DAE; }

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

This text font color is #979DAE.

Background Color

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

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

This div background color is #979DAE.

Border color

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

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

This div border color is #979DAE.

Opacity

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

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

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

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

This text has shadow with #979DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979DAE.

Preview

Color preview on black background

This text has color #979DAE on black background.


Color preview on white background

This text has color #979DAE on white background.


Black color preview on #979DAE background

This text has black color on #979DAE background.


White color preview on #979DAE background

This text has white color on #979DAE background.


Related colors

Complementary color

Complementary color for #hex is #686251.


I love getcolorcode.com

Triadic colors

1 #AE979D and #9DAE97 with #979DAE are triadic colors.

2 #AE9D97 and #9D97AE with #979DAE are triadic colors.