COLOR #8CE8F1

HEX: #8CE8F1
RGB: (140,232,241)

Color info

#8CE8F1 contains mainly green and blue colors. Web safe color of #8CE8F1 is #99FFFF (or #9FF).

RGB color model

#8CE8F1 color RGB value is (140,232,241).

  • red value is 140;
  • green value is 232;
  • blue value is 241.
RGB:
(140,232,241)
(55%,91%,95%)

RGB channels and saturation

R 140 of 255 = 55%
G 232 of 255 = 91%
B 241 of 255 = 95%

140
232
241

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

Portions of RGB colors in percentages

R + G + B =
140 + 232 + 241 = 613 (100%)
R 140 of 613 ~ 22.84%
G 232 of 613 ~ 37.85%
B 241 of 613 ~ 39.31%

%22.84
%37.85
%39.31

CMYK color model

#8CE8F1 color CMYK value is (42,4,0,5).

  • cyan value is 41.91%
  • magenta value is 3.73%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(42,4,0,5)
C42M4Y0K5 
(42%,4%,0%,5%)
(0.42/0.04/0.00/0.05)	

CMYK percentages

%41.91
%3.73
%0
%5.49

Codes

Color #8CE8F1 in popluar color models

8CE8F1
RGB140232241
HSL185°78.29%74.71%
HSB/HSV185°41.91%94.51%
CMYK41.91%3.73%0.00%
5.49%

Color #8CE8F1 in popluar number systems.

HEX8CE8F1
Decimal140232241
Binary100011001110100011110001
Octal214350361

Shades and tints

Shades of #8CE8F1

#8CE8F1
(140,232,241)
#80D3DC
(128,211,220)
#74BEC7
(116,190,199)
#68A9B2
(104,169,178)
#5C949D
(92,148,157)
#507F88
(80,127,136)
#446A73
(68,106,115)
#38555E
(56,85,94)
#2C4049
(44,64,73)
#202B34
(32,43,52)
#14161F
(20,22,31)
#000000
(0,0,0)

Tints of #8CE8F1

#8CE8F1
(140,232,241)
#96EAF2
(150,234,242)
#A0ECF3
(160,236,243)
#AAEEF4
(170,238,244)
#B4F0F5
(180,240,245)
#BEF2F6
(190,242,246)
#C8F4F7
(200,244,247)
#D2F6F8
(210,246,248)
#DCF8F9
(220,248,249)
#E6FAFA
(230,250,250)
#F0FCFB
(240,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CE8F1 color. Also use rgb(140,232,241) instead hex code.

Text Font Color

.myTextColor { color: #8CE8F1; }

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

This text font color is #8CE8F1.


Background Color

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

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

This div background color is #8CE8F1.


Border color

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

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

This div border color is #8CE8F1.


Opacity

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

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

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

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

This text has shadow with #8CE8F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE8F1 on black background.


Color preview on white background

This text has color #8CE8F1 on white background.



Black color preview on #8CE8F1 background

This text has black color on #8CE8F1 background.


White color preview on #8CE8F1 background

This text has white color on #8CE8F1 background.