COLOR #8980D7

HEX: #8980D7
RGB: (137,128,215)

Color info

#8980D7 contains mainly blue color. Web safe color of #8980D7 is #9966CC (or #96C).

RGB color model

#8980D7 color RGB value is (137,128,215).

  • red value is 137;
  • green value is 128;
  • blue value is 215.
RGB:
(137,128,215)
(54%,50%,84%)

RGB channels and saturation

R 137 of 255 = 54%
G 128 of 255 = 50%
B 215 of 255 = 84%

137
128
215

R + G + B ~ 63%. #8980D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 128 + 215 = 480 (100%)
R 137 of 480 ~ 28.54%
G 128 of 480 ~ 26.67%
B 215 of 480 ~ 44.79%

%28.54
%26.67
%44.79

CMYK color model

#8980D7 color CMYK value is (36,40,0,16).

  • cyan value is 36.28%
  • magenta value is 40.47%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(36,40,0,16)
C36M40Y0K16 
(36%,40%,0%,16%)
(0.36/0.40/0.00/0.16)	

CMYK percentages

%36.28
%40.47
%0
%15.69

Codes

Color #8980D7 in popluar color models

8980D7
RGB137128215
HSL246°52.10%67.25%
HSB/HSV246°40.47%84.31%
CMYK36.28%40.47%0.00%
15.69%

Color #8980D7 in popluar number systems.

HEX8980D7
Decimal137128215
Binary100010011000000011010111
Octal211200327

Shades and tints

Shades of #8980D7

#8980D7
(137,128,215)
#7D75C4
(125,117,196)
#716AB1
(113,106,177)
#655F9E
(101,95,158)
#59548B
(89,84,139)
#4D4978
(77,73,120)
#413E65
(65,62,101)
#353352
(53,51,82)
#29283F
(41,40,63)
#1D1D2C
(29,29,44)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #8980D7

#8980D7
(137,128,215)
#938BDA
(147,139,218)
#9D96DD
(157,150,221)
#A7A1E0
(167,161,224)
#B1ACE3
(177,172,227)
#BBB7E6
(187,183,230)
#C5C2E9
(197,194,233)
#CFCDEC
(207,205,236)
#D9D8EF
(217,216,239)
#E3E3F2
(227,227,242)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8980D7 color. Also use rgb(137,128,215) instead hex code.

Text Font Color

.myTextColor { color: #8980D7; }

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

This text font color is #8980D7.


Background Color

.myBgColor { background-color: #8980D7; }

<div style="background-color:#8980D7">Inner text</div>

This div background color is #8980D7.


Border color

.myBorderColor { border: 1px solid #8980D7; }

<div style="border:3px solid #8980D7">Div</div>

This div border color is #8980D7.


Opacity

.myOpacity80 { color: #8980D7; opacity: 0.8; }

<p style="color:#8980D7;opacity:0.8;">80%</p>

Text with #8980D7 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 #8980D7;}

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

This text has shadow with #8980D7 color.

.textShadow {text-shadow: 3px 3px 1px #8980D7, 3px 3px 1px red;}

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

This text has shadow with #8980D7 primary color and red secondary color.


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

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

This text has shadow with #8980D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8980D7 on black background.


Color preview on white background

This text has color #8980D7 on white background.



Black color preview on #8980D7 background

This text has black color on #8980D7 background.


White color preview on #8980D7 background

This text has white color on #8980D7 background.