COLOR #979AC9

HEX: #979AC9 RGB: (151,154,201)

Color info

#979AC9 contains red, green and blue colors in about the same proportion. Web safe color of #979AC9 is #9999CC (or #99C).

RGB color model

#979AC9 color RGB value is (151,154,201).

RGB: (151,154,201) (59%, 60%, 79%)

RGB channels and saturation

R 151 of 255 = 59%
G 154 of 255 = 60%
B 201 of 255 = 79%

151
154
201

R + G + B ~ 66%. #979AC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 154 + 201 = 506 (100%)
R 151 of 506 ~ 29.84%
G 154 of 506 ~ 30.43%
B 201 of 506 ~ 39.72'%

%29.84
%30.43
%39.72

CMYK color model

#979AC9 color CMYK value is (25,23,0,21).

  • cyan value is 24.88%
  • magenta value is 23.38%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK: (25,23,0,21) C25M23Y0K21 (25%,23%,0%,21%) (0.25/0.23/0.00/0.21) 

CMYK percentages

%24.88
%23.38
%0
%21.18

Codes

Color #979AC9 in popluar color models

97 9A C9
RGB 151 154 201
HSL 236° 31.65% 69.02%
HSB/HSV 236° 24.88% 78.82%
CMYK 24.88% 23.38% 0.00%
21.18%

Color #979AC9 in popluar number systems.

HEX 97 9A C9
Decimal 151 154 201
Binary 10010111 10011010 11001001
Octal 227 232 311

Shades and tints

Shades of #979AC9

#979AC9
(151,154,201)
#8A8CB7
(138,140,183)
#7D7EA5
(125,126,165)
#707093
(112,112,147)
#636281
(99,98,129)
#56546F
(86,84,111)
#49465D
(73,70,93)
#3C384B
(60,56,75)
#2F2A39
(47,42,57)
#221C27
(34,28,39)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #979AC9

#979AC9
(151,154,201)
#A0A3CD
(160,163,205)
#A9ACD1
(169,172,209)
#B2B5D5
(178,181,213)
#BBBED9
(187,190,217)
#C4C7DD
(196,199,221)
#CDD0E1
(205,208,225)
#D6D9E5
(214,217,229)
#DFE2E9
(223,226,233)
#E8EBED
(232,235,237)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979AC9; }

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

This text font color is #979AC9.

Background Color

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

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

This div background color is #979AC9.

Border color

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

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

This div border color is #979AC9.

Opacity

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

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

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

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

This text has shadow with #979AC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979AC9.

Preview

Color preview on black background

This text has color #979AC9 on black background.


Color preview on white background

This text has color #979AC9 on white background.


Black color preview on #979AC9 background

This text has black color on #979AC9 background.


White color preview on #979AC9 background

This text has white color on #979AC9 background.


Related colors

Complementary color

Complementary color for #hex is #686536.


I love getcolorcode.com

Triadic colors

1 #C9979A and #9AC997 with #979AC9 are triadic colors.

2 #C99A97 and #9A97C9 with #979AC9 are triadic colors.