COLOR #979CAC

HEX: #979CAC RGB: (151,156,172)

Color info

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

RGB color model

#979CAC color RGB value is (151,156,172).

RGB: (151,156,172) (59%, 61%, 67%)

RGB channels and saturation

R 151 of 255 = 59%
G 156 of 255 = 61%
B 172 of 255 = 67%

151
156
172

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

Portions of RGB colors in percentages

R + G + B = 151 + 156 + 172 = 479 (100%)
R 151 of 479 ~ 31.52%
G 156 of 479 ~ 32.57%
B 172 of 479 ~ 35.91'%

%31.52
%32.57
%35.91

CMYK color model

#979CAC color CMYK value is (12,9,0,33).

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

CMYK: (12,9,0,33)
C12M9Y0K33 (12%, 9%, 0%, 33%)
(0.12 / 0.09 / 0.00 / 0.33)

CMYK percentages

%12.21
%9.3
%0
%32.55

Codes

Color #979CAC in popluar color models

97 9C AC
RGB 151 156 172
HSL 226° 11.23% 63.33%
HSB/HSV 226° 12.21% 67.45%
CMYK 12.21% 9.30% 0.00%
32.55%

Color #979CAC in popluar number systems.

HEX 97 9C AC
Decimal 151 156 172
Binary 10010111 10011100 10101100
Octal 227 234 254

Shades and tints

Shades of #979CAC

#979CAC
(151,156,172)
#8A8E9D
(138,142,157)
#7D808E
(125,128,142)
#70727F
(112,114,127)
#636470
(99,100,112)
#565661
(86,86,97)
#494852
(73,72,82)
#3C3A43
(60,58,67)
#2F2C34
(47,44,52)
#221E25
(34,30,37)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #979CAC

#979CAC
(151,156,172)
#A0A5B3
(160,165,179)
#A9AEBA
(169,174,186)
#B2B7C1
(178,183,193)
#BBC0C8
(187,192,200)
#C4C9CF
(196,201,207)
#CDD2D6
(205,210,214)
#D6DBDD
(214,219,221)
#DFE4E4
(223,228,228)
#E8EDEB
(232,237,235)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979CAC; }

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

This text font color is #979CAC.

Background Color

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

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

This div background color is #979CAC.

Border color

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

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

This div border color is #979CAC.

Opacity

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

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

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

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

This text has shadow with #979CAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979CAC.

Preview

Color preview on black background

This text has color #979CAC on black background.


Color preview on white background

This text has color #979CAC on white background.


Black color preview on #979CAC background

This text has black color on #979CAC background.


White color preview on #979CAC background

This text has white color on #979CAC background.


Related colors

Complementary color

Complementary color for #hex is #686353.


I love getcolorcode.com

Triadic colors

1 #AC979C and #9CAC97 with #979CAC are triadic colors.

2 #AC9C97 and #9C97AC with #979CAC are triadic colors.