COLOR #8CA4E2

HEX: #8CA4E2 RGB: (140,164,226)

Color info

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

RGB color model

#8CA4E2 color RGB value is (140,164,226).

RGB: (140,164,226) (55%, 64%, 89%)

RGB channels and saturation

R 140 of 255 = 55%
G 164 of 255 = 64%
B 226 of 255 = 89%

140
164
226

R + G + B ~ 69%. #8CA4E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 164 + 226 = 530 (100%)
R 140 of 530 ~ 26.42%
G 164 of 530 ~ 30.94%
B 226 of 530 ~ 42.64'%

%26.42
%30.94
%42.64

CMYK color model

#8CA4E2 color CMYK value is (38,27,0,11).

  • cyan value is 38.05%
  • magenta value is 27.43%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (38,27,0,11)
C38M27Y0K11 (38%, 27%, 0%, 11%)
(0.38 / 0.27 / 0.00 / 0.11)

CMYK percentages

%38.05
%27.43
%0
%11.37

Codes

Color #8CA4E2 in popluar color models

8C A4 E2
RGB 140 164 226
HSL 223° 59.72% 71.76%
HSB/HSV 223° 38.05% 88.63%
CMYK 38.05% 27.43% 0.00%
11.37%

Color #8CA4E2 in popluar number systems.

HEX 8C A4 E2
Decimal 140 164 226
Binary 10001100 10100100 11100010
Octal 214 244 342

Shades and tints

Shades of #8CA4E2

#8CA4E2
(140,164,226)
#8096CE
(128,150,206)
#7488BA
(116,136,186)
#687AA6
(104,122,166)
#5C6C92
(92,108,146)
#505E7E
(80,94,126)
#44506A
(68,80,106)
#384256
(56,66,86)
#2C3442
(44,52,66)
#20262E
(32,38,46)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #8CA4E2

#8CA4E2
(140,164,226)
#96ACE4
(150,172,228)
#A0B4E6
(160,180,230)
#AABCE8
(170,188,232)
#B4C4EA
(180,196,234)
#BECCEC
(190,204,236)
#C8D4EE
(200,212,238)
#D2DCF0
(210,220,240)
#DCE4F2
(220,228,242)
#E6ECF4
(230,236,244)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA4E2; }

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

This text font color is #8CA4E2.

Background Color

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

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

This div background color is #8CA4E2.

Border color

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

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

This div border color is #8CA4E2.

Opacity

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

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

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

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

This text has shadow with #8CA4E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA4E2.

Preview

Color preview on black background

This text has color #8CA4E2 on black background.


Color preview on white background

This text has color #8CA4E2 on white background.


Black color preview on #8CA4E2 background

This text has black color on #8CA4E2 background.


White color preview on #8CA4E2 background

This text has white color on #8CA4E2 background.


Related colors

Complementary color

Complementary color for #hex is #735B1D.


I love getcolorcode.com

Triadic colors

1 #E28CA4 and #A4E28C with #8CA4E2 are triadic colors.

2 #E2A48C and #A48CE2 with #8CA4E2 are triadic colors.