COLOR #8C9ED2

HEX: #8C9ED2
RGB: (140,158,210)

Color info

#8C9ED2 contains mainly green and blue colors. Web safe color of #8C9ED2 is #9999CC (or #99C).

RGB color model

#8C9ED2 color RGB value is (140,158,210).

  • red value is 140;
  • green value is 158;
  • blue value is 210.
RGB:
(140,158,210)
(55%,62%,82%)

RGB channels and saturation

R 140 of 255 = 55%
G 158 of 255 = 62%
B 210 of 255 = 82%

140
158
210

R + G + B ~ 66%. #8C9ED2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 158 + 210 = 508 (100%)
R 140 of 508 ~ 27.56%
G 158 of 508 ~ 31.1%
B 210 of 508 ~ 41.34%

%27.56
%31.1
%41.34

CMYK color model

#8C9ED2 color CMYK value is (33,25,0,18).

  • cyan value is 33.33%
  • magenta value is 24.76%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(33,25,0,18)
C33M25Y0K18 
(33%,25%,0%,18%)
(0.33/0.25/0.00/0.18)	

CMYK percentages

%33.33
%24.76
%0
%17.65

Codes

Color #8C9ED2 in popluar color models

8C9ED2
RGB140158210
HSL225°43.75%68.63%
HSB/HSV225°33.33%82.35%
CMYK33.33%24.76%0.00%
17.65%

Color #8C9ED2 in popluar number systems.

HEX8C9ED2
Decimal140158210
Binary100011001001111011010010
Octal214236322

Shades and tints

Shades of #8C9ED2

#8C9ED2
(140,158,210)
#8090BF
(128,144,191)
#7482AC
(116,130,172)
#687499
(104,116,153)
#5C6686
(92,102,134)
#505873
(80,88,115)
#444A60
(68,74,96)
#383C4D
(56,60,77)
#2C2E3A
(44,46,58)
#202027
(32,32,39)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #8C9ED2

#8C9ED2
(140,158,210)
#96A6D6
(150,166,214)
#A0AEDA
(160,174,218)
#AAB6DE
(170,182,222)
#B4BEE2
(180,190,226)
#BEC6E6
(190,198,230)
#C8CEEA
(200,206,234)
#D2D6EE
(210,214,238)
#DCDEF2
(220,222,242)
#E6E6F6
(230,230,246)
#F0EEFA
(240,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9ED2 color. Also use rgb(140,158,210) instead hex code.

Text Font Color

.myTextColor { color: #8C9ED2; }

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

This text font color is #8C9ED2.


Background Color

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

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

This div background color is #8C9ED2.


Border color

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

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

This div border color is #8C9ED2.


Opacity

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

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

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

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

This text has shadow with #8C9ED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9ED2 on black background.


Color preview on white background

This text has color #8C9ED2 on white background.



Black color preview on #8C9ED2 background

This text has black color on #8C9ED2 background.


White color preview on #8C9ED2 background

This text has white color on #8C9ED2 background.