COLOR #9880C3

HEX: #9880C3
RGB: (152,128,195)

Color info

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

RGB color model

#9880C3 color RGB value is (152,128,195).

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

RGB channels and saturation

R 152 of 255 = 60%
G 128 of 255 = 50%
B 195 of 255 = 76%

152
128
195

R + G + B ~ 62%. #9880C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 128 + 195 = 475 (100%)
R 152 of 475 ~ 32%
G 128 of 475 ~ 26.95%
B 195 of 475 ~ 41.05%

%32
%26.95
%41.05

CMYK color model

#9880C3 color CMYK value is (22,34,0,24).

  • cyan value is 22.05%
  • magenta value is 34.36%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(22,34,0,24)
C22M34Y0K24 
(22%,34%,0%,24%)
(0.22/0.34/0.00/0.24)	

CMYK percentages

%22.05
%34.36
%0
%23.53

Codes

Color #9880C3 in popluar color models

9880C3
RGB152128195
HSL261°35.83%63.33%
HSB/HSV261°34.36%76.47%
CMYK22.05%34.36%0.00%
23.53%

Color #9880C3 in popluar number systems.

HEX9880C3
Decimal152128195
Binary100110001000000011000011
Octal230200303

Shades and tints

Shades of #9880C3

#9880C3
(152,128,195)
#8B75B2
(139,117,178)
#7E6AA1
(126,106,161)
#715F90
(113,95,144)
#64547F
(100,84,127)
#57496E
(87,73,110)
#4A3E5D
(74,62,93)
#3D334C
(61,51,76)
#30283B
(48,40,59)
#231D2A
(35,29,42)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #9880C3

#9880C3
(152,128,195)
#A18BC8
(161,139,200)
#AA96CD
(170,150,205)
#B3A1D2
(179,161,210)
#BCACD7
(188,172,215)
#C5B7DC
(197,183,220)
#CEC2E1
(206,194,225)
#D7CDE6
(215,205,230)
#E0D8EB
(224,216,235)
#E9E3F0
(233,227,240)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9880C3; }

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

This text font color is #9880C3.


Background Color

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

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

This div background color is #9880C3.


Border color

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

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

This div border color is #9880C3.


Opacity

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

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

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

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

This text has shadow with #9880C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9880C3 on black background.


Color preview on white background

This text has color #9880C3 on white background.



Black color preview on #9880C3 background

This text has black color on #9880C3 background.


White color preview on #9880C3 background

This text has white color on #9880C3 background.