COLOR #8CE1BE

HEX: #8CE1BE
RGB: (140,225,190)

Color info

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

RGB color model

#8CE1BE color RGB value is (140,225,190).

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

RGB channels and saturation

R 140 of 255 = 55%
G 225 of 255 = 88%
B 190 of 255 = 75%

140
225
190

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

Portions of RGB colors in percentages

R + G + B =
140 + 225 + 190 = 555 (100%)
R 140 of 555 ~ 25.23%
G 225 of 555 ~ 40.54%
B 190 of 555 ~ 34.23%

%25.23
%40.54
%34.23

CMYK color model

#8CE1BE color CMYK value is (38,0,16,12).

  • cyan value is 37.78%
  • magenta value is 0.00%
  • yellow value is 15.56%
  • key color value is 11.76%
CMYK:
(38,0,16,12)
C38M0Y16K12 
(38%,0%,16%,12%)
(0.38/0.00/0.16/0.12)	

CMYK percentages

%37.78
%0
%15.56
%11.76

Codes

Color #8CE1BE in popluar color models

8CE1BE
RGB140225190
HSL155°58.62%71.57%
HSB/HSV155°37.78%88.24%
CMYK37.78%0.00%15.56%
11.76%

Color #8CE1BE in popluar number systems.

HEX8CE1BE
Decimal140225190
Binary100011001110000110111110
Octal214341276

Shades and tints

Shades of #8CE1BE

#8CE1BE
(140,225,190)
#80CDAD
(128,205,173)
#74B99C
(116,185,156)
#68A58B
(104,165,139)
#5C917A
(92,145,122)
#507D69
(80,125,105)
#446958
(68,105,88)
#385547
(56,85,71)
#2C4136
(44,65,54)
#202D25
(32,45,37)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #8CE1BE

#8CE1BE
(140,225,190)
#96E3C3
(150,227,195)
#A0E5C8
(160,229,200)
#AAE7CD
(170,231,205)
#B4E9D2
(180,233,210)
#BEEBD7
(190,235,215)
#C8EDDC
(200,237,220)
#D2EFE1
(210,239,225)
#DCF1E6
(220,241,230)
#E6F3EB
(230,243,235)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CE1BE; }

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

This text font color is #8CE1BE.


Background Color

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

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

This div background color is #8CE1BE.


Border color

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

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

This div border color is #8CE1BE.


Opacity

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

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

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

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

This text has shadow with #8CE1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE1BE on black background.


Color preview on white background

This text has color #8CE1BE on white background.



Black color preview on #8CE1BE background

This text has black color on #8CE1BE background.


White color preview on #8CE1BE background

This text has white color on #8CE1BE background.