COLOR #8EF0BC

HEX: #8EF0BC
RGB: (142,240,188)

Color info

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

RGB color model

#8EF0BC color RGB value is (142,240,188).

  • red value is 142;
  • green value is 240;
  • blue value is 188.
RGB:
(142,240,188)
(56%,94%,74%)

RGB channels and saturation

R 142 of 255 = 56%
G 240 of 255 = 94%
B 188 of 255 = 74%

142
240
188

R + G + B ~ 75%. #8EF0BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 240 + 188 = 570 (100%)
R 142 of 570 ~ 24.91%
G 240 of 570 ~ 42.11%
B 188 of 570 ~ 32.98%

%24.91
%42.11
%32.98

CMYK color model

#8EF0BC color CMYK value is (41,0,22,6).

  • cyan value is 40.83%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 5.88%
CMYK:
(41,0,22,6)
C41M0Y22K6 
(41%,0%,22%,6%)
(0.41/0.00/0.22/0.06)	

CMYK percentages

%40.83
%0
%21.67
%5.88

Codes

Color #8EF0BC in popluar color models

8EF0BC
RGB142240188
HSL148°76.56%74.90%
HSB/HSV148°40.83%94.12%
CMYK40.83%0.00%21.67%
5.88%

Color #8EF0BC in popluar number systems.

HEX8EF0BC
Decimal142240188
Binary100011101111000010111100
Octal216360274

Shades and tints

Shades of #8EF0BC

#8EF0BC
(142,240,188)
#82DBAB
(130,219,171)
#76C69A
(118,198,154)
#6AB189
(106,177,137)
#5E9C78
(94,156,120)
#528767
(82,135,103)
#467256
(70,114,86)
#3A5D45
(58,93,69)
#2E4834
(46,72,52)
#223323
(34,51,35)
#161E12
(22,30,18)
#000000
(0,0,0)

Tints of #8EF0BC

#8EF0BC
(142,240,188)
#98F1C2
(152,241,194)
#A2F2C8
(162,242,200)
#ACF3CE
(172,243,206)
#B6F4D4
(182,244,212)
#C0F5DA
(192,245,218)
#CAF6E0
(202,246,224)
#D4F7E6
(212,247,230)
#DEF8EC
(222,248,236)
#E8F9F2
(232,249,242)
#F2FAF8
(242,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EF0BC color. Also use rgb(142,240,188) instead hex code.

Text Font Color

.myTextColor { color: #8EF0BC; }

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

This text font color is #8EF0BC.


Background Color

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

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

This div background color is #8EF0BC.


Border color

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

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

This div border color is #8EF0BC.


Opacity

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

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

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

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

This text has shadow with #8EF0BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EF0BC on black background.


Color preview on white background

This text has color #8EF0BC on white background.



Black color preview on #8EF0BC background

This text has black color on #8EF0BC background.


White color preview on #8EF0BC background

This text has white color on #8EF0BC background.