COLOR #9980B0

HEX: #9980B0
RGB: (153,128,176)

Color info

#9980B0 contains red, green and blue colors in about the same proportion. Web safe color of #9980B0 is #996699 (or #969).

RGB color model

#9980B0 color RGB value is (153,128,176).

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

RGB channels and saturation

R 153 of 255 = 60%
G 128 of 255 = 50%
B 176 of 255 = 69%

153
128
176

R + G + B ~ 60%. #9980B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 128 + 176 = 457 (100%)
R 153 of 457 ~ 33.48%
G 128 of 457 ~ 28.01%
B 176 of 457 ~ 38.51%

%33.48
%28.01
%38.51

CMYK color model

#9980B0 color CMYK value is (13,27,0,31).

  • cyan value is 13.07%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(13,27,0,31)
C13M27Y0K31 
(13%,27%,0%,31%)
(0.13/0.27/0.00/0.31)	

CMYK percentages

%13.07
%27.27
%0
%30.98

Codes

Color #9980B0 in popluar color models

9980B0
RGB153128176
HSL271°23.30%59.61%
HSB/HSV271°27.27%69.02%
CMYK13.07%27.27%0.00%
30.98%

Color #9980B0 in popluar number systems.

HEX9980B0
Decimal153128176
Binary100110011000000010110000
Octal231200260

Shades and tints

Shades of #9980B0

#9980B0
(153,128,176)
#8C75A0
(140,117,160)
#7F6A90
(127,106,144)
#725F80
(114,95,128)
#655470
(101,84,112)
#584960
(88,73,96)
#4B3E50
(75,62,80)
#3E3340
(62,51,64)
#312830
(49,40,48)
#241D20
(36,29,32)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #9980B0

#9980B0
(153,128,176)
#A28BB7
(162,139,183)
#AB96BE
(171,150,190)
#B4A1C5
(180,161,197)
#BDACCC
(189,172,204)
#C6B7D3
(198,183,211)
#CFC2DA
(207,194,218)
#D8CDE1
(216,205,225)
#E1D8E8
(225,216,232)
#EAE3EF
(234,227,239)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9980B0; }

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

This text font color is #9980B0.


Background Color

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

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

This div background color is #9980B0.


Border color

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

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

This div border color is #9980B0.


Opacity

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

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

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

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

This text has shadow with #9980B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9980B0 on black background.


Color preview on white background

This text has color #9980B0 on white background.



Black color preview on #9980B0 background

This text has black color on #9980B0 background.


White color preview on #9980B0 background

This text has white color on #9980B0 background.