COLOR #8CE1D5

HEX: #8CE1D5
RGB: (140,225,213)

Color info

#8CE1D5 contains mainly green and blue colors. Web safe color of #8CE1D5 is #99CCCC (or #9CC).

RGB color model

#8CE1D5 color RGB value is (140,225,213).

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

RGB channels and saturation

R 140 of 255 = 55%
G 225 of 255 = 88%
B 213 of 255 = 84%

140
225
213

R + G + B ~ 76%. #8CE1D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 225 + 213 = 578 (100%)
R 140 of 578 ~ 24.22%
G 225 of 578 ~ 38.93%
B 213 of 578 ~ 36.85%

%24.22
%38.93
%36.85

CMYK color model

#8CE1D5 color CMYK value is (38,0,5,12).

  • cyan value is 37.78%
  • magenta value is 0.00%
  • yellow value is 5.33%
  • key color value is 11.76%
CMYK:
(38,0,5,12)
C38M0Y5K12 
(38%,0%,5%,12%)
(0.38/0.00/0.05/0.12)	

CMYK percentages

%37.78
%0
%5.33
%11.76

Codes

Color #8CE1D5 in popluar color models

8CE1D5
RGB140225213
HSL172°58.62%71.57%
HSB/HSV172°37.78%88.24%
CMYK37.78%0.00%5.33%
11.76%

Color #8CE1D5 in popluar number systems.

HEX8CE1D5
Decimal140225213
Binary100011001110000111010101
Octal214341325

Shades and tints

Shades of #8CE1D5

#8CE1D5
(140,225,213)
#80CDC2
(128,205,194)
#74B9AF
(116,185,175)
#68A59C
(104,165,156)
#5C9189
(92,145,137)
#507D76
(80,125,118)
#446963
(68,105,99)
#385550
(56,85,80)
#2C413D
(44,65,61)
#202D2A
(32,45,42)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #8CE1D5

#8CE1D5
(140,225,213)
#96E3D8
(150,227,216)
#A0E5DB
(160,229,219)
#AAE7DE
(170,231,222)
#B4E9E1
(180,233,225)
#BEEBE4
(190,235,228)
#C8EDE7
(200,237,231)
#D2EFEA
(210,239,234)
#DCF1ED
(220,241,237)
#E6F3F0
(230,243,240)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CE1D5; }

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

This text font color is #8CE1D5.


Background Color

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

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

This div background color is #8CE1D5.


Border color

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

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

This div border color is #8CE1D5.


Opacity

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

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

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

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

This text has shadow with #8CE1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE1D5 on black background.


Color preview on white background

This text has color #8CE1D5 on white background.



Black color preview on #8CE1D5 background

This text has black color on #8CE1D5 background.


White color preview on #8CE1D5 background

This text has white color on #8CE1D5 background.