COLOR #9980DE

HEX: #9980DE
RGB: (153,128,222)

Color info

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

RGB color model

#9980DE color RGB value is (153,128,222).

  • red value is 153;
  • green value is 128;
  • blue value is 222.
RGB:
(153,128,222)
(60%,50%,87%)

RGB channels and saturation

R 153 of 255 = 60%
G 128 of 255 = 50%
B 222 of 255 = 87%

153
128
222

R + G + B ~ 66%. #9980DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 128 + 222 = 503 (100%)
R 153 of 503 ~ 30.42%
G 128 of 503 ~ 25.45%
B 222 of 503 ~ 44.14%

%30.42
%25.45
%44.14

CMYK color model

#9980DE color CMYK value is (31,42,0,13).

  • cyan value is 31.08%
  • magenta value is 42.34%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(31,42,0,13)
C31M42Y0K13 
(31%,42%,0%,13%)
(0.31/0.42/0.00/0.13)	

CMYK percentages

%31.08
%42.34
%0
%12.94

Codes

Color #9980DE in popluar color models

9980DE
RGB153128222
HSL256°58.75%68.63%
HSB/HSV256°42.34%87.06%
CMYK31.08%42.34%0.00%
12.94%

Color #9980DE in popluar number systems.

HEX9980DE
Decimal153128222
Binary100110011000000011011110
Octal231200336

Shades and tints

Shades of #9980DE

#9980DE
(153,128,222)
#8C75CA
(140,117,202)
#7F6AB6
(127,106,182)
#725FA2
(114,95,162)
#65548E
(101,84,142)
#58497A
(88,73,122)
#4B3E66
(75,62,102)
#3E3352
(62,51,82)
#31283E
(49,40,62)
#241D2A
(36,29,42)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #9980DE

#9980DE
(153,128,222)
#A28BE1
(162,139,225)
#AB96E4
(171,150,228)
#B4A1E7
(180,161,231)
#BDACEA
(189,172,234)
#C6B7ED
(198,183,237)
#CFC2F0
(207,194,240)
#D8CDF3
(216,205,243)
#E1D8F6
(225,216,246)
#EAE3F9
(234,227,249)
#F3EEFC
(243,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9980DE color. Also use rgb(153,128,222) instead hex code.

Text Font Color

.myTextColor { color: #9980DE; }

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

This text font color is #9980DE.


Background Color

.myBgColor { background-color: #9980DE; }

<div style="background-color:#9980DE">Inner text</div>

This div background color is #9980DE.


Border color

.myBorderColor { border: 1px solid #9980DE; }

<div style="border:3px solid #9980DE">Div</div>

This div border color is #9980DE.


Opacity

.myOpacity80 { color: #9980DE; opacity: 0.8; }

<p style="color:#9980DE;opacity:0.8;">80%</p>

Text with #9980DE 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 #9980DE;}

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

This text has shadow with #9980DE color.

.textShadow {text-shadow: 3px 3px 1px #9980DE, 3px 3px 1px red;}

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

This text has shadow with #9980DE primary color and red secondary color.


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

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

This text has shadow with #9980DE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9980DE on black background.


Color preview on white background

This text has color #9980DE on white background.



Black color preview on #9980DE background

This text has black color on #9980DE background.


White color preview on #9980DE background

This text has white color on #9980DE background.