COLOR #979BAF

HEX: #979BAF RGB: (151,155,175)

Color info

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

RGB color model

#979BAF color RGB value is (151,155,175).

RGB: (151,155,175) (59%, 61%, 69%)

RGB channels and saturation

R 151 of 255 = 59%
G 155 of 255 = 61%
B 175 of 255 = 69%

151
155
175

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

Portions of RGB colors in percentages

R + G + B = 151 + 155 + 175 = 481 (100%)
R 151 of 481 ~ 31.39%
G 155 of 481 ~ 32.22%
B 175 of 481 ~ 36.38'%

%31.39
%32.22
%36.38

CMYK color model

#979BAF color CMYK value is (14,11,0,31).

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

CMYK: (14,11,0,31)
C14M11Y0K31 (14%, 11%, 0%, 31%)
(0.14 / 0.11 / 0.00 / 0.31)

CMYK percentages

%13.71
%11.43
%0
%31.37

Codes

Color #979BAF in popluar color models

97 9B AF
RGB 151 155 175
HSL 230° 13.04% 63.92%
HSB/HSV 230° 13.71% 68.63%
CMYK 13.71% 11.43% 0.00%
31.37%

Color #979BAF in popluar number systems.

HEX 97 9B AF
Decimal 151 155 175
Binary 10010111 10011011 10101111
Octal 227 233 257

Shades and tints

Shades of #979BAF

#979BAF
(151,155,175)
#8A8DA0
(138,141,160)
#7D7F91
(125,127,145)
#707182
(112,113,130)
#636373
(99,99,115)
#565564
(86,85,100)
#494755
(73,71,85)
#3C3946
(60,57,70)
#2F2B37
(47,43,55)
#221D28
(34,29,40)
#150F19
(21,15,25)
#000000
(0,0,0)

Tints of #979BAF

#979BAF
(151,155,175)
#A0A4B6
(160,164,182)
#A9ADBD
(169,173,189)
#B2B6C4
(178,182,196)
#BBBFCB
(187,191,203)
#C4C8D2
(196,200,210)
#CDD1D9
(205,209,217)
#D6DAE0
(214,218,224)
#DFE3E7
(223,227,231)
#E8ECEE
(232,236,238)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979BAF; }

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

This text font color is #979BAF.

Background Color

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

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

This div background color is #979BAF.

Border color

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

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

This div border color is #979BAF.

Opacity

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

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

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

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

This text has shadow with #979BAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979BAF.

Preview

Color preview on black background

This text has color #979BAF on black background.


Color preview on white background

This text has color #979BAF on white background.


Black color preview on #979BAF background

This text has black color on #979BAF background.


White color preview on #979BAF background

This text has white color on #979BAF background.


Related colors

Complementary color

Complementary color for #hex is #686450.


I love getcolorcode.com

Triadic colors

1 #AF979B and #9BAF97 with #979BAF are triadic colors.

2 #AF9B97 and #9B97AF with #979BAF are triadic colors.