COLOR #8CE5DC

HEX: #8CE5DC RGB: (140,229,220)

Color info

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

RGB color model

#8CE5DC color RGB value is (140,229,220).

RGB: (140,229,220) (55%, 90%, 86%)

RGB channels and saturation

R 140 of 255 = 55%
G 229 of 255 = 90%
B 220 of 255 = 86%

140
229
220

R + G + B ~ 77%. #8CE5DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 229 + 220 = 589 (100%)
R 140 of 589 ~ 23.77%
G 229 of 589 ~ 38.88%
B 220 of 589 ~ 37.35'%

%23.77
%38.88
%37.35

CMYK color model

#8CE5DC color CMYK value is (39,0,4,10).

  • cyan value is 38.86%
  • magenta value is 0.00%
  • yellow value is 3.93%
  • key color value is 10.20%

CMYK: (39,0,4,10)
C39M0Y4K10 (39%, 0%, 4%, 10%)
(0.39 / 0.00 / 0.04 / 0.10)

CMYK percentages

%38.86
%0
%3.93
%10.2

Codes

Color #8CE5DC in popluar color models

8C E5 DC
RGB 140 229 220
HSL 174° 63.12% 72.35%
HSB/HSV 174° 38.86% 89.80%
CMYK 38.86% 0.00% 3.93%
10.20%

Color #8CE5DC in popluar number systems.

HEX 8C E5 DC
Decimal 140 229 220
Binary 10001100 11100101 11011100
Octal 214 345 334

Shades and tints

Shades of #8CE5DC

#8CE5DC
(140,229,220)
#80D1C8
(128,209,200)
#74BDB4
(116,189,180)
#68A9A0
(104,169,160)
#5C958C
(92,149,140)
#508178
(80,129,120)
#446D64
(68,109,100)
#385950
(56,89,80)
#2C453C
(44,69,60)
#203128
(32,49,40)
#141D14
(20,29,20)
#000000
(0,0,0)

Tints of #8CE5DC

#8CE5DC
(140,229,220)
#96E7DF
(150,231,223)
#A0E9E2
(160,233,226)
#AAEBE5
(170,235,229)
#B4EDE8
(180,237,232)
#BEEFEB
(190,239,235)
#C8F1EE
(200,241,238)
#D2F3F1
(210,243,241)
#DCF5F4
(220,245,244)
#E6F7F7
(230,247,247)
#F0F9FA
(240,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CE5DC; }

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

This text font color is #8CE5DC.

Background Color

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

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

This div background color is #8CE5DC.

Border color

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

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

This div border color is #8CE5DC.

Opacity

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

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

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

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

This text has shadow with #8CE5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CE5DC.

Preview

Color preview on black background

This text has color #8CE5DC on black background.


Color preview on white background

This text has color #8CE5DC on white background.


Black color preview on #8CE5DC background

This text has black color on #8CE5DC background.


White color preview on #8CE5DC background

This text has white color on #8CE5DC background.


Related colors

Complementary color

Complementary color for #hex is #731A23.


I love getcolorcode.com

Triadic colors

1 #DC8CE5 and #E5DC8C with #8CE5DC are triadic colors.

2 #DCE58C and #E58CDC with #8CE5DC are triadic colors.