COLOR #8C90D6

HEX: #8C90D6
RGB: (140,144,214)

Color info

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

RGB color model

#8C90D6 color RGB value is (140,144,214).

  • red value is 140;
  • green value is 144;
  • blue value is 214.
RGB:
(140,144,214)
(55%,56%,84%)

RGB channels and saturation

R 140 of 255 = 55%
G 144 of 255 = 56%
B 214 of 255 = 84%

140
144
214

R + G + B ~ 65%. #8C90D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 144 + 214 = 498 (100%)
R 140 of 498 ~ 28.11%
G 144 of 498 ~ 28.92%
B 214 of 498 ~ 42.97%

%28.11
%28.92
%42.97

CMYK color model

#8C90D6 color CMYK value is (35,33,0,16).

  • cyan value is 34.58%
  • magenta value is 32.71%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(35,33,0,16)
C35M33Y0K16 
(35%,33%,0%,16%)
(0.35/0.33/0.00/0.16)	

CMYK percentages

%34.58
%32.71
%0
%16.08

Codes

Color #8C90D6 in popluar color models

8C90D6
RGB140144214
HSL237°47.44%69.41%
HSB/HSV237°34.58%83.92%
CMYK34.58%32.71%0.00%
16.08%

Color #8C90D6 in popluar number systems.

HEX8C90D6
Decimal140144214
Binary100011001001000011010110
Octal214220326

Shades and tints

Shades of #8C90D6

#8C90D6
(140,144,214)
#8083C3
(128,131,195)
#7476B0
(116,118,176)
#68699D
(104,105,157)
#5C5C8A
(92,92,138)
#504F77
(80,79,119)
#444264
(68,66,100)
#383551
(56,53,81)
#2C283E
(44,40,62)
#201B2B
(32,27,43)
#140E18
(20,14,24)
#000000
(0,0,0)

Tints of #8C90D6

#8C90D6
(140,144,214)
#969AD9
(150,154,217)
#A0A4DC
(160,164,220)
#AAAEDF
(170,174,223)
#B4B8E2
(180,184,226)
#BEC2E5
(190,194,229)
#C8CCE8
(200,204,232)
#D2D6EB
(210,214,235)
#DCE0EE
(220,224,238)
#E6EAF1
(230,234,241)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C90D6 color. Also use rgb(140,144,214) instead hex code.

Text Font Color

.myTextColor { color: #8C90D6; }

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

This text font color is #8C90D6.


Background Color

.myBgColor { background-color: #8C90D6; }

<div style="background-color:#8C90D6">Inner text</div>

This div background color is #8C90D6.


Border color

.myBorderColor { border: 1px solid #8C90D6; }

<div style="border:3px solid #8C90D6">Div</div>

This div border color is #8C90D6.


Opacity

.myOpacity80 { color: #8C90D6; opacity: 0.8; }

<p style="color:#8C90D6;opacity:0.8;">80%</p>

Text with #8C90D6 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 #8C90D6;}

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

This text has shadow with #8C90D6 color.

.textShadow {text-shadow: 3px 3px 1px #8C90D6, 3px 3px 1px red;}

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

This text has shadow with #8C90D6 primary color and red secondary color.


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

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

This text has shadow with #8C90D6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C90D6 on black background.


Color preview on white background

This text has color #8C90D6 on white background.



Black color preview on #8C90D6 background

This text has black color on #8C90D6 background.


White color preview on #8C90D6 background

This text has white color on #8C90D6 background.