COLOR #8CE1D7

HEX: #8CE1D7 RGB: (140,225,215)

Color info

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

RGB color model

#8CE1D7 color RGB value is (140,225,215).

RGB: (140,225,215) (55%, 88%, 84%)

RGB channels and saturation

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

140
225
215

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

Portions of RGB colors in percentages

R + G + B = 140 + 225 + 215 = 580 (100%)
R 140 of 580 ~ 24.14%
G 225 of 580 ~ 38.79%
B 215 of 580 ~ 37.07'%

%24.14
%38.79
%37.07

CMYK color model

#8CE1D7 color CMYK value is (38,0,4,12).

  • cyan value is 37.78%
  • magenta value is 0.00%
  • yellow value is 4.44%
  • key color value is 11.76%
CMYK: (38,0,4,12) C38M0Y4K12 (38%,0%,4%,12%) (0.38/0.00/0.04/0.12) 

CMYK percentages

%37.78
%0
%4.44
%11.76

Codes

Color #8CE1D7 in popluar color models

8C E1 D7
RGB 140 225 215
HSL 173° 58.62% 71.57%
HSB/HSV 173° 37.78% 88.24%
CMYK 37.78% 0.00% 4.44%
11.76%

Color #8CE1D7 in popluar number systems.

HEX 8C E1 D7
Decimal 140 225 215
Binary 10001100 11100001 11010111
Octal 214 341 327

Shades and tints

Shades of #8CE1D7

#8CE1D7
(140,225,215)
#80CDC4
(128,205,196)
#74B9B1
(116,185,177)
#68A59E
(104,165,158)
#5C918B
(92,145,139)
#507D78
(80,125,120)
#446965
(68,105,101)
#385552
(56,85,82)
#2C413F
(44,65,63)
#202D2C
(32,45,44)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #8CE1D7

#8CE1D7
(140,225,215)
#96E3DA
(150,227,218)
#A0E5DD
(160,229,221)
#AAE7E0
(170,231,224)
#B4E9E3
(180,233,227)
#BEEBE6
(190,235,230)
#C8EDE9
(200,237,233)
#D2EFEC
(210,239,236)
#DCF1EF
(220,241,239)
#E6F3F2
(230,243,242)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CE1D7; }

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

This text font color is #8CE1D7.

Background Color

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

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

This div background color is #8CE1D7.

Border color

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

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

This div border color is #8CE1D7.

Opacity

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

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

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

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

This text has shadow with #8CE1D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CE1D7.

Preview

Color preview on black background

This text has color #8CE1D7 on black background.


Color preview on white background

This text has color #8CE1D7 on white background.


Black color preview on #8CE1D7 background

This text has black color on #8CE1D7 background.


White color preview on #8CE1D7 background

This text has white color on #8CE1D7 background.


Related colors

Complementary color

Complementary color for #hex is #731E28.


I love getcolorcode.com

Triadic colors

1 #D78CE1 and #E1D78C with #8CE1D7 are triadic colors.

2 #D7E18C and #E18CD7 with #8CE1D7 are triadic colors.