COLOR #9998E6

HEX: #9998E6
RGB: (153,152,230)

Color info

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

RGB color model

#9998E6 color RGB value is (153,152,230).

  • red value is 153;
  • green value is 152;
  • blue value is 230.
RGB:
(153,152,230)
(60%,60%,90%)

RGB channels and saturation

R 153 of 255 = 60%
G 152 of 255 = 60%
B 230 of 255 = 90%

153
152
230

R + G + B ~ 70%. #9998E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 152 + 230 = 535 (100%)
R 153 of 535 ~ 28.6%
G 152 of 535 ~ 28.41%
B 230 of 535 ~ 42.99%

%28.6
%28.41
%42.99

CMYK color model

#9998E6 color CMYK value is (33,34,0,10).

  • cyan value is 33.48%
  • magenta value is 33.91%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(33,34,0,10)
C33M34Y0K10 
(33%,34%,0%,10%)
(0.33/0.34/0.00/0.10)	

CMYK percentages

%33.48
%33.91
%0
%9.8

Codes

Color #9998E6 in popluar color models

9998E6
RGB153152230
HSL241°60.94%74.90%
HSB/HSV241°33.91%90.20%
CMYK33.48%33.91%0.00%
9.80%

Color #9998E6 in popluar number systems.

HEX9998E6
Decimal153152230
Binary100110011001100011100110
Octal231230346

Shades and tints

Shades of #9998E6

#9998E6
(153,152,230)
#8C8BD2
(140,139,210)
#7F7EBE
(127,126,190)
#7271AA
(114,113,170)
#656496
(101,100,150)
#585782
(88,87,130)
#4B4A6E
(75,74,110)
#3E3D5A
(62,61,90)
#313046
(49,48,70)
#242332
(36,35,50)
#17161E
(23,22,30)
#000000
(0,0,0)

Tints of #9998E6

#9998E6
(153,152,230)
#A2A1E8
(162,161,232)
#ABAAEA
(171,170,234)
#B4B3EC
(180,179,236)
#BDBCEE
(189,188,238)
#C6C5F0
(198,197,240)
#CFCEF2
(207,206,242)
#D8D7F4
(216,215,244)
#E1E0F6
(225,224,246)
#EAE9F8
(234,233,248)
#F3F2FA
(243,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9998E6 color. Also use rgb(153,152,230) instead hex code.

Text Font Color

.myTextColor { color: #9998E6; }

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

This text font color is #9998E6.


Background Color

.myBgColor { background-color: #9998E6; }

<div style="background-color:#9998E6">Inner text</div>

This div background color is #9998E6.


Border color

.myBorderColor { border: 1px solid #9998E6; }

<div style="border:3px solid #9998E6">Div</div>

This div border color is #9998E6.


Opacity

.myOpacity80 { color: #9998E6; opacity: 0.8; }

<p style="color:#9998E6;opacity:0.8;">80%</p>

Text with #9998E6 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 #9998E6;}

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

This text has shadow with #9998E6 color.

.textShadow {text-shadow: 3px 3px 1px #9998E6, 3px 3px 1px red;}

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

This text has shadow with #9998E6 primary color and red secondary color.


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

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

This text has shadow with #9998E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9998E6 on black background.


Color preview on white background

This text has color #9998E6 on white background.



Black color preview on #9998E6 background

This text has black color on #9998E6 background.


White color preview on #9998E6 background

This text has white color on #9998E6 background.