COLOR #999EE1

HEX: #999EE1
RGB: (153,158,225)

Color info

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

RGB color model

#999EE1 color RGB value is (153,158,225).

  • red value is 153;
  • green value is 158;
  • blue value is 225.
RGB:
(153,158,225)
(60%,62%,88%)

RGB channels and saturation

R 153 of 255 = 60%
G 158 of 255 = 62%
B 225 of 255 = 88%

153
158
225

R + G + B ~ 70%. #999EE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 158 + 225 = 536 (100%)
R 153 of 536 ~ 28.54%
G 158 of 536 ~ 29.48%
B 225 of 536 ~ 41.98%

%28.54
%29.48
%41.98

CMYK color model

#999EE1 color CMYK value is (32,30,0,12).

  • cyan value is 32.00%
  • magenta value is 29.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(32,30,0,12)
C32M30Y0K12 
(32%,30%,0%,12%)
(0.32/0.30/0.00/0.12)	

CMYK percentages

%32
%29.78
%0
%11.76

Codes

Color #999EE1 in popluar color models

999EE1
RGB153158225
HSL236°54.55%74.12%
HSB/HSV236°32.00%88.24%
CMYK32.00%29.78%0.00%
11.76%

Color #999EE1 in popluar number systems.

HEX999EE1
Decimal153158225
Binary100110011001111011100001
Octal231236341

Shades and tints

Shades of #999EE1

#999EE1
(153,158,225)
#8C90CD
(140,144,205)
#7F82B9
(127,130,185)
#7274A5
(114,116,165)
#656691
(101,102,145)
#58587D
(88,88,125)
#4B4A69
(75,74,105)
#3E3C55
(62,60,85)
#312E41
(49,46,65)
#24202D
(36,32,45)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #999EE1

#999EE1
(153,158,225)
#A2A6E3
(162,166,227)
#ABAEE5
(171,174,229)
#B4B6E7
(180,182,231)
#BDBEE9
(189,190,233)
#C6C6EB
(198,198,235)
#CFCEED
(207,206,237)
#D8D6EF
(216,214,239)
#E1DEF1
(225,222,241)
#EAE6F3
(234,230,243)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999EE1 color. Also use rgb(153,158,225) instead hex code.

Text Font Color

.myTextColor { color: #999EE1; }

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

This text font color is #999EE1.


Background Color

.myBgColor { background-color: #999EE1; }

<div style="background-color:#999EE1">Inner text</div>

This div background color is #999EE1.


Border color

.myBorderColor { border: 1px solid #999EE1; }

<div style="border:3px solid #999EE1">Div</div>

This div border color is #999EE1.


Opacity

.myOpacity80 { color: #999EE1; opacity: 0.8; }

<p style="color:#999EE1;opacity:0.8;">80%</p>

Text with #999EE1 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 #999EE1;}

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

This text has shadow with #999EE1 color.

.textShadow {text-shadow: 3px 3px 1px #999EE1, 3px 3px 1px red;}

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

This text has shadow with #999EE1 primary color and red secondary color.


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

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

This text has shadow with #999EE1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999EE1 on black background.


Color preview on white background

This text has color #999EE1 on white background.



Black color preview on #999EE1 background

This text has black color on #999EE1 background.


White color preview on #999EE1 background

This text has white color on #999EE1 background.