COLOR #8CE6EB

HEX: #8CE6EB
RGB: (140,230,235)

Color info

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

RGB color model

#8CE6EB color RGB value is (140,230,235).

  • red value is 140;
  • green value is 230;
  • blue value is 235.
RGB:
(140,230,235)
(55%,90%,92%)

RGB channels and saturation

R 140 of 255 = 55%
G 230 of 255 = 90%
B 235 of 255 = 92%

140
230
235

R + G + B ~ 79%. #8CE6EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 230 + 235 = 605 (100%)
R 140 of 605 ~ 23.14%
G 230 of 605 ~ 38.02%
B 235 of 605 ~ 38.84%

%23.14
%38.02
%38.84

CMYK color model

#8CE6EB color CMYK value is (40,2,0,8).

  • cyan value is 40.43%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(40,2,0,8)
C40M2Y0K8 
(40%,2%,0%,8%)
(0.40/0.02/0.00/0.08)	

CMYK percentages

%40.43
%2.13
%0
%7.84

Codes

Color #8CE6EB in popluar color models

8CE6EB
RGB140230235
HSL183°70.37%73.53%
HSB/HSV183°40.43%92.16%
CMYK40.43%2.13%0.00%
7.84%

Color #8CE6EB in popluar number systems.

HEX8CE6EB
Decimal140230235
Binary100011001110011011101011
Octal214346353

Shades and tints

Shades of #8CE6EB

#8CE6EB
(140,230,235)
#80D2D6
(128,210,214)
#74BEC1
(116,190,193)
#68AAAC
(104,170,172)
#5C9697
(92,150,151)
#508282
(80,130,130)
#446E6D
(68,110,109)
#385A58
(56,90,88)
#2C4643
(44,70,67)
#20322E
(32,50,46)
#141E19
(20,30,25)
#000000
(0,0,0)

Tints of #8CE6EB

#8CE6EB
(140,230,235)
#96E8EC
(150,232,236)
#A0EAED
(160,234,237)
#AAECEE
(170,236,238)
#B4EEEF
(180,238,239)
#BEF0F0
(190,240,240)
#C8F2F1
(200,242,241)
#D2F4F2
(210,244,242)
#DCF6F3
(220,246,243)
#E6F8F4
(230,248,244)
#F0FAF5
(240,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CE6EB color. Also use rgb(140,230,235) instead hex code.

Text Font Color

.myTextColor { color: #8CE6EB; }

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

This text font color is #8CE6EB.


Background Color

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

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

This div background color is #8CE6EB.


Border color

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

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

This div border color is #8CE6EB.


Opacity

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

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

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

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

This text has shadow with #8CE6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE6EB on black background.


Color preview on white background

This text has color #8CE6EB on white background.



Black color preview on #8CE6EB background

This text has black color on #8CE6EB background.


White color preview on #8CE6EB background

This text has white color on #8CE6EB background.