COLOR #8CE0F9

HEX: #8CE0F9
RGB: (140,224,249)

Color info

#8CE0F9 contains mainly green and blue colors. Web safe color of #8CE0F9 is #99CCFF (or #9CF).

RGB color model

#8CE0F9 color RGB value is (140,224,249).

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

RGB channels and saturation

R 140 of 255 = 55%
G 224 of 255 = 88%
B 249 of 255 = 98%

140
224
249

R + G + B ~ 80%. #8CE0F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 224 + 249 = 613 (100%)
R 140 of 613 ~ 22.84%
G 224 of 613 ~ 36.54%
B 249 of 613 ~ 40.62%

%22.84
%36.54
%40.62

CMYK color model

#8CE0F9 color CMYK value is (44,10,0,2).

  • cyan value is 43.78%
  • magenta value is 10.04%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(44,10,0,2)
C44M10Y0K2 
(44%,10%,0%,2%)
(0.44/0.10/0.00/0.02)	

CMYK percentages

%43.78
%10.04
%0
%2.35

Codes

Color #8CE0F9 in popluar color models

8CE0F9
RGB140224249
HSL194°90.08%76.27%
HSB/HSV194°43.78%97.65%
CMYK43.78%10.04%0.00%
2.35%

Color #8CE0F9 in popluar number systems.

HEX8CE0F9
Decimal140224249
Binary100011001110000011111001
Octal214340371

Shades and tints

Shades of #8CE0F9

#8CE0F9
(140,224,249)
#80CCE3
(128,204,227)
#74B8CD
(116,184,205)
#68A4B7
(104,164,183)
#5C90A1
(92,144,161)
#507C8B
(80,124,139)
#446875
(68,104,117)
#38545F
(56,84,95)
#2C4049
(44,64,73)
#202C33
(32,44,51)
#14181D
(20,24,29)
#000000
(0,0,0)

Tints of #8CE0F9

#8CE0F9
(140,224,249)
#96E2F9
(150,226,249)
#A0E4F9
(160,228,249)
#AAE6F9
(170,230,249)
#B4E8F9
(180,232,249)
#BEEAF9
(190,234,249)
#C8ECF9
(200,236,249)
#D2EEF9
(210,238,249)
#DCF0F9
(220,240,249)
#E6F2F9
(230,242,249)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CE0F9; }

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

This text font color is #8CE0F9.


Background Color

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

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

This div background color is #8CE0F9.


Border color

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

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

This div border color is #8CE0F9.


Opacity

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

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

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

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

This text has shadow with #8CE0F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE0F9 on black background.


Color preview on white background

This text has color #8CE0F9 on white background.



Black color preview on #8CE0F9 background

This text has black color on #8CE0F9 background.


White color preview on #8CE0F9 background

This text has white color on #8CE0F9 background.