COLOR #9999E5

HEX: #9999E5
RGB: (153,153,229)

Color info

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

RGB color model

#9999E5 color RGB value is (153,153,229).

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

RGB channels and saturation

R 153 of 255 = 60%
G 153 of 255 = 60%
B 229 of 255 = 90%

153
153
229

R + G + B ~ 70%. #9999E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 153 + 229 = 535 (100%)
R 153 of 535 ~ 28.6%
G 153 of 535 ~ 28.6%
B 229 of 535 ~ 42.8%

%28.6
%28.6
%42.8

CMYK color model

#9999E5 color CMYK value is (33,33,0,10).

  • cyan value is 33.19%
  • magenta value is 33.19%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(33,33,0,10)
C33M33Y0K10 
(33%,33%,0%,10%)
(0.33/0.33/0.00/0.10)	

CMYK percentages

%33.19
%33.19
%0
%10.2

Codes

Color #9999E5 in popluar color models

9999E5
RGB153153229
HSL240°59.38%74.90%
HSB/HSV240°33.19%89.80%
CMYK33.19%33.19%0.00%
10.20%

Color #9999E5 in popluar number systems.

HEX9999E5
Decimal153153229
Binary100110011001100111100101
Octal231231345

Shades and tints

Shades of #9999E5

#9999E5
(153,153,229)
#8C8CD1
(140,140,209)
#7F7FBD
(127,127,189)
#7272A9
(114,114,169)
#656595
(101,101,149)
#585881
(88,88,129)
#4B4B6D
(75,75,109)
#3E3E59
(62,62,89)
#313145
(49,49,69)
#242431
(36,36,49)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #9999E5

#9999E5
(153,153,229)
#A2A2E7
(162,162,231)
#ABABE9
(171,171,233)
#B4B4EB
(180,180,235)
#BDBDED
(189,189,237)
#C6C6EF
(198,198,239)
#CFCFF1
(207,207,241)
#D8D8F3
(216,216,243)
#E1E1F5
(225,225,245)
#EAEAF7
(234,234,247)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9999E5 color. Also use rgb(153,153,229) instead hex code.

Text Font Color

.myTextColor { color: #9999E5; }

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

This text font color is #9999E5.


Background Color

.myBgColor { background-color: #9999E5; }

<div style="background-color:#9999E5">Inner text</div>

This div background color is #9999E5.


Border color

.myBorderColor { border: 1px solid #9999E5; }

<div style="border:3px solid #9999E5">Div</div>

This div border color is #9999E5.


Opacity

.myOpacity80 { color: #9999E5; opacity: 0.8; }

<p style="color:#9999E5;opacity:0.8;">80%</p>

Text with #9999E5 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 #9999E5;}

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

This text has shadow with #9999E5 color.

.textShadow {text-shadow: 3px 3px 1px #9999E5, 3px 3px 1px red;}

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

This text has shadow with #9999E5 primary color and red secondary color.


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

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

This text has shadow with #9999E5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9999E5 on black background.


Color preview on white background

This text has color #9999E5 on white background.



Black color preview on #9999E5 background

This text has black color on #9999E5 background.


White color preview on #9999E5 background

This text has white color on #9999E5 background.