COLOR #9888D4

HEX: #9888D4
RGB: (152,136,212)

Color info

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

RGB color model

#9888D4 color RGB value is (152,136,212).

  • red value is 152;
  • green value is 136;
  • blue value is 212.
RGB:
(152,136,212)
(60%,53%,83%)

RGB channels and saturation

R 152 of 255 = 60%
G 136 of 255 = 53%
B 212 of 255 = 83%

152
136
212

R + G + B ~ 65%. #9888D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 136 + 212 = 500 (100%)
R 152 of 500 ~ 30.4%
G 136 of 500 ~ 27.2%
B 212 of 500 ~ 42.4%

%30.4
%27.2
%42.4

CMYK color model

#9888D4 color CMYK value is (28,36,0,17).

  • cyan value is 28.30%
  • magenta value is 35.85%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(28,36,0,17)
C28M36Y0K17 
(28%,36%,0%,17%)
(0.28/0.36/0.00/0.17)	

CMYK percentages

%28.3
%35.85
%0
%16.86

Codes

Color #9888D4 in popluar color models

9888D4
RGB152136212
HSL253°46.91%68.24%
HSB/HSV253°35.85%83.14%
CMYK28.30%35.85%0.00%
16.86%

Color #9888D4 in popluar number systems.

HEX9888D4
Decimal152136212
Binary100110001000100011010100
Octal230210324

Shades and tints

Shades of #9888D4

#9888D4
(152,136,212)
#8B7CC1
(139,124,193)
#7E70AE
(126,112,174)
#71649B
(113,100,155)
#645888
(100,88,136)
#574C75
(87,76,117)
#4A4062
(74,64,98)
#3D344F
(61,52,79)
#30283C
(48,40,60)
#231C29
(35,28,41)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #9888D4

#9888D4
(152,136,212)
#A192D7
(161,146,215)
#AA9CDA
(170,156,218)
#B3A6DD
(179,166,221)
#BCB0E0
(188,176,224)
#C5BAE3
(197,186,227)
#CEC4E6
(206,196,230)
#D7CEE9
(215,206,233)
#E0D8EC
(224,216,236)
#E9E2EF
(233,226,239)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9888D4 color. Also use rgb(152,136,212) instead hex code.

Text Font Color

.myTextColor { color: #9888D4; }

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

This text font color is #9888D4.


Background Color

.myBgColor { background-color: #9888D4; }

<div style="background-color:#9888D4">Inner text</div>

This div background color is #9888D4.


Border color

.myBorderColor { border: 1px solid #9888D4; }

<div style="border:3px solid #9888D4">Div</div>

This div border color is #9888D4.


Opacity

.myOpacity80 { color: #9888D4; opacity: 0.8; }

<p style="color:#9888D4;opacity:0.8;">80%</p>

Text with #9888D4 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 #9888D4;}

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

This text has shadow with #9888D4 color.

.textShadow {text-shadow: 3px 3px 1px #9888D4, 3px 3px 1px red;}

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

This text has shadow with #9888D4 primary color and red secondary color.


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

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

This text has shadow with #9888D4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9888D4 on black background.


Color preview on white background

This text has color #9888D4 on white background.



Black color preview on #9888D4 background

This text has black color on #9888D4 background.


White color preview on #9888D4 background

This text has white color on #9888D4 background.