COLOR #8CCAE0

HEX: #8CCAE0
RGB: (140,202,224)

Color info

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

RGB color model

#8CCAE0 color RGB value is (140,202,224).

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

RGB channels and saturation

R 140 of 255 = 55%
G 202 of 255 = 79%
B 224 of 255 = 88%

140
202
224

R + G + B ~ 74%. #8CCAE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 202 + 224 = 566 (100%)
R 140 of 566 ~ 24.73%
G 202 of 566 ~ 35.69%
B 224 of 566 ~ 39.58%

%24.73
%35.69
%39.58

CMYK color model

#8CCAE0 color CMYK value is (38,10,0,12).

  • cyan value is 37.50%
  • magenta value is 9.82%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(38,10,0,12)
C38M10Y0K12 
(38%,10%,0%,12%)
(0.38/0.10/0.00/0.12)	

CMYK percentages

%37.5
%9.82
%0
%12.16

Codes

Color #8CCAE0 in popluar color models

8CCAE0
RGB140202224
HSL196°57.53%71.37%
HSB/HSV196°37.50%87.84%
CMYK37.50%9.82%0.00%
12.16%

Color #8CCAE0 in popluar number systems.

HEX8CCAE0
Decimal140202224
Binary100011001100101011100000
Octal214312340

Shades and tints

Shades of #8CCAE0

#8CCAE0
(140,202,224)
#80B8CC
(128,184,204)
#74A6B8
(116,166,184)
#6894A4
(104,148,164)
#5C8290
(92,130,144)
#50707C
(80,112,124)
#445E68
(68,94,104)
#384C54
(56,76,84)
#2C3A40
(44,58,64)
#20282C
(32,40,44)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #8CCAE0

#8CCAE0
(140,202,224)
#96CEE2
(150,206,226)
#A0D2E4
(160,210,228)
#AAD6E6
(170,214,230)
#B4DAE8
(180,218,232)
#BEDEEA
(190,222,234)
#C8E2EC
(200,226,236)
#D2E6EE
(210,230,238)
#DCEAF0
(220,234,240)
#E6EEF2
(230,238,242)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CCAE0; }

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

This text font color is #8CCAE0.


Background Color

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

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

This div background color is #8CCAE0.


Border color

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

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

This div border color is #8CCAE0.


Opacity

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

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

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

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

This text has shadow with #8CCAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CCAE0 on black background.


Color preview on white background

This text has color #8CCAE0 on white background.



Black color preview on #8CCAE0 background

This text has black color on #8CCAE0 background.


White color preview on #8CCAE0 background

This text has white color on #8CCAE0 background.