COLOR #979BDB

HEX: #979BDB RGB: (151,155,219)

Color info

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

RGB color model

#979BDB color RGB value is (151,155,219).

RGB: (151,155,219) (59%, 61%, 86%)

RGB channels and saturation

R 151 of 255 = 59%
G 155 of 255 = 61%
B 219 of 255 = 86%

151
155
219

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

Portions of RGB colors in percentages

R + G + B = 151 + 155 + 219 = 525 (100%)
R 151 of 525 ~ 28.76%
G 155 of 525 ~ 29.52%
B 219 of 525 ~ 41.71'%

%28.76
%29.52
%41.71

CMYK color model

#979BDB color CMYK value is (31,29,0,14).

  • cyan value is 31.05%
  • magenta value is 29.22%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (31,29,0,14)
C31M29Y0K14 (31%, 29%, 0%, 14%)
(0.31 / 0.29 / 0.00 / 0.14)

CMYK percentages

%31.05
%29.22
%0
%14.12

Codes

Color #979BDB in popluar color models

97 9B DB
RGB 151 155 219
HSL 236° 48.57% 72.55%
HSB/HSV 236° 31.05% 85.88%
CMYK 31.05% 29.22% 0.00%
14.12%

Color #979BDB in popluar number systems.

HEX 97 9B DB
Decimal 151 155 219
Binary 10010111 10011011 11011011
Octal 227 233 333

Shades and tints

Shades of #979BDB

#979BDB
(151,155,219)
#8A8DC8
(138,141,200)
#7D7FB5
(125,127,181)
#7071A2
(112,113,162)
#63638F
(99,99,143)
#56557C
(86,85,124)
#494769
(73,71,105)
#3C3956
(60,57,86)
#2F2B43
(47,43,67)
#221D30
(34,29,48)
#150F1D
(21,15,29)
#000000
(0,0,0)

Tints of #979BDB

#979BDB
(151,155,219)
#A0A4DE
(160,164,222)
#A9ADE1
(169,173,225)
#B2B6E4
(178,182,228)
#BBBFE7
(187,191,231)
#C4C8EA
(196,200,234)
#CDD1ED
(205,209,237)
#D6DAF0
(214,218,240)
#DFE3F3
(223,227,243)
#E8ECF6
(232,236,246)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979BDB; }

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

This text font color is #979BDB.

Background Color

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

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

This div background color is #979BDB.

Border color

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

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

This div border color is #979BDB.

Opacity

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

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

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

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

This text has shadow with #979BDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979BDB.

Preview

Color preview on black background

This text has color #979BDB on black background.


Color preview on white background

This text has color #979BDB on white background.


Black color preview on #979BDB background

This text has black color on #979BDB background.


White color preview on #979BDB background

This text has white color on #979BDB background.


Related colors

Complementary color

Complementary color for #hex is #686424.


I love getcolorcode.com

Triadic colors

1 #DB979B and #9BDB97 with #979BDB are triadic colors.

2 #DB9B97 and #9B97DB with #979BDB are triadic colors.