COLOR #8C9CE3

HEX: #8C9CE3
RGB: (140,156,227)

Color info

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

RGB color model

#8C9CE3 color RGB value is (140,156,227).

  • red value is 140;
  • green value is 156;
  • blue value is 227.
RGB:
(140,156,227)
(55%,61%,89%)

RGB channels and saturation

R 140 of 255 = 55%
G 156 of 255 = 61%
B 227 of 255 = 89%

140
156
227

R + G + B ~ 68%. #8C9CE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 156 + 227 = 523 (100%)
R 140 of 523 ~ 26.77%
G 156 of 523 ~ 29.83%
B 227 of 523 ~ 43.4%

%26.77
%29.83
%43.4

CMYK color model

#8C9CE3 color CMYK value is (38,31,0,11).

  • cyan value is 38.33%
  • magenta value is 31.28%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(38,31,0,11)
C38M31Y0K11 
(38%,31%,0%,11%)
(0.38/0.31/0.00/0.11)	

CMYK percentages

%38.33
%31.28
%0
%10.98

Codes

Color #8C9CE3 in popluar color models

8C9CE3
RGB140156227
HSL229°60.84%71.96%
HSB/HSV229°38.33%89.02%
CMYK38.33%31.28%0.00%
10.98%

Color #8C9CE3 in popluar number systems.

HEX8C9CE3
Decimal140156227
Binary100011001001110011100011
Octal214234343

Shades and tints

Shades of #8C9CE3

#8C9CE3
(140,156,227)
#808ECF
(128,142,207)
#7480BB
(116,128,187)
#6872A7
(104,114,167)
#5C6493
(92,100,147)
#50567F
(80,86,127)
#44486B
(68,72,107)
#383A57
(56,58,87)
#2C2C43
(44,44,67)
#201E2F
(32,30,47)
#14101B
(20,16,27)
#000000
(0,0,0)

Tints of #8C9CE3

#8C9CE3
(140,156,227)
#96A5E5
(150,165,229)
#A0AEE7
(160,174,231)
#AAB7E9
(170,183,233)
#B4C0EB
(180,192,235)
#BEC9ED
(190,201,237)
#C8D2EF
(200,210,239)
#D2DBF1
(210,219,241)
#DCE4F3
(220,228,243)
#E6EDF5
(230,237,245)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9CE3 color. Also use rgb(140,156,227) instead hex code.

Text Font Color

.myTextColor { color: #8C9CE3; }

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

This text font color is #8C9CE3.


Background Color

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

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

This div background color is #8C9CE3.


Border color

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

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

This div border color is #8C9CE3.


Opacity

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

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

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

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

This text has shadow with #8C9CE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9CE3 on black background.


Color preview on white background

This text has color #8C9CE3 on white background.



Black color preview on #8C9CE3 background

This text has black color on #8C9CE3 background.


White color preview on #8C9CE3 background

This text has white color on #8C9CE3 background.