COLOR #9890E7

HEX: #9890E7
RGB: (152,144,231)

Color info

#9890E7 contains mainly blue color. Web safe color of #9890E7 is #9999FF (or #99F).

RGB color model

#9890E7 color RGB value is (152,144,231).

  • red value is 152;
  • green value is 144;
  • blue value is 231.
RGB:
(152,144,231)
(60%,56%,91%)

RGB channels and saturation

R 152 of 255 = 60%
G 144 of 255 = 56%
B 231 of 255 = 91%

152
144
231

R + G + B ~ 69%. #9890E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 144 + 231 = 527 (100%)
R 152 of 527 ~ 28.84%
G 144 of 527 ~ 27.32%
B 231 of 527 ~ 43.83%

%28.84
%27.32
%43.83

CMYK color model

#9890E7 color CMYK value is (34,38,0,9).

  • cyan value is 34.20%
  • magenta value is 37.66%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(34,38,0,9)
C34M38Y0K9 
(34%,38%,0%,9%)
(0.34/0.38/0.00/0.09)	

CMYK percentages

%34.2
%37.66
%0
%9.41

Codes

Color #9890E7 in popluar color models

9890E7
RGB152144231
HSL246°64.44%73.53%
HSB/HSV246°37.66%90.59%
CMYK34.20%37.66%0.00%
9.41%

Color #9890E7 in popluar number systems.

HEX9890E7
Decimal152144231
Binary100110001001000011100111
Octal230220347

Shades and tints

Shades of #9890E7

#9890E7
(152,144,231)
#8B83D2
(139,131,210)
#7E76BD
(126,118,189)
#7169A8
(113,105,168)
#645C93
(100,92,147)
#574F7E
(87,79,126)
#4A4269
(74,66,105)
#3D3554
(61,53,84)
#30283F
(48,40,63)
#231B2A
(35,27,42)
#160E15
(22,14,21)
#000000
(0,0,0)

Tints of #9890E7

#9890E7
(152,144,231)
#A19AE9
(161,154,233)
#AAA4EB
(170,164,235)
#B3AEED
(179,174,237)
#BCB8EF
(188,184,239)
#C5C2F1
(197,194,241)
#CECCF3
(206,204,243)
#D7D6F5
(215,214,245)
#E0E0F7
(224,224,247)
#E9EAF9
(233,234,249)
#F2F4FB
(242,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9890E7 color. Also use rgb(152,144,231) instead hex code.

Text Font Color

.myTextColor { color: #9890E7; }

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

This text font color is #9890E7.


Background Color

.myBgColor { background-color: #9890E7; }

<div style="background-color:#9890E7">Inner text</div>

This div background color is #9890E7.


Border color

.myBorderColor { border: 1px solid #9890E7; }

<div style="border:3px solid #9890E7">Div</div>

This div border color is #9890E7.


Opacity

.myOpacity80 { color: #9890E7; opacity: 0.8; }

<p style="color:#9890E7;opacity:0.8;">80%</p>

Text with #9890E7 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 #9890E7;}

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

This text has shadow with #9890E7 color.

.textShadow {text-shadow: 3px 3px 1px #9890E7, 3px 3px 1px red;}

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

This text has shadow with #9890E7 primary color and red secondary color.


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

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

This text has shadow with #9890E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9890E7 on black background.


Color preview on white background

This text has color #9890E7 on white background.



Black color preview on #9890E7 background

This text has black color on #9890E7 background.


White color preview on #9890E7 background

This text has white color on #9890E7 background.