COLOR #8EE2BE

HEX: #8EE2BE
RGB: (142,226,190)

Color info

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

RGB color model

#8EE2BE color RGB value is (142,226,190).

  • red value is 142;
  • green value is 226;
  • blue value is 190.
RGB:
(142,226,190)
(56%,89%,75%)

RGB channels and saturation

R 142 of 255 = 56%
G 226 of 255 = 89%
B 190 of 255 = 75%

142
226
190

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

Portions of RGB colors in percentages

R + G + B =
142 + 226 + 190 = 558 (100%)
R 142 of 558 ~ 25.45%
G 226 of 558 ~ 40.5%
B 190 of 558 ~ 34.05%

%25.45
%40.5
%34.05

CMYK color model

#8EE2BE color CMYK value is (37,0,16,11).

  • cyan value is 37.17%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 11.37%
CMYK:
(37,0,16,11)
C37M0Y16K11 
(37%,0%,16%,11%)
(0.37/0.00/0.16/0.11)	

CMYK percentages

%37.17
%0
%15.93
%11.37

Codes

Color #8EE2BE in popluar color models

8EE2BE
RGB142226190
HSL154°59.15%72.16%
HSB/HSV154°37.17%88.63%
CMYK37.17%0.00%15.93%
11.37%

Color #8EE2BE in popluar number systems.

HEX8EE2BE
Decimal142226190
Binary100011101110001010111110
Octal216342276

Shades and tints

Shades of #8EE2BE

#8EE2BE
(142,226,190)
#82CEAD
(130,206,173)
#76BA9C
(118,186,156)
#6AA68B
(106,166,139)
#5E927A
(94,146,122)
#527E69
(82,126,105)
#466A58
(70,106,88)
#3A5647
(58,86,71)
#2E4236
(46,66,54)
#222E25
(34,46,37)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #8EE2BE

#8EE2BE
(142,226,190)
#98E4C3
(152,228,195)
#A2E6C8
(162,230,200)
#ACE8CD
(172,232,205)
#B6EAD2
(182,234,210)
#C0ECD7
(192,236,215)
#CAEEDC
(202,238,220)
#D4F0E1
(212,240,225)
#DEF2E6
(222,242,230)
#E8F4EB
(232,244,235)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EE2BE color. Also use rgb(142,226,190) instead hex code.

Text Font Color

.myTextColor { color: #8EE2BE; }

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

This text font color is #8EE2BE.


Background Color

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

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

This div background color is #8EE2BE.


Border color

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

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

This div border color is #8EE2BE.


Opacity

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

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

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

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

This text has shadow with #8EE2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE2BE on black background.


Color preview on white background

This text has color #8EE2BE on white background.



Black color preview on #8EE2BE background

This text has black color on #8EE2BE background.


White color preview on #8EE2BE background

This text has white color on #8EE2BE background.