COLOR #979FAC

HEX: #979FAC RGB: (151,159,172)

Color info

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

RGB color model

#979FAC color RGB value is (151,159,172).

RGB: (151,159,172) (59%, 62%, 67%)

RGB channels and saturation

R 151 of 255 = 59%
G 159 of 255 = 62%
B 172 of 255 = 67%

151
159
172

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

Portions of RGB colors in percentages

R + G + B = 151 + 159 + 172 = 482 (100%)
R 151 of 482 ~ 31.33%
G 159 of 482 ~ 32.99%
B 172 of 482 ~ 35.68'%

%31.33
%32.99
%35.68

CMYK color model

#979FAC color CMYK value is (12,8,0,33).

  • cyan value is 12.21%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (12,8,0,33)
C12M8Y0K33 (12%, 8%, 0%, 33%)
(0.12 / 0.08 / 0.00 / 0.33)

CMYK percentages

%12.21
%7.56
%0
%32.55

Codes

Color #979FAC in popluar color models

97 9F AC
RGB 151 159 172
HSL 217° 11.23% 63.33%
HSB/HSV 217° 12.21% 67.45%
CMYK 12.21% 7.56% 0.00%
32.55%

Color #979FAC in popluar number systems.

HEX 97 9F AC
Decimal 151 159 172
Binary 10010111 10011111 10101100
Octal 227 237 254

Shades and tints

Shades of #979FAC

#979FAC
(151,159,172)
#8A919D
(138,145,157)
#7D838E
(125,131,142)
#70757F
(112,117,127)
#636770
(99,103,112)
#565961
(86,89,97)
#494B52
(73,75,82)
#3C3D43
(60,61,67)
#2F2F34
(47,47,52)
#222125
(34,33,37)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #979FAC

#979FAC
(151,159,172)
#A0A7B3
(160,167,179)
#A9AFBA
(169,175,186)
#B2B7C1
(178,183,193)
#BBBFC8
(187,191,200)
#C4C7CF
(196,199,207)
#CDCFD6
(205,207,214)
#D6D7DD
(214,215,221)
#DFDFE4
(223,223,228)
#E8E7EB
(232,231,235)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979FAC color. Also use rgb(151,159,172) instead hex code.

Text Font Color

.myTextColor { color: #979FAC; }

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

This text font color is #979FAC.

Background Color

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

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

This div background color is #979FAC.

Border color

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

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

This div border color is #979FAC.

Opacity

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

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

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

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

This text has shadow with #979FAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979FAC.

Preview

Color preview on black background

This text has color #979FAC on black background.


Color preview on white background

This text has color #979FAC on white background.


Black color preview on #979FAC background

This text has black color on #979FAC background.


White color preview on #979FAC background

This text has white color on #979FAC background.


Related colors

Complementary color

Complementary color for #hex is #686053.


I love getcolorcode.com

Triadic colors

1 #AC979F and #9FAC97 with #979FAC are triadic colors.

2 #AC9F97 and #9F97AC with #979FAC are triadic colors.