COLOR #8CA4EB

HEX: #8CA4EB RGB: (140,164,235)

Color info

#8CA4EB contains mainly blue color. Web safe color of #8CA4EB is #9999FF (or #99F).

RGB color model

#8CA4EB color RGB value is (140,164,235).

RGB: (140,164,235) (55%, 64%, 92%)

RGB channels and saturation

R 140 of 255 = 55%
G 164 of 255 = 64%
B 235 of 255 = 92%

140
164
235

R + G + B ~ 70%. #8CA4EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 164 + 235 = 539 (100%)
R 140 of 539 ~ 25.97%
G 164 of 539 ~ 30.43%
B 235 of 539 ~ 43.6'%

%25.97
%30.43
%43.6

CMYK color model

#8CA4EB color CMYK value is (40,30,0,8).

  • cyan value is 40.43%
  • magenta value is 30.21%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (40,30,0,8)
C40M30Y0K8 (40%, 30%, 0%, 8%)
(0.40 / 0.30 / 0.00 / 0.08)

CMYK percentages

%40.43
%30.21
%0
%7.84

Codes

Color #8CA4EB in popluar color models

8C A4 EB
RGB 140 164 235
HSL 225° 70.37% 73.53%
HSB/HSV 225° 40.43% 92.16%
CMYK 40.43% 30.21% 0.00%
7.84%

Color #8CA4EB in popluar number systems.

HEX 8C A4 EB
Decimal 140 164 235
Binary 10001100 10100100 11101011
Octal 214 244 353

Shades and tints

Shades of #8CA4EB

#8CA4EB
(140,164,235)
#8096D6
(128,150,214)
#7488C1
(116,136,193)
#687AAC
(104,122,172)
#5C6C97
(92,108,151)
#505E82
(80,94,130)
#44506D
(68,80,109)
#384258
(56,66,88)
#2C3443
(44,52,67)
#20262E
(32,38,46)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #8CA4EB

#8CA4EB
(140,164,235)
#96ACEC
(150,172,236)
#A0B4ED
(160,180,237)
#AABCEE
(170,188,238)
#B4C4EF
(180,196,239)
#BECCF0
(190,204,240)
#C8D4F1
(200,212,241)
#D2DCF2
(210,220,242)
#DCE4F3
(220,228,243)
#E6ECF4
(230,236,244)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA4EB color. Also use rgb(140,164,235) instead hex code.

Text Font Color

.myTextColor { color: #8CA4EB; }

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

This text font color is #8CA4EB.

Background Color

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

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

This div background color is #8CA4EB.

Border color

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

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

This div border color is #8CA4EB.

Opacity

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

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

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

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

This text has shadow with #8CA4EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA4EB.

Preview

Color preview on black background

This text has color #8CA4EB on black background.


Color preview on white background

This text has color #8CA4EB on white background.


Black color preview on #8CA4EB background

This text has black color on #8CA4EB background.


White color preview on #8CA4EB background

This text has white color on #8CA4EB background.


Related colors

Complementary color

Complementary color for #hex is #735B14.


I love getcolorcode.com

Triadic colors

1 #EB8CA4 and #A4EB8C with #8CA4EB are triadic colors.

2 #EBA48C and #A48CEB with #8CA4EB are triadic colors.