COLOR #9888EE

HEX: #9888EE
RGB: (152,136,238)

Color info

#9888EE contains mainly blue color. Web safe color of #9888EE is #9999FF (or #99F).

RGB color model

#9888EE color RGB value is (152,136,238).

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

RGB channels and saturation

R 152 of 255 = 60%
G 136 of 255 = 53%
B 238 of 255 = 93%

152
136
238

R + G + B ~ 69%. #9888EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 136 + 238 = 526 (100%)
R 152 of 526 ~ 28.9%
G 136 of 526 ~ 25.86%
B 238 of 526 ~ 45.25%

%28.9
%25.86
%45.25

CMYK color model

#9888EE color CMYK value is (36,43,0,7).

  • cyan value is 36.13%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(36,43,0,7)
C36M43Y0K7 
(36%,43%,0%,7%)
(0.36/0.43/0.00/0.07)	

CMYK percentages

%36.13
%42.86
%0
%6.67

Codes

Color #9888EE in popluar color models

9888EE
RGB152136238
HSL249°75.00%73.33%
HSB/HSV249°42.86%93.33%
CMYK36.13%42.86%0.00%
6.67%

Color #9888EE in popluar number systems.

HEX9888EE
Decimal152136238
Binary100110001000100011101110
Octal230210356

Shades and tints

Shades of #9888EE

#9888EE
(152,136,238)
#8B7CD9
(139,124,217)
#7E70C4
(126,112,196)
#7164AF
(113,100,175)
#64589A
(100,88,154)
#574C85
(87,76,133)
#4A4070
(74,64,112)
#3D345B
(61,52,91)
#302846
(48,40,70)
#231C31
(35,28,49)
#16101C
(22,16,28)
#000000
(0,0,0)

Tints of #9888EE

#9888EE
(152,136,238)
#A192EF
(161,146,239)
#AA9CF0
(170,156,240)
#B3A6F1
(179,166,241)
#BCB0F2
(188,176,242)
#C5BAF3
(197,186,243)
#CEC4F4
(206,196,244)
#D7CEF5
(215,206,245)
#E0D8F6
(224,216,246)
#E9E2F7
(233,226,247)
#F2ECF8
(242,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9888EE; }

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

This text font color is #9888EE.


Background Color

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

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

This div background color is #9888EE.


Border color

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

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

This div border color is #9888EE.


Opacity

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

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

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

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

This text has shadow with #9888EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9888EE on black background.


Color preview on white background

This text has color #9888EE on white background.



Black color preview on #9888EE background

This text has black color on #9888EE background.


White color preview on #9888EE background

This text has white color on #9888EE background.