COLOR #979AD8

HEX: #979AD8
RGB: (151,154,216)

Color info

#979AD8 contains mainly blue color. Web safe color of #979AD8 is #9999CC (or #99C).

RGB color model

#979AD8 color RGB value is (151,154,216).

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

RGB channels and saturation

R 151 of 255 = 59%
G 154 of 255 = 60%
B 216 of 255 = 85%

151
154
216

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

Portions of RGB colors in percentages

R + G + B =
151 + 154 + 216 = 521 (100%)
R 151 of 521 ~ 28.98%
G 154 of 521 ~ 29.56%
B 216 of 521 ~ 41.46%

%28.98
%29.56
%41.46

CMYK color model

#979AD8 color CMYK value is (30,29,0,15).

  • cyan value is 30.09%
  • magenta value is 28.70%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(30,29,0,15)
C30M29Y0K15 
(30%,29%,0%,15%)
(0.30/0.29/0.00/0.15)	

CMYK percentages

%30.09
%28.7
%0
%15.29

Codes

Color #979AD8 in popluar color models

979AD8
RGB151154216
HSL237°45.45%71.96%
HSB/HSV237°30.09%84.71%
CMYK30.09%28.70%0.00%
15.29%

Color #979AD8 in popluar number systems.

HEX979AD8
Decimal151154216
Binary100101111001101011011000
Octal227232330

Shades and tints

Shades of #979AD8

#979AD8
(151,154,216)
#8A8CC5
(138,140,197)
#7D7EB2
(125,126,178)
#70709F
(112,112,159)
#63628C
(99,98,140)
#565479
(86,84,121)
#494666
(73,70,102)
#3C3853
(60,56,83)
#2F2A40
(47,42,64)
#221C2D
(34,28,45)
#150E1A
(21,14,26)
#000000
(0,0,0)

Tints of #979AD8

#979AD8
(151,154,216)
#A0A3DB
(160,163,219)
#A9ACDE
(169,172,222)
#B2B5E1
(178,181,225)
#BBBEE4
(187,190,228)
#C4C7E7
(196,199,231)
#CDD0EA
(205,208,234)
#D6D9ED
(214,217,237)
#DFE2F0
(223,226,240)
#E8EBF3
(232,235,243)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979AD8; }

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

This text font color is #979AD8.


Background Color

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

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

This div background color is #979AD8.


Border color

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

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

This div border color is #979AD8.


Opacity

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

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

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

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

This text has shadow with #979AD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979AD8 on black background.


Color preview on white background

This text has color #979AD8 on white background.



Black color preview on #979AD8 background

This text has black color on #979AD8 background.


White color preview on #979AD8 background

This text has white color on #979AD8 background.