COLOR #979AB3

HEX: #979AB3
RGB: (151,154,179)

Color info

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

RGB color model

#979AB3 color RGB value is (151,154,179).

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

RGB channels and saturation

R 151 of 255 = 59%
G 154 of 255 = 60%
B 179 of 255 = 70%

151
154
179

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

Portions of RGB colors in percentages

R + G + B =
151 + 154 + 179 = 484 (100%)
R 151 of 484 ~ 31.2%
G 154 of 484 ~ 31.82%
B 179 of 484 ~ 36.98%

%31.2
%31.82
%36.98

CMYK color model

#979AB3 color CMYK value is (16,14,0,30).

  • cyan value is 15.64%
  • magenta value is 13.97%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(16,14,0,30)
C16M14Y0K30 
(16%,14%,0%,30%)
(0.16/0.14/0.00/0.30)	

CMYK percentages

%15.64
%13.97
%0
%29.8

Codes

Color #979AB3 in popluar color models

979AB3
RGB151154179
HSL234°15.56%64.71%
HSB/HSV234°15.64%70.20%
CMYK15.64%13.97%0.00%
29.80%

Color #979AB3 in popluar number systems.

HEX979AB3
Decimal151154179
Binary100101111001101010110011
Octal227232263

Shades and tints

Shades of #979AB3

#979AB3
(151,154,179)
#8A8CA3
(138,140,163)
#7D7E93
(125,126,147)
#707083
(112,112,131)
#636273
(99,98,115)
#565463
(86,84,99)
#494653
(73,70,83)
#3C3843
(60,56,67)
#2F2A33
(47,42,51)
#221C23
(34,28,35)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #979AB3

#979AB3
(151,154,179)
#A0A3B9
(160,163,185)
#A9ACBF
(169,172,191)
#B2B5C5
(178,181,197)
#BBBECB
(187,190,203)
#C4C7D1
(196,199,209)
#CDD0D7
(205,208,215)
#D6D9DD
(214,217,221)
#DFE2E3
(223,226,227)
#E8EBE9
(232,235,233)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979AB3; }

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

This text font color is #979AB3.


Background Color

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

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

This div background color is #979AB3.


Border color

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

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

This div border color is #979AB3.


Opacity

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

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

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

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

This text has shadow with #979AB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979AB3 on black background.


Color preview on white background

This text has color #979AB3 on white background.



Black color preview on #979AB3 background

This text has black color on #979AB3 background.


White color preview on #979AB3 background

This text has white color on #979AB3 background.