COLOR #979FE1

HEX: #979FE1 RGB: (151,159,225)

Color info

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

RGB color model

#979FE1 color RGB value is (151,159,225).

RGB: (151,159,225) (59%, 62%, 88%)

RGB channels and saturation

R 151 of 255 = 59%
G 159 of 255 = 62%
B 225 of 255 = 88%

151
159
225

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

Portions of RGB colors in percentages

R + G + B = 151 + 159 + 225 = 535 (100%)
R 151 of 535 ~ 28.22%
G 159 of 535 ~ 29.72%
B 225 of 535 ~ 42.06'%

%28.22
%29.72
%42.06

CMYK color model

#979FE1 color CMYK value is (33,29,0,12).

  • cyan value is 32.89%
  • magenta value is 29.33%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (33,29,0,12)
C33M29Y0K12 (33%, 29%, 0%, 12%)
(0.33 / 0.29 / 0.00 / 0.12)

CMYK percentages

%32.89
%29.33
%0
%11.76

Codes

Color #979FE1 in popluar color models

97 9F E1
RGB 151 159 225
HSL 234° 55.22% 73.73%
HSB/HSV 234° 32.89% 88.24%
CMYK 32.89% 29.33% 0.00%
11.76%

Color #979FE1 in popluar number systems.

HEX 97 9F E1
Decimal 151 159 225
Binary 10010111 10011111 11100001
Octal 227 237 341

Shades and tints

Shades of #979FE1

#979FE1
(151,159,225)
#8A91CD
(138,145,205)
#7D83B9
(125,131,185)
#7075A5
(112,117,165)
#636791
(99,103,145)
#56597D
(86,89,125)
#494B69
(73,75,105)
#3C3D55
(60,61,85)
#2F2F41
(47,47,65)
#22212D
(34,33,45)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #979FE1

#979FE1
(151,159,225)
#A0A7E3
(160,167,227)
#A9AFE5
(169,175,229)
#B2B7E7
(178,183,231)
#BBBFE9
(187,191,233)
#C4C7EB
(196,199,235)
#CDCFED
(205,207,237)
#D6D7EF
(214,215,239)
#DFDFF1
(223,223,241)
#E8E7F3
(232,231,243)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979FE1; }

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

This text font color is #979FE1.

Background Color

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

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

This div background color is #979FE1.

Border color

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

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

This div border color is #979FE1.

Opacity

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

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

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

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

This text has shadow with #979FE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #979FE1.

Preview

Color preview on black background

This text has color #979FE1 on black background.


Color preview on white background

This text has color #979FE1 on white background.


Black color preview on #979FE1 background

This text has black color on #979FE1 background.


White color preview on #979FE1 background

This text has white color on #979FE1 background.


Related colors

Complementary color

Complementary color for #hex is #68601E.


I love getcolorcode.com

Triadic colors

1 #E1979F and #9FE197 with #979FE1 are triadic colors.

2 #E19F97 and #9F97E1 with #979FE1 are triadic colors.