COLOR #8CE9C3

HEX: #8CE9C3 RGB: (140,233,195)

Color info

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

RGB color model

#8CE9C3 color RGB value is (140,233,195).

RGB: (140,233,195) (55%, 91%, 76%)

RGB channels and saturation

R 140 of 255 = 55%
G 233 of 255 = 91%
B 195 of 255 = 76%

140
233
195

R + G + B ~ 74%. #8CE9C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 233 + 195 = 568 (100%)
R 140 of 568 ~ 24.65%
G 233 of 568 ~ 41.02%
B 195 of 568 ~ 34.33'%

%24.65
%41.02
%34.33

CMYK color model

#8CE9C3 color CMYK value is (40,0,16,9).

  • cyan value is 39.91%
  • magenta value is 0.00%
  • yellow value is 16.31%
  • key color value is 8.63%

CMYK: (40,0,16,9)
C40M0Y16K9 (40%, 0%, 16%, 9%)
(0.40 / 0.00 / 0.16 / 0.09)

CMYK percentages

%39.91
%0
%16.31
%8.63

Codes

Color #8CE9C3 in popluar color models

8C E9 C3
RGB 140 233 195
HSL 155° 67.88% 73.14%
HSB/HSV 155° 39.91% 91.37%
CMYK 39.91% 0.00% 16.31%
8.63%

Color #8CE9C3 in popluar number systems.

HEX 8C E9 C3
Decimal 140 233 195
Binary 10001100 11101001 11000011
Octal 214 351 303

Shades and tints

Shades of #8CE9C3

#8CE9C3
(140,233,195)
#80D4B2
(128,212,178)
#74BFA1
(116,191,161)
#68AA90
(104,170,144)
#5C957F
(92,149,127)
#50806E
(80,128,110)
#446B5D
(68,107,93)
#38564C
(56,86,76)
#2C413B
(44,65,59)
#202C2A
(32,44,42)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #8CE9C3

#8CE9C3
(140,233,195)
#96EBC8
(150,235,200)
#A0EDCD
(160,237,205)
#AAEFD2
(170,239,210)
#B4F1D7
(180,241,215)
#BEF3DC
(190,243,220)
#C8F5E1
(200,245,225)
#D2F7E6
(210,247,230)
#DCF9EB
(220,249,235)
#E6FBF0
(230,251,240)
#F0FDF5
(240,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CE9C3 color. Also use rgb(140,233,195) instead hex code.

Text Font Color

.myTextColor { color: #8CE9C3; }

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

This text font color is #8CE9C3.

Background Color

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

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

This div background color is #8CE9C3.

Border color

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

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

This div border color is #8CE9C3.

Opacity

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

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

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

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

This text has shadow with #8CE9C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CE9C3.

Preview

Color preview on black background

This text has color #8CE9C3 on black background.


Color preview on white background

This text has color #8CE9C3 on white background.


Black color preview on #8CE9C3 background

This text has black color on #8CE9C3 background.


White color preview on #8CE9C3 background

This text has white color on #8CE9C3 background.


Related colors

Complementary color

Complementary color for #hex is #73163C.


I love getcolorcode.com

Triadic colors

1 #C38CE9 and #E9C38C with #8CE9C3 are triadic colors.

2 #C3E98C and #E98CC3 with #8CE9C3 are triadic colors.