COLOR #8CE5F8

HEX: #8CE5F8
RGB: (140,229,248)

Color info

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

RGB color model

#8CE5F8 color RGB value is (140,229,248).

  • red value is 140;
  • green value is 229;
  • blue value is 248.
RGB:
(140,229,248)
(55%,90%,97%)

RGB channels and saturation

R 140 of 255 = 55%
G 229 of 255 = 90%
B 248 of 255 = 97%

140
229
248

R + G + B ~ 81%. #8CE5F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 229 + 248 = 617 (100%)
R 140 of 617 ~ 22.69%
G 229 of 617 ~ 37.12%
B 248 of 617 ~ 40.19%

%22.69
%37.12
%40.19

CMYK color model

#8CE5F8 color CMYK value is (44,8,0,3).

  • cyan value is 43.55%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(44,8,0,3)
C44M8Y0K3 
(44%,8%,0%,3%)
(0.44/0.08/0.00/0.03)	

CMYK percentages

%43.55
%7.66
%0
%2.75

Codes

Color #8CE5F8 in popluar color models

8CE5F8
RGB140229248
HSL191°88.52%76.08%
HSB/HSV191°43.55%97.25%
CMYK43.55%7.66%0.00%
2.75%

Color #8CE5F8 in popluar number systems.

HEX8CE5F8
Decimal140229248
Binary100011001110010111111000
Octal214345370

Shades and tints

Shades of #8CE5F8

#8CE5F8
(140,229,248)
#80D1E2
(128,209,226)
#74BDCC
(116,189,204)
#68A9B6
(104,169,182)
#5C95A0
(92,149,160)
#50818A
(80,129,138)
#446D74
(68,109,116)
#38595E
(56,89,94)
#2C4548
(44,69,72)
#203132
(32,49,50)
#141D1C
(20,29,28)
#000000
(0,0,0)

Tints of #8CE5F8

#8CE5F8
(140,229,248)
#96E7F8
(150,231,248)
#A0E9F8
(160,233,248)
#AAEBF8
(170,235,248)
#B4EDF8
(180,237,248)
#BEEFF8
(190,239,248)
#C8F1F8
(200,241,248)
#D2F3F8
(210,243,248)
#DCF5F8
(220,245,248)
#E6F7F8
(230,247,248)
#F0F9F8
(240,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CE5F8 color. Also use rgb(140,229,248) instead hex code.

Text Font Color

.myTextColor { color: #8CE5F8; }

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

This text font color is #8CE5F8.


Background Color

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

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

This div background color is #8CE5F8.


Border color

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

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

This div border color is #8CE5F8.


Opacity

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

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

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

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

This text has shadow with #8CE5F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE5F8 on black background.


Color preview on white background

This text has color #8CE5F8 on white background.



Black color preview on #8CE5F8 background

This text has black color on #8CE5F8 background.


White color preview on #8CE5F8 background

This text has white color on #8CE5F8 background.