COLOR #9880CB

HEX: #9880CB
RGB: (152,128,203)

Color info

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

RGB color model

#9880CB color RGB value is (152,128,203).

  • red value is 152;
  • green value is 128;
  • blue value is 203.
RGB:
(152,128,203)
(60%,50%,80%)

RGB channels and saturation

R 152 of 255 = 60%
G 128 of 255 = 50%
B 203 of 255 = 80%

152
128
203

R + G + B ~ 63%. #9880CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 128 + 203 = 483 (100%)
R 152 of 483 ~ 31.47%
G 128 of 483 ~ 26.5%
B 203 of 483 ~ 42.03%

%31.47
%26.5
%42.03

CMYK color model

#9880CB color CMYK value is (25,37,0,20).

  • cyan value is 25.12%
  • magenta value is 36.95%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(25,37,0,20)
C25M37Y0K20 
(25%,37%,0%,20%)
(0.25/0.37/0.00/0.20)	

CMYK percentages

%25.12
%36.95
%0
%20.39

Codes

Color #9880CB in popluar color models

9880CB
RGB152128203
HSL259°41.90%64.90%
HSB/HSV259°36.95%79.61%
CMYK25.12%36.95%0.00%
20.39%

Color #9880CB in popluar number systems.

HEX9880CB
Decimal152128203
Binary100110001000000011001011
Octal230200313

Shades and tints

Shades of #9880CB

#9880CB
(152,128,203)
#8B75B9
(139,117,185)
#7E6AA7
(126,106,167)
#715F95
(113,95,149)
#645483
(100,84,131)
#574971
(87,73,113)
#4A3E5F
(74,62,95)
#3D334D
(61,51,77)
#30283B
(48,40,59)
#231D29
(35,29,41)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #9880CB

#9880CB
(152,128,203)
#A18BCF
(161,139,207)
#AA96D3
(170,150,211)
#B3A1D7
(179,161,215)
#BCACDB
(188,172,219)
#C5B7DF
(197,183,223)
#CEC2E3
(206,194,227)
#D7CDE7
(215,205,231)
#E0D8EB
(224,216,235)
#E9E3EF
(233,227,239)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9880CB color. Also use rgb(152,128,203) instead hex code.

Text Font Color

.myTextColor { color: #9880CB; }

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

This text font color is #9880CB.


Background Color

.myBgColor { background-color: #9880CB; }

<div style="background-color:#9880CB">Inner text</div>

This div background color is #9880CB.


Border color

.myBorderColor { border: 1px solid #9880CB; }

<div style="border:3px solid #9880CB">Div</div>

This div border color is #9880CB.


Opacity

.myOpacity80 { color: #9880CB; opacity: 0.8; }

<p style="color:#9880CB;opacity:0.8;">80%</p>

Text with #9880CB 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 #9880CB;}

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

This text has shadow with #9880CB color.

.textShadow {text-shadow: 3px 3px 1px #9880CB, 3px 3px 1px red;}

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

This text has shadow with #9880CB primary color and red secondary color.


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

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

This text has shadow with #9880CB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9880CB on black background.


Color preview on white background

This text has color #9880CB on white background.



Black color preview on #9880CB background

This text has black color on #9880CB background.


White color preview on #9880CB background

This text has white color on #9880CB background.