COLOR #9296E1

HEX: #9296E1
RGB: (146,150,225)

Color info

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

RGB color model

#9296E1 color RGB value is (146,150,225).

  • red value is 146;
  • green value is 150;
  • blue value is 225.
RGB:
(146,150,225)
(57%,59%,88%)

RGB channels and saturation

R 146 of 255 = 57%
G 150 of 255 = 59%
B 225 of 255 = 88%

146
150
225

R + G + B ~ 68%. #9296E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 150 + 225 = 521 (100%)
R 146 of 521 ~ 28.02%
G 150 of 521 ~ 28.79%
B 225 of 521 ~ 43.19%

%28.02
%28.79
%43.19

CMYK color model

#9296E1 color CMYK value is (35,33,0,12).

  • cyan value is 35.11%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(35,33,0,12)
C35M33Y0K12 
(35%,33%,0%,12%)
(0.35/0.33/0.00/0.12)	

CMYK percentages

%35.11
%33.33
%0
%11.76

Codes

Color #9296E1 in popluar color models

9296E1
RGB146150225
HSL237°56.83%72.75%
HSB/HSV237°35.11%88.24%
CMYK35.11%33.33%0.00%
11.76%

Color #9296E1 in popluar number systems.

HEX9296E1
Decimal146150225
Binary100100101001011011100001
Octal222226341

Shades and tints

Shades of #9296E1

#9296E1
(146,150,225)
#8589CD
(133,137,205)
#787CB9
(120,124,185)
#6B6FA5
(107,111,165)
#5E6291
(94,98,145)
#51557D
(81,85,125)
#444869
(68,72,105)
#373B55
(55,59,85)
#2A2E41
(42,46,65)
#1D212D
(29,33,45)
#101419
(16,20,25)
#000000
(0,0,0)

Tints of #9296E1

#9296E1
(146,150,225)
#9B9FE3
(155,159,227)
#A4A8E5
(164,168,229)
#ADB1E7
(173,177,231)
#B6BAE9
(182,186,233)
#BFC3EB
(191,195,235)
#C8CCED
(200,204,237)
#D1D5EF
(209,213,239)
#DADEF1
(218,222,241)
#E3E7F3
(227,231,243)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9296E1 color. Also use rgb(146,150,225) instead hex code.

Text Font Color

.myTextColor { color: #9296E1; }

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

This text font color is #9296E1.


Background Color

.myBgColor { background-color: #9296E1; }

<div style="background-color:#9296E1">Inner text</div>

This div background color is #9296E1.


Border color

.myBorderColor { border: 1px solid #9296E1; }

<div style="border:3px solid #9296E1">Div</div>

This div border color is #9296E1.


Opacity

.myOpacity80 { color: #9296E1; opacity: 0.8; }

<p style="color:#9296E1;opacity:0.8;">80%</p>

Text with #9296E1 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 #9296E1;}

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

This text has shadow with #9296E1 color.

.textShadow {text-shadow: 3px 3px 1px #9296E1, 3px 3px 1px red;}

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

This text has shadow with #9296E1 primary color and red secondary color.


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

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

This text has shadow with #9296E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9296E1 on black background.


Color preview on white background

This text has color #9296E1 on white background.



Black color preview on #9296E1 background

This text has black color on #9296E1 background.


White color preview on #9296E1 background

This text has white color on #9296E1 background.