COLOR #979FD3

HEX: #979FD3
RGB: (151,159,211)

Color info

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

RGB color model

#979FD3 color RGB value is (151,159,211).

  • red value is 151;
  • green value is 159;
  • blue value is 211.
RGB:
(151,159,211)
(59%,62%,83%)

RGB channels and saturation

R 151 of 255 = 59%
G 159 of 255 = 62%
B 211 of 255 = 83%

151
159
211

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

Portions of RGB colors in percentages

R + G + B =
151 + 159 + 211 = 521 (100%)
R 151 of 521 ~ 28.98%
G 159 of 521 ~ 30.52%
B 211 of 521 ~ 40.5%

%28.98
%30.52
%40.5

CMYK color model

#979FD3 color CMYK value is (28,25,0,17).

  • cyan value is 28.44%
  • magenta value is 24.64%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(28,25,0,17)
C28M25Y0K17 
(28%,25%,0%,17%)
(0.28/0.25/0.00/0.17)	

CMYK percentages

%28.44
%24.64
%0
%17.25

Codes

Color #979FD3 in popluar color models

979FD3
RGB151159211
HSL232°40.54%70.98%
HSB/HSV232°28.44%82.75%
CMYK28.44%24.64%0.00%
17.25%

Color #979FD3 in popluar number systems.

HEX979FD3
Decimal151159211
Binary100101111001111111010011
Octal227237323

Shades and tints

Shades of #979FD3

#979FD3
(151,159,211)
#8A91C0
(138,145,192)
#7D83AD
(125,131,173)
#70759A
(112,117,154)
#636787
(99,103,135)
#565974
(86,89,116)
#494B61
(73,75,97)
#3C3D4E
(60,61,78)
#2F2F3B
(47,47,59)
#222128
(34,33,40)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #979FD3

#979FD3
(151,159,211)
#A0A7D7
(160,167,215)
#A9AFDB
(169,175,219)
#B2B7DF
(178,183,223)
#BBBFE3
(187,191,227)
#C4C7E7
(196,199,231)
#CDCFEB
(205,207,235)
#D6D7EF
(214,215,239)
#DFDFF3
(223,223,243)
#E8E7F7
(232,231,247)
#F1EFFB
(241,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979FD3 color. Also use rgb(151,159,211) instead hex code.

Text Font Color

.myTextColor { color: #979FD3; }

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

This text font color is #979FD3.


Background Color

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

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

This div background color is #979FD3.


Border color

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

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

This div border color is #979FD3.


Opacity

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

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

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

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

This text has shadow with #979FD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979FD3 on black background.


Color preview on white background

This text has color #979FD3 on white background.



Black color preview on #979FD3 background

This text has black color on #979FD3 background.


White color preview on #979FD3 background

This text has white color on #979FD3 background.