COLOR #979BE5

HEX: #979BE5
RGB: (151,155,229)

Color info

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

RGB color model

#979BE5 color RGB value is (151,155,229).

  • red value is 151;
  • green value is 155;
  • blue value is 229.
RGB:
(151,155,229)
(59%,61%,90%)

RGB channels and saturation

R 151 of 255 = 59%
G 155 of 255 = 61%
B 229 of 255 = 90%

151
155
229

R + G + B ~ 70%. #979BE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 155 + 229 = 535 (100%)
R 151 of 535 ~ 28.22%
G 155 of 535 ~ 28.97%
B 229 of 535 ~ 42.8%

%28.22
%28.97
%42.8

CMYK color model

#979BE5 color CMYK value is (34,32,0,10).

  • cyan value is 34.06%
  • magenta value is 32.31%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(34,32,0,10)
C34M32Y0K10 
(34%,32%,0%,10%)
(0.34/0.32/0.00/0.10)	

CMYK percentages

%34.06
%32.31
%0
%10.2

Codes

Color #979BE5 in popluar color models

979BE5
RGB151155229
HSL237°60.00%74.51%
HSB/HSV237°34.06%89.80%
CMYK34.06%32.31%0.00%
10.20%

Color #979BE5 in popluar number systems.

HEX979BE5
Decimal151155229
Binary100101111001101111100101
Octal227233345

Shades and tints

Shades of #979BE5

#979BE5
(151,155,229)
#8A8DD1
(138,141,209)
#7D7FBD
(125,127,189)
#7071A9
(112,113,169)
#636395
(99,99,149)
#565581
(86,85,129)
#49476D
(73,71,109)
#3C3959
(60,57,89)
#2F2B45
(47,43,69)
#221D31
(34,29,49)
#150F1D
(21,15,29)
#000000
(0,0,0)

Tints of #979BE5

#979BE5
(151,155,229)
#A0A4E7
(160,164,231)
#A9ADE9
(169,173,233)
#B2B6EB
(178,182,235)
#BBBFED
(187,191,237)
#C4C8EF
(196,200,239)
#CDD1F1
(205,209,241)
#D6DAF3
(214,218,243)
#DFE3F5
(223,227,245)
#E8ECF7
(232,236,247)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979BE5 color. Also use rgb(151,155,229) instead hex code.

Text Font Color

.myTextColor { color: #979BE5; }

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

This text font color is #979BE5.


Background Color

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

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

This div background color is #979BE5.


Border color

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

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

This div border color is #979BE5.


Opacity

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

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

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

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

This text has shadow with #979BE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979BE5 on black background.


Color preview on white background

This text has color #979BE5 on white background.



Black color preview on #979BE5 background

This text has black color on #979BE5 background.


White color preview on #979BE5 background

This text has white color on #979BE5 background.