COLOR #9882D1

HEX: #9882D1
RGB: (152,130,209)

Color info

#9882D1 contains mainly red and blue colors. Web safe color of #9882D1 is #9999CC (or #99C).

RGB color model

#9882D1 color RGB value is (152,130,209).

  • red value is 152;
  • green value is 130;
  • blue value is 209.
RGB:
(152,130,209)
(60%,51%,82%)

RGB channels and saturation

R 152 of 255 = 60%
G 130 of 255 = 51%
B 209 of 255 = 82%

152
130
209

R + G + B ~ 64%. #9882D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 130 + 209 = 491 (100%)
R 152 of 491 ~ 30.96%
G 130 of 491 ~ 26.48%
B 209 of 491 ~ 42.57%

%30.96
%26.48
%42.57

CMYK color model

#9882D1 color CMYK value is (27,38,0,18).

  • cyan value is 27.27%
  • magenta value is 37.80%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(27,38,0,18)
C27M38Y0K18 
(27%,38%,0%,18%)
(0.27/0.38/0.00/0.18)	

CMYK percentages

%27.27
%37.8
%0
%18.04

Codes

Color #9882D1 in popluar color models

9882D1
RGB152130209
HSL257°46.20%66.47%
HSB/HSV257°37.80%81.96%
CMYK27.27%37.80%0.00%
18.04%

Color #9882D1 in popluar number systems.

HEX9882D1
Decimal152130209
Binary100110001000001011010001
Octal230202321

Shades and tints

Shades of #9882D1

#9882D1
(152,130,209)
#8B77BE
(139,119,190)
#7E6CAB
(126,108,171)
#716198
(113,97,152)
#645685
(100,86,133)
#574B72
(87,75,114)
#4A405F
(74,64,95)
#3D354C
(61,53,76)
#302A39
(48,42,57)
#231F26
(35,31,38)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #9882D1

#9882D1
(152,130,209)
#A18DD5
(161,141,213)
#AA98D9
(170,152,217)
#B3A3DD
(179,163,221)
#BCAEE1
(188,174,225)
#C5B9E5
(197,185,229)
#CEC4E9
(206,196,233)
#D7CFED
(215,207,237)
#E0DAF1
(224,218,241)
#E9E5F5
(233,229,245)
#F2F0F9
(242,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9882D1 color. Also use rgb(152,130,209) instead hex code.

Text Font Color

.myTextColor { color: #9882D1; }

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

This text font color is #9882D1.


Background Color

.myBgColor { background-color: #9882D1; }

<div style="background-color:#9882D1">Inner text</div>

This div background color is #9882D1.


Border color

.myBorderColor { border: 1px solid #9882D1; }

<div style="border:3px solid #9882D1">Div</div>

This div border color is #9882D1.


Opacity

.myOpacity80 { color: #9882D1; opacity: 0.8; }

<p style="color:#9882D1;opacity:0.8;">80%</p>

Text with #9882D1 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 #9882D1;}

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

This text has shadow with #9882D1 color.

.textShadow {text-shadow: 3px 3px 1px #9882D1, 3px 3px 1px red;}

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

This text has shadow with #9882D1 primary color and red secondary color.


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

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

This text has shadow with #9882D1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9882D1 on black background.


Color preview on white background

This text has color #9882D1 on white background.



Black color preview on #9882D1 background

This text has black color on #9882D1 background.


White color preview on #9882D1 background

This text has white color on #9882D1 background.