COLOR #9E99E1

HEX: #9E99E1
RGB: (158,153,225)

Color info

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

RGB color model

#9E99E1 color RGB value is (158,153,225).

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

RGB channels and saturation

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

158
153
225

R + G + B ~ 70%. #9E99E1 is quite light color.

Portions of RGB colors in percentages

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

%29.48
%28.54
%41.98

CMYK color model

#9E99E1 color CMYK value is (30,32,0,12).

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

CMYK percentages

%29.78
%32
%0
%11.76

Codes

Color #9E99E1 in popluar color models

9E99E1
RGB158153225
HSL244°54.55%74.12%
HSB/HSV244°32.00%88.24%
CMYK29.78%32.00%0.00%
11.76%

Color #9E99E1 in popluar number systems.

HEX9E99E1
Decimal158153225
Binary100111101001100111100001
Octal236231341

Shades and tints

Shades of #9E99E1

#9E99E1
(158,153,225)
#908CCD
(144,140,205)
#827FB9
(130,127,185)
#7472A5
(116,114,165)
#666591
(102,101,145)
#58587D
(88,88,125)
#4A4B69
(74,75,105)
#3C3E55
(60,62,85)
#2E3141
(46,49,65)
#20242D
(32,36,45)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #9E99E1

#9E99E1
(158,153,225)
#A6A2E3
(166,162,227)
#AEABE5
(174,171,229)
#B6B4E7
(182,180,231)
#BEBDE9
(190,189,233)
#C6C6EB
(198,198,235)
#CECFED
(206,207,237)
#D6D8EF
(214,216,239)
#DEE1F1
(222,225,241)
#E6EAF3
(230,234,243)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E99E1; }

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

This text font color is #9E99E1.


Background Color

.myBgColor { background-color: #9E99E1; }

<div style="background-color:#9E99E1">Inner text</div>

This div background color is #9E99E1.


Border color

.myBorderColor { border: 1px solid #9E99E1; }

<div style="border:3px solid #9E99E1">Div</div>

This div border color is #9E99E1.


Opacity

.myOpacity80 { color: #9E99E1; opacity: 0.8; }

<p style="color:#9E99E1;opacity:0.8;">80%</p>

Text with #9E99E1 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 #9E99E1;}

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

This text has shadow with #9E99E1 color.

.textShadow {text-shadow: 3px 3px 1px #9E99E1, 3px 3px 1px red;}

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

This text has shadow with #9E99E1 primary color and red secondary color.


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

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

This text has shadow with #9E99E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E99E1 on black background.


Color preview on white background

This text has color #9E99E1 on white background.



Black color preview on #9E99E1 background

This text has black color on #9E99E1 background.


White color preview on #9E99E1 background

This text has white color on #9E99E1 background.