COLOR #8C94E4

HEX: #8C94E4
RGB: (140,148,228)

Color info

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

RGB color model

#8C94E4 color RGB value is (140,148,228).

  • red value is 140;
  • green value is 148;
  • blue value is 228.
RGB:
(140,148,228)
(55%,58%,89%)

RGB channels and saturation

R 140 of 255 = 55%
G 148 of 255 = 58%
B 228 of 255 = 89%

140
148
228

R + G + B ~ 67%. #8C94E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 148 + 228 = 516 (100%)
R 140 of 516 ~ 27.13%
G 148 of 516 ~ 28.68%
B 228 of 516 ~ 44.19%

%27.13
%28.68
%44.19

CMYK color model

#8C94E4 color CMYK value is (39,35,0,11).

  • cyan value is 38.60%
  • magenta value is 35.09%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(39,35,0,11)
C39M35Y0K11 
(39%,35%,0%,11%)
(0.39/0.35/0.00/0.11)	

CMYK percentages

%38.6
%35.09
%0
%10.59

Codes

Color #8C94E4 in popluar color models

8C94E4
RGB140148228
HSL235°61.97%72.16%
HSB/HSV235°38.60%89.41%
CMYK38.60%35.09%0.00%
10.59%

Color #8C94E4 in popluar number systems.

HEX8C94E4
Decimal140148228
Binary100011001001010011100100
Octal214224344

Shades and tints

Shades of #8C94E4

#8C94E4
(140,148,228)
#8087D0
(128,135,208)
#747ABC
(116,122,188)
#686DA8
(104,109,168)
#5C6094
(92,96,148)
#505380
(80,83,128)
#44466C
(68,70,108)
#383958
(56,57,88)
#2C2C44
(44,44,68)
#201F30
(32,31,48)
#14121C
(20,18,28)
#000000
(0,0,0)

Tints of #8C94E4

#8C94E4
(140,148,228)
#969DE6
(150,157,230)
#A0A6E8
(160,166,232)
#AAAFEA
(170,175,234)
#B4B8EC
(180,184,236)
#BEC1EE
(190,193,238)
#C8CAF0
(200,202,240)
#D2D3F2
(210,211,242)
#DCDCF4
(220,220,244)
#E6E5F6
(230,229,246)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C94E4 color. Also use rgb(140,148,228) instead hex code.

Text Font Color

.myTextColor { color: #8C94E4; }

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

This text font color is #8C94E4.


Background Color

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

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

This div background color is #8C94E4.


Border color

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

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

This div border color is #8C94E4.


Opacity

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

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

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

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

This text has shadow with #8C94E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C94E4 on black background.


Color preview on white background

This text has color #8C94E4 on white background.



Black color preview on #8C94E4 background

This text has black color on #8C94E4 background.


White color preview on #8C94E4 background

This text has white color on #8C94E4 background.