COLOR #8CE9BD

HEX: #8CE9BD
RGB: (140,233,189)

Color info

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

RGB color model

#8CE9BD color RGB value is (140,233,189).

  • red value is 140;
  • green value is 233;
  • blue value is 189.
RGB:
(140,233,189)
(55%,91%,74%)

RGB channels and saturation

R 140 of 255 = 55%
G 233 of 255 = 91%
B 189 of 255 = 74%

140
233
189

R + G + B ~ 73%. #8CE9BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 233 + 189 = 562 (100%)
R 140 of 562 ~ 24.91%
G 233 of 562 ~ 41.46%
B 189 of 562 ~ 33.63%

%24.91
%41.46
%33.63

CMYK color model

#8CE9BD color CMYK value is (40,0,19,9).

  • cyan value is 39.91%
  • magenta value is 0.00%
  • yellow value is 18.88%
  • key color value is 8.63%
CMYK:
(40,0,19,9)
C40M0Y19K9 
(40%,0%,19%,9%)
(0.40/0.00/0.19/0.09)	

CMYK percentages

%39.91
%0
%18.88
%8.63

Codes

Color #8CE9BD in popluar color models

8CE9BD
RGB140233189
HSL152°67.88%73.14%
HSB/HSV152°39.91%91.37%
CMYK39.91%0.00%18.88%
8.63%

Color #8CE9BD in popluar number systems.

HEX8CE9BD
Decimal140233189
Binary100011001110100110111101
Octal214351275

Shades and tints

Shades of #8CE9BD

#8CE9BD
(140,233,189)
#80D4AC
(128,212,172)
#74BF9B
(116,191,155)
#68AA8A
(104,170,138)
#5C9579
(92,149,121)
#508068
(80,128,104)
#446B57
(68,107,87)
#385646
(56,86,70)
#2C4135
(44,65,53)
#202C24
(32,44,36)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #8CE9BD

#8CE9BD
(140,233,189)
#96EBC3
(150,235,195)
#A0EDC9
(160,237,201)
#AAEFCF
(170,239,207)
#B4F1D5
(180,241,213)
#BEF3DB
(190,243,219)
#C8F5E1
(200,245,225)
#D2F7E7
(210,247,231)
#DCF9ED
(220,249,237)
#E6FBF3
(230,251,243)
#F0FDF9
(240,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CE9BD; }

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

This text font color is #8CE9BD.


Background Color

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

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

This div background color is #8CE9BD.


Border color

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

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

This div border color is #8CE9BD.


Opacity

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

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

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

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

This text has shadow with #8CE9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE9BD on black background.


Color preview on white background

This text has color #8CE9BD on white background.



Black color preview on #8CE9BD background

This text has black color on #8CE9BD background.


White color preview on #8CE9BD background

This text has white color on #8CE9BD background.