COLOR #979AD5

HEX: #979AD5 RGB: (151,154,213)

Color info

#979AD5 contains mainly green and blue colors. Web safe color of #979AD5 is #9999CC (or #99C).

RGB color model

#979AD5 color RGB value is (151,154,213).

RGB: (151,154,213) (59%, 60%, 84%)

RGB channels and saturation

R 151 of 255 = 59%
G 154 of 255 = 60%
B 213 of 255 = 84%

151
154
213

R + G + B ~ 68%. #979AD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 154 + 213 = 518 (100%)
R 151 of 518 ~ 29.15%
G 154 of 518 ~ 29.73%
B 213 of 518 ~ 41.12'%

%29.15
%29.73
%41.12

CMYK color model

#979AD5 color CMYK value is (29,28,0,16).

  • cyan value is 29.11%
  • magenta value is 27.70%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (29,28,0,16)
C29M28Y0K16 (29%, 28%, 0%, 16%)
(0.29 / 0.28 / 0.00 / 0.16)

CMYK percentages

%29.11
%27.7
%0
%16.47

Codes

Color #979AD5 in popluar color models

97 9A D5
RGB 151 154 213
HSL 237° 42.47% 71.37%
HSB/HSV 237° 29.11% 83.53%
CMYK 29.11% 27.70% 0.00%
16.47%

Color #979AD5 in popluar number systems.

HEX 97 9A D5
Decimal 151 154 213
Binary 10010111 10011010 11010101
Octal 227 232 325

Shades and tints

Shades of #979AD5

#979AD5
(151,154,213)
#8A8CC2
(138,140,194)
#7D7EAF
(125,126,175)
#70709C
(112,112,156)
#636289
(99,98,137)
#565476
(86,84,118)
#494663
(73,70,99)
#3C3850
(60,56,80)
#2F2A3D
(47,42,61)
#221C2A
(34,28,42)
#150E17
(21,14,23)
#000000
(0,0,0)

Tints of #979AD5

#979AD5
(151,154,213)
#A0A3D8
(160,163,216)
#A9ACDB
(169,172,219)
#B2B5DE
(178,181,222)
#BBBEE1
(187,190,225)
#C4C7E4
(196,199,228)
#CDD0E7
(205,208,231)
#D6D9EA
(214,217,234)
#DFE2ED
(223,226,237)
#E8EBF0
(232,235,240)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979AD5; }

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

This text font color is #979AD5.

Background Color

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

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

This div background color is #979AD5.

Border color

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

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

This div border color is #979AD5.

Opacity

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

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

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

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

This text has shadow with #979AD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979AD5.

Preview

Color preview on black background

This text has color #979AD5 on black background.


Color preview on white background

This text has color #979AD5 on white background.


Black color preview on #979AD5 background

This text has black color on #979AD5 background.


White color preview on #979AD5 background

This text has white color on #979AD5 background.


Related colors

Complementary color

Complementary color for #hex is #68652A.


I love getcolorcode.com

Triadic colors

1 #D5979A and #9AD597 with #979AD5 are triadic colors.

2 #D59A97 and #9A97D5 with #979AD5 are triadic colors.