COLOR #9883D6

HEX: #9883D6
RGB: (152,131,214)

Color info

#9883D6 contains mainly blue color. Web safe color of #9883D6 is #9999CC (or #99C).

RGB color model

#9883D6 color RGB value is (152,131,214).

  • red value is 152;
  • green value is 131;
  • blue value is 214.
RGB:
(152,131,214)
(60%,51%,84%)

RGB channels and saturation

R 152 of 255 = 60%
G 131 of 255 = 51%
B 214 of 255 = 84%

152
131
214

R + G + B ~ 65%. #9883D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 131 + 214 = 497 (100%)
R 152 of 497 ~ 30.58%
G 131 of 497 ~ 26.36%
B 214 of 497 ~ 43.06%

%30.58
%26.36
%43.06

CMYK color model

#9883D6 color CMYK value is (29,39,0,16).

  • cyan value is 28.97%
  • magenta value is 38.79%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(29,39,0,16)
C29M39Y0K16 
(29%,39%,0%,16%)
(0.29/0.39/0.00/0.16)	

CMYK percentages

%28.97
%38.79
%0
%16.08

Codes

Color #9883D6 in popluar color models

9883D6
RGB152131214
HSL255°50.30%67.65%
HSB/HSV255°38.79%83.92%
CMYK28.97%38.79%0.00%
16.08%

Color #9883D6 in popluar number systems.

HEX9883D6
Decimal152131214
Binary100110001000001111010110
Octal230203326

Shades and tints

Shades of #9883D6

#9883D6
(152,131,214)
#8B78C3
(139,120,195)
#7E6DB0
(126,109,176)
#71629D
(113,98,157)
#64578A
(100,87,138)
#574C77
(87,76,119)
#4A4164
(74,65,100)
#3D3651
(61,54,81)
#302B3E
(48,43,62)
#23202B
(35,32,43)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #9883D6

#9883D6
(152,131,214)
#A18ED9
(161,142,217)
#AA99DC
(170,153,220)
#B3A4DF
(179,164,223)
#BCAFE2
(188,175,226)
#C5BAE5
(197,186,229)
#CEC5E8
(206,197,232)
#D7D0EB
(215,208,235)
#E0DBEE
(224,219,238)
#E9E6F1
(233,230,241)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9883D6 color. Also use rgb(152,131,214) instead hex code.

Text Font Color

.myTextColor { color: #9883D6; }

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

This text font color is #9883D6.


Background Color

.myBgColor { background-color: #9883D6; }

<div style="background-color:#9883D6">Inner text</div>

This div background color is #9883D6.


Border color

.myBorderColor { border: 1px solid #9883D6; }

<div style="border:3px solid #9883D6">Div</div>

This div border color is #9883D6.


Opacity

.myOpacity80 { color: #9883D6; opacity: 0.8; }

<p style="color:#9883D6;opacity:0.8;">80%</p>

Text with #9883D6 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 #9883D6;}

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

This text has shadow with #9883D6 color.

.textShadow {text-shadow: 3px 3px 1px #9883D6, 3px 3px 1px red;}

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

This text has shadow with #9883D6 primary color and red secondary color.


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

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

This text has shadow with #9883D6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9883D6 on black background.


Color preview on white background

This text has color #9883D6 on white background.



Black color preview on #9883D6 background

This text has black color on #9883D6 background.


White color preview on #9883D6 background

This text has white color on #9883D6 background.