COLOR #8CA4D2

HEX: #8CA4D2 RGB: (140,164,210)

Color info

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

RGB color model

#8CA4D2 color RGB value is (140,164,210).

RGB: (140,164,210) (55%, 64%, 82%)

RGB channels and saturation

R 140 of 255 = 55%
G 164 of 255 = 64%
B 210 of 255 = 82%

140
164
210

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

Portions of RGB colors in percentages

R + G + B = 140 + 164 + 210 = 514 (100%)
R 140 of 514 ~ 27.24%
G 164 of 514 ~ 31.91%
B 210 of 514 ~ 40.86'%

%27.24
%31.91
%40.86

CMYK color model

#8CA4D2 color CMYK value is (33,22,0,18).

  • cyan value is 33.33%
  • magenta value is 21.90%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (33,22,0,18)
C33M22Y0K18 (33%, 22%, 0%, 18%)
(0.33 / 0.22 / 0.00 / 0.18)

CMYK percentages

%33.33
%21.9
%0
%17.65

Codes

Color #8CA4D2 in popluar color models

8C A4 D2
RGB 140 164 210
HSL 219° 43.75% 68.63%
HSB/HSV 219° 33.33% 82.35%
CMYK 33.33% 21.90% 0.00%
17.65%

Color #8CA4D2 in popluar number systems.

HEX 8C A4 D2
Decimal 140 164 210
Binary 10001100 10100100 11010010
Octal 214 244 322

Shades and tints

Shades of #8CA4D2

#8CA4D2
(140,164,210)
#8096BF
(128,150,191)
#7488AC
(116,136,172)
#687A99
(104,122,153)
#5C6C86
(92,108,134)
#505E73
(80,94,115)
#445060
(68,80,96)
#38424D
(56,66,77)
#2C343A
(44,52,58)
#202627
(32,38,39)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #8CA4D2

#8CA4D2
(140,164,210)
#96ACD6
(150,172,214)
#A0B4DA
(160,180,218)
#AABCDE
(170,188,222)
#B4C4E2
(180,196,226)
#BECCE6
(190,204,230)
#C8D4EA
(200,212,234)
#D2DCEE
(210,220,238)
#DCE4F2
(220,228,242)
#E6ECF6
(230,236,246)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA4D2; }

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

This text font color is #8CA4D2.

Background Color

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

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

This div background color is #8CA4D2.

Border color

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

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

This div border color is #8CA4D2.

Opacity

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

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

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

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

This text has shadow with #8CA4D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CA4D2.

Preview

Color preview on black background

This text has color #8CA4D2 on black background.


Color preview on white background

This text has color #8CA4D2 on white background.


Black color preview on #8CA4D2 background

This text has black color on #8CA4D2 background.


White color preview on #8CA4D2 background

This text has white color on #8CA4D2 background.


Related colors

Complementary color

Complementary color for #hex is #735B2D.


I love getcolorcode.com

Triadic colors

1 #D28CA4 and #A4D28C with #8CA4D2 are triadic colors.

2 #D2A48C and #A48CD2 with #8CA4D2 are triadic colors.