COLOR #8CE7E1

HEX: #8CE7E1
RGB: (140,231,225)

Color info

#8CE7E1 contains mainly green and blue colors. Web safe color of #8CE7E1 is #99FFCC (or #9FC).

RGB color model

#8CE7E1 color RGB value is (140,231,225).

  • red value is 140;
  • green value is 231;
  • blue value is 225.
RGB:
(140,231,225)
(55%,91%,88%)

RGB channels and saturation

R 140 of 255 = 55%
G 231 of 255 = 91%
B 225 of 255 = 88%

140
231
225

R + G + B ~ 78%. #8CE7E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 231 + 225 = 596 (100%)
R 140 of 596 ~ 23.49%
G 231 of 596 ~ 38.76%
B 225 of 596 ~ 37.75%

%23.49
%38.76
%37.75

CMYK color model

#8CE7E1 color CMYK value is (39,0,3,9).

  • cyan value is 39.39%
  • magenta value is 0.00%
  • yellow value is 2.60%
  • key color value is 9.41%
CMYK:
(39,0,3,9)
C39M0Y3K9 
(39%,0%,3%,9%)
(0.39/0.00/0.03/0.09)	

CMYK percentages

%39.39
%0
%2.6
%9.41

Codes

Color #8CE7E1 in popluar color models

8CE7E1
RGB140231225
HSL176°65.47%72.75%
HSB/HSV176°39.39%90.59%
CMYK39.39%0.00%2.60%
9.41%

Color #8CE7E1 in popluar number systems.

HEX8CE7E1
Decimal140231225
Binary100011001110011111100001
Octal214347341

Shades and tints

Shades of #8CE7E1

#8CE7E1
(140,231,225)
#80D2CD
(128,210,205)
#74BDB9
(116,189,185)
#68A8A5
(104,168,165)
#5C9391
(92,147,145)
#507E7D
(80,126,125)
#446969
(68,105,105)
#385455
(56,84,85)
#2C3F41
(44,63,65)
#202A2D
(32,42,45)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #8CE7E1

#8CE7E1
(140,231,225)
#96E9E3
(150,233,227)
#A0EBE5
(160,235,229)
#AAEDE7
(170,237,231)
#B4EFE9
(180,239,233)
#BEF1EB
(190,241,235)
#C8F3ED
(200,243,237)
#D2F5EF
(210,245,239)
#DCF7F1
(220,247,241)
#E6F9F3
(230,249,243)
#F0FBF5
(240,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CE7E1 color. Also use rgb(140,231,225) instead hex code.

Text Font Color

.myTextColor { color: #8CE7E1; }

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

This text font color is #8CE7E1.


Background Color

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

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

This div background color is #8CE7E1.


Border color

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

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

This div border color is #8CE7E1.


Opacity

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

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

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

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

This text has shadow with #8CE7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE7E1 on black background.


Color preview on white background

This text has color #8CE7E1 on white background.



Black color preview on #8CE7E1 background

This text has black color on #8CE7E1 background.


White color preview on #8CE7E1 background

This text has white color on #8CE7E1 background.