COLOR #8CA0D7

HEX: #8CA0D7
RGB: (140,160,215)

Color info

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

RGB color model

#8CA0D7 color RGB value is (140,160,215).

  • red value is 140;
  • green value is 160;
  • blue value is 215.
RGB:
(140,160,215)
(55%,63%,84%)

RGB channels and saturation

R 140 of 255 = 55%
G 160 of 255 = 63%
B 215 of 255 = 84%

140
160
215

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

Portions of RGB colors in percentages

R + G + B =
140 + 160 + 215 = 515 (100%)
R 140 of 515 ~ 27.18%
G 160 of 515 ~ 31.07%
B 215 of 515 ~ 41.75%

%27.18
%31.07
%41.75

CMYK color model

#8CA0D7 color CMYK value is (35,26,0,16).

  • cyan value is 34.88%
  • magenta value is 25.58%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(35,26,0,16)
C35M26Y0K16 
(35%,26%,0%,16%)
(0.35/0.26/0.00/0.16)	

CMYK percentages

%34.88
%25.58
%0
%15.69

Codes

Color #8CA0D7 in popluar color models

8CA0D7
RGB140160215
HSL224°48.39%69.61%
HSB/HSV224°34.88%84.31%
CMYK34.88%25.58%0.00%
15.69%

Color #8CA0D7 in popluar number systems.

HEX8CA0D7
Decimal140160215
Binary100011001010000011010111
Octal214240327

Shades and tints

Shades of #8CA0D7

#8CA0D7
(140,160,215)
#8092C4
(128,146,196)
#7484B1
(116,132,177)
#68769E
(104,118,158)
#5C688B
(92,104,139)
#505A78
(80,90,120)
#444C65
(68,76,101)
#383E52
(56,62,82)
#2C303F
(44,48,63)
#20222C
(32,34,44)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #8CA0D7

#8CA0D7
(140,160,215)
#96A8DA
(150,168,218)
#A0B0DD
(160,176,221)
#AAB8E0
(170,184,224)
#B4C0E3
(180,192,227)
#BEC8E6
(190,200,230)
#C8D0E9
(200,208,233)
#D2D8EC
(210,216,236)
#DCE0EF
(220,224,239)
#E6E8F2
(230,232,242)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA0D7 color. Also use rgb(140,160,215) instead hex code.

Text Font Color

.myTextColor { color: #8CA0D7; }

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

This text font color is #8CA0D7.


Background Color

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

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

This div background color is #8CA0D7.


Border color

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

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

This div border color is #8CA0D7.


Opacity

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

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

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

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

This text has shadow with #8CA0D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA0D7 on black background.


Color preview on white background

This text has color #8CA0D7 on white background.



Black color preview on #8CA0D7 background

This text has black color on #8CA0D7 background.


White color preview on #8CA0D7 background

This text has white color on #8CA0D7 background.