COLOR #8CB4E0

HEX: #8CB4E0
RGB: (140,180,224)

Color info

#8CB4E0 contains mainly green and blue colors. Web safe color of #8CB4E0 is #99CCCC (or #9CC).

RGB color model

#8CB4E0 color RGB value is (140,180,224).

  • red value is 140;
  • green value is 180;
  • blue value is 224.
RGB:
(140,180,224)
(55%,71%,88%)

RGB channels and saturation

R 140 of 255 = 55%
G 180 of 255 = 71%
B 224 of 255 = 88%

140
180
224

R + G + B ~ 71%. #8CB4E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 180 + 224 = 544 (100%)
R 140 of 544 ~ 25.74%
G 180 of 544 ~ 33.09%
B 224 of 544 ~ 41.18%

%25.74
%33.09
%41.18

CMYK color model

#8CB4E0 color CMYK value is (38,20,0,12).

  • cyan value is 37.50%
  • magenta value is 19.64%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(38,20,0,12)
C38M20Y0K12 
(38%,20%,0%,12%)
(0.38/0.20/0.00/0.12)	

CMYK percentages

%37.5
%19.64
%0
%12.16

Codes

Color #8CB4E0 in popluar color models

8CB4E0
RGB140180224
HSL211°57.53%71.37%
HSB/HSV211°37.50%87.84%
CMYK37.50%19.64%0.00%
12.16%

Color #8CB4E0 in popluar number systems.

HEX8CB4E0
Decimal140180224
Binary100011001011010011100000
Octal214264340

Shades and tints

Shades of #8CB4E0

#8CB4E0
(140,180,224)
#80A4CC
(128,164,204)
#7494B8
(116,148,184)
#6884A4
(104,132,164)
#5C7490
(92,116,144)
#50647C
(80,100,124)
#445468
(68,84,104)
#384454
(56,68,84)
#2C3440
(44,52,64)
#20242C
(32,36,44)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #8CB4E0

#8CB4E0
(140,180,224)
#96BAE2
(150,186,226)
#A0C0E4
(160,192,228)
#AAC6E6
(170,198,230)
#B4CCE8
(180,204,232)
#BED2EA
(190,210,234)
#C8D8EC
(200,216,236)
#D2DEEE
(210,222,238)
#DCE4F0
(220,228,240)
#E6EAF2
(230,234,242)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB4E0 color. Also use rgb(140,180,224) instead hex code.

Text Font Color

.myTextColor { color: #8CB4E0; }

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

This text font color is #8CB4E0.


Background Color

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

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

This div background color is #8CB4E0.


Border color

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

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

This div border color is #8CB4E0.


Opacity

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

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

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

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

This text has shadow with #8CB4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB4E0 on black background.


Color preview on white background

This text has color #8CB4E0 on white background.



Black color preview on #8CB4E0 background

This text has black color on #8CB4E0 background.


White color preview on #8CB4E0 background

This text has white color on #8CB4E0 background.