COLOR #9980D3

HEX: #9980D3
RGB: (153,128,211)

Color info

#9980D3 contains mainly red and blue colors. Web safe color of #9980D3 is #9966CC (or #96C).

RGB color model

#9980D3 color RGB value is (153,128,211).

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

RGB channels and saturation

R 153 of 255 = 60%
G 128 of 255 = 50%
B 211 of 255 = 83%

153
128
211

R + G + B ~ 64%. #9980D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 128 + 211 = 492 (100%)
R 153 of 492 ~ 31.1%
G 128 of 492 ~ 26.02%
B 211 of 492 ~ 42.89%

%31.1
%26.02
%42.89

CMYK color model

#9980D3 color CMYK value is (27,39,0,17).

  • cyan value is 27.49%
  • magenta value is 39.34%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(27,39,0,17)
C27M39Y0K17 
(27%,39%,0%,17%)
(0.27/0.39/0.00/0.17)	

CMYK percentages

%27.49
%39.34
%0
%17.25

Codes

Color #9980D3 in popluar color models

9980D3
RGB153128211
HSL258°48.54%66.47%
HSB/HSV258°39.34%82.75%
CMYK27.49%39.34%0.00%
17.25%

Color #9980D3 in popluar number systems.

HEX9980D3
Decimal153128211
Binary100110011000000011010011
Octal231200323

Shades and tints

Shades of #9980D3

#9980D3
(153,128,211)
#8C75C0
(140,117,192)
#7F6AAD
(127,106,173)
#725F9A
(114,95,154)
#655487
(101,84,135)
#584974
(88,73,116)
#4B3E61
(75,62,97)
#3E334E
(62,51,78)
#31283B
(49,40,59)
#241D28
(36,29,40)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #9980D3

#9980D3
(153,128,211)
#A28BD7
(162,139,215)
#AB96DB
(171,150,219)
#B4A1DF
(180,161,223)
#BDACE3
(189,172,227)
#C6B7E7
(198,183,231)
#CFC2EB
(207,194,235)
#D8CDEF
(216,205,239)
#E1D8F3
(225,216,243)
#EAE3F7
(234,227,247)
#F3EEFB
(243,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9980D3; }

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

This text font color is #9980D3.


Background Color

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

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

This div background color is #9980D3.


Border color

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

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

This div border color is #9980D3.


Opacity

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

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

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

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

This text has shadow with #9980D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9980D3 on black background.


Color preview on white background

This text has color #9980D3 on white background.



Black color preview on #9980D3 background

This text has black color on #9980D3 background.


White color preview on #9980D3 background

This text has white color on #9980D3 background.