COLOR #979EDD

HEX: #979EDD
RGB: (151,158,221)

Color info

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

RGB color model

#979EDD color RGB value is (151,158,221).

  • red value is 151;
  • green value is 158;
  • blue value is 221.
RGB:
(151,158,221)
(59%,62%,87%)

RGB channels and saturation

R 151 of 255 = 59%
G 158 of 255 = 62%
B 221 of 255 = 87%

151
158
221

R + G + B ~ 69%. #979EDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 158 + 221 = 530 (100%)
R 151 of 530 ~ 28.49%
G 158 of 530 ~ 29.81%
B 221 of 530 ~ 41.7%

%28.49
%29.81
%41.7

CMYK color model

#979EDD color CMYK value is (32,29,0,13).

  • cyan value is 31.67%
  • magenta value is 28.51%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(32,29,0,13)
C32M29Y0K13 
(32%,29%,0%,13%)
(0.32/0.29/0.00/0.13)	

CMYK percentages

%31.67
%28.51
%0
%13.33

Codes

Color #979EDD in popluar color models

979EDD
RGB151158221
HSL234°50.72%72.94%
HSB/HSV234°31.67%86.67%
CMYK31.67%28.51%0.00%
13.33%

Color #979EDD in popluar number systems.

HEX979EDD
Decimal151158221
Binary100101111001111011011101
Octal227236335

Shades and tints

Shades of #979EDD

#979EDD
(151,158,221)
#8A90C9
(138,144,201)
#7D82B5
(125,130,181)
#7074A1
(112,116,161)
#63668D
(99,102,141)
#565879
(86,88,121)
#494A65
(73,74,101)
#3C3C51
(60,60,81)
#2F2E3D
(47,46,61)
#222029
(34,32,41)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #979EDD

#979EDD
(151,158,221)
#A0A6E0
(160,166,224)
#A9AEE3
(169,174,227)
#B2B6E6
(178,182,230)
#BBBEE9
(187,190,233)
#C4C6EC
(196,198,236)
#CDCEEF
(205,206,239)
#D6D6F2
(214,214,242)
#DFDEF5
(223,222,245)
#E8E6F8
(232,230,248)
#F1EEFB
(241,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979EDD color. Also use rgb(151,158,221) instead hex code.

Text Font Color

.myTextColor { color: #979EDD; }

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

This text font color is #979EDD.


Background Color

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

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

This div background color is #979EDD.


Border color

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

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

This div border color is #979EDD.


Opacity

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

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

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

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

This text has shadow with #979EDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979EDD on black background.


Color preview on white background

This text has color #979EDD on white background.



Black color preview on #979EDD background

This text has black color on #979EDD background.


White color preview on #979EDD background

This text has white color on #979EDD background.