COLOR #9980BD

HEX: #9980BD
RGB: (153,128,189)

Color info

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

RGB color model

#9980BD color RGB value is (153,128,189).

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

RGB channels and saturation

R 153 of 255 = 60%
G 128 of 255 = 50%
B 189 of 255 = 74%

153
128
189

R + G + B ~ 61%. #9980BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 128 + 189 = 470 (100%)
R 153 of 470 ~ 32.55%
G 128 of 470 ~ 27.23%
B 189 of 470 ~ 40.21%

%32.55
%27.23
%40.21

CMYK color model

#9980BD color CMYK value is (19,32,0,26).

  • cyan value is 19.05%
  • magenta value is 32.28%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(19,32,0,26)
C19M32Y0K26 
(19%,32%,0%,26%)
(0.19/0.32/0.00/0.26)	

CMYK percentages

%19.05
%32.28
%0
%25.88

Codes

Color #9980BD in popluar color models

9980BD
RGB153128189
HSL265°31.61%62.16%
HSB/HSV265°32.28%74.12%
CMYK19.05%32.28%0.00%
25.88%

Color #9980BD in popluar number systems.

HEX9980BD
Decimal153128189
Binary100110011000000010111101
Octal231200275

Shades and tints

Shades of #9980BD

#9980BD
(153,128,189)
#8C75AC
(140,117,172)
#7F6A9B
(127,106,155)
#725F8A
(114,95,138)
#655479
(101,84,121)
#584968
(88,73,104)
#4B3E57
(75,62,87)
#3E3346
(62,51,70)
#312835
(49,40,53)
#241D24
(36,29,36)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #9980BD

#9980BD
(153,128,189)
#A28BC3
(162,139,195)
#AB96C9
(171,150,201)
#B4A1CF
(180,161,207)
#BDACD5
(189,172,213)
#C6B7DB
(198,183,219)
#CFC2E1
(207,194,225)
#D8CDE7
(216,205,231)
#E1D8ED
(225,216,237)
#EAE3F3
(234,227,243)
#F3EEF9
(243,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9980BD; }

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

This text font color is #9980BD.


Background Color

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

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

This div background color is #9980BD.


Border color

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

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

This div border color is #9980BD.


Opacity

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

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

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

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

This text has shadow with #9980BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9980BD on black background.


Color preview on white background

This text has color #9980BD on white background.



Black color preview on #9980BD background

This text has black color on #9980BD background.


White color preview on #9980BD background

This text has white color on #9980BD background.