COLOR #9C90E0

HEX: #9C90E0
RGB: (156,144,224)

Color info

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

RGB color model

#9C90E0 color RGB value is (156,144,224).

  • red value is 156;
  • green value is 144;
  • blue value is 224.
RGB:
(156,144,224)
(61%,56%,88%)

RGB channels and saturation

R 156 of 255 = 61%
G 144 of 255 = 56%
B 224 of 255 = 88%

156
144
224

R + G + B ~ 68%. #9C90E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 144 + 224 = 524 (100%)
R 156 of 524 ~ 29.77%
G 144 of 524 ~ 27.48%
B 224 of 524 ~ 42.75%

%29.77
%27.48
%42.75

CMYK color model

#9C90E0 color CMYK value is (30,36,0,12).

  • cyan value is 30.36%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(30,36,0,12)
C30M36Y0K12 
(30%,36%,0%,12%)
(0.30/0.36/0.00/0.12)	

CMYK percentages

%30.36
%35.71
%0
%12.16

Codes

Color #9C90E0 in popluar color models

9C90E0
RGB156144224
HSL249°56.34%72.16%
HSB/HSV249°35.71%87.84%
CMYK30.36%35.71%0.00%
12.16%

Color #9C90E0 in popluar number systems.

HEX9C90E0
Decimal156144224
Binary100111001001000011100000
Octal234220340

Shades and tints

Shades of #9C90E0

#9C90E0
(156,144,224)
#8E83CC
(142,131,204)
#8076B8
(128,118,184)
#7269A4
(114,105,164)
#645C90
(100,92,144)
#564F7C
(86,79,124)
#484268
(72,66,104)
#3A3554
(58,53,84)
#2C2840
(44,40,64)
#1E1B2C
(30,27,44)
#100E18
(16,14,24)
#000000
(0,0,0)

Tints of #9C90E0

#9C90E0
(156,144,224)
#A59AE2
(165,154,226)
#AEA4E4
(174,164,228)
#B7AEE6
(183,174,230)
#C0B8E8
(192,184,232)
#C9C2EA
(201,194,234)
#D2CCEC
(210,204,236)
#DBD6EE
(219,214,238)
#E4E0F0
(228,224,240)
#EDEAF2
(237,234,242)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C90E0 color. Also use rgb(156,144,224) instead hex code.

Text Font Color

.myTextColor { color: #9C90E0; }

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

This text font color is #9C90E0.


Background Color

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

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

This div background color is #9C90E0.


Border color

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

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

This div border color is #9C90E0.


Opacity

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

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

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

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

This text has shadow with #9C90E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C90E0 on black background.


Color preview on white background

This text has color #9C90E0 on white background.



Black color preview on #9C90E0 background

This text has black color on #9C90E0 background.


White color preview on #9C90E0 background

This text has white color on #9C90E0 background.