COLOR #8EE0BE

HEX: #8EE0BE
RGB: (142,224,190)

Color info

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

RGB color model

#8EE0BE color RGB value is (142,224,190).

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

RGB channels and saturation

R 142 of 255 = 56%
G 224 of 255 = 88%
B 190 of 255 = 75%

142
224
190

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

Portions of RGB colors in percentages

R + G + B =
142 + 224 + 190 = 556 (100%)
R 142 of 556 ~ 25.54%
G 224 of 556 ~ 40.29%
B 190 of 556 ~ 34.17%

%25.54
%40.29
%34.17

CMYK color model

#8EE0BE color CMYK value is (37,0,15,12).

  • cyan value is 36.61%
  • magenta value is 0.00%
  • yellow value is 15.18%
  • key color value is 12.16%
CMYK:
(37,0,15,12)
C37M0Y15K12 
(37%,0%,15%,12%)
(0.37/0.00/0.15/0.12)	

CMYK percentages

%36.61
%0
%15.18
%12.16

Codes

Color #8EE0BE in popluar color models

8EE0BE
RGB142224190
HSL155°56.94%71.76%
HSB/HSV155°36.61%87.84%
CMYK36.61%0.00%15.18%
12.16%

Color #8EE0BE in popluar number systems.

HEX8EE0BE
Decimal142224190
Binary100011101110000010111110
Octal216340276

Shades and tints

Shades of #8EE0BE

#8EE0BE
(142,224,190)
#82CCAD
(130,204,173)
#76B89C
(118,184,156)
#6AA48B
(106,164,139)
#5E907A
(94,144,122)
#527C69
(82,124,105)
#466858
(70,104,88)
#3A5447
(58,84,71)
#2E4036
(46,64,54)
#222C25
(34,44,37)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #8EE0BE

#8EE0BE
(142,224,190)
#98E2C3
(152,226,195)
#A2E4C8
(162,228,200)
#ACE6CD
(172,230,205)
#B6E8D2
(182,232,210)
#C0EAD7
(192,234,215)
#CAECDC
(202,236,220)
#D4EEE1
(212,238,225)
#DEF0E6
(222,240,230)
#E8F2EB
(232,242,235)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EE0BE; }

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

This text font color is #8EE0BE.


Background Color

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

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

This div background color is #8EE0BE.


Border color

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

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

This div border color is #8EE0BE.


Opacity

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

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

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

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

This text has shadow with #8EE0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE0BE on black background.


Color preview on white background

This text has color #8EE0BE on white background.



Black color preview on #8EE0BE background

This text has black color on #8EE0BE background.


White color preview on #8EE0BE background

This text has white color on #8EE0BE background.