COLOR #979ADF

HEX: #979ADF
RGB: (151,154,223)

Color info

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

RGB color model

#979ADF color RGB value is (151,154,223).

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

RGB channels and saturation

R 151 of 255 = 59%
G 154 of 255 = 60%
B 223 of 255 = 87%

151
154
223

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

Portions of RGB colors in percentages

R + G + B =
151 + 154 + 223 = 528 (100%)
R 151 of 528 ~ 28.6%
G 154 of 528 ~ 29.17%
B 223 of 528 ~ 42.23%

%28.6
%29.17
%42.23

CMYK color model

#979ADF color CMYK value is (32,31,0,13).

  • cyan value is 32.29%
  • magenta value is 30.94%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(32,31,0,13)
C32M31Y0K13 
(32%,31%,0%,13%)
(0.32/0.31/0.00/0.13)	

CMYK percentages

%32.29
%30.94
%0
%12.55

Codes

Color #979ADF in popluar color models

979ADF
RGB151154223
HSL238°52.94%73.33%
HSB/HSV238°32.29%87.45%
CMYK32.29%30.94%0.00%
12.55%

Color #979ADF in popluar number systems.

HEX979ADF
Decimal151154223
Binary100101111001101011011111
Octal227232337

Shades and tints

Shades of #979ADF

#979ADF
(151,154,223)
#8A8CCB
(138,140,203)
#7D7EB7
(125,126,183)
#7070A3
(112,112,163)
#63628F
(99,98,143)
#56547B
(86,84,123)
#494667
(73,70,103)
#3C3853
(60,56,83)
#2F2A3F
(47,42,63)
#221C2B
(34,28,43)
#150E17
(21,14,23)
#000000
(0,0,0)

Tints of #979ADF

#979ADF
(151,154,223)
#A0A3E1
(160,163,225)
#A9ACE3
(169,172,227)
#B2B5E5
(178,181,229)
#BBBEE7
(187,190,231)
#C4C7E9
(196,199,233)
#CDD0EB
(205,208,235)
#D6D9ED
(214,217,237)
#DFE2EF
(223,226,239)
#E8EBF1
(232,235,241)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979ADF; }

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

This text font color is #979ADF.


Background Color

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

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

This div background color is #979ADF.


Border color

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

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

This div border color is #979ADF.


Opacity

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

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

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

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

This text has shadow with #979ADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979ADF on black background.


Color preview on white background

This text has color #979ADF on white background.



Black color preview on #979ADF background

This text has black color on #979ADF background.


White color preview on #979ADF background

This text has white color on #979ADF background.