COLOR #8EE3BD

HEX: #8EE3BD
RGB: (142,227,189)

Color info

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

RGB color model

#8EE3BD color RGB value is (142,227,189).

  • red value is 142;
  • green value is 227;
  • blue value is 189.
RGB:
(142,227,189)
(56%,89%,74%)

RGB channels and saturation

R 142 of 255 = 56%
G 227 of 255 = 89%
B 189 of 255 = 74%

142
227
189

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

Portions of RGB colors in percentages

R + G + B =
142 + 227 + 189 = 558 (100%)
R 142 of 558 ~ 25.45%
G 227 of 558 ~ 40.68%
B 189 of 558 ~ 33.87%

%25.45
%40.68
%33.87

CMYK color model

#8EE3BD color CMYK value is (37,0,17,11).

  • cyan value is 37.44%
  • magenta value is 0.00%
  • yellow value is 16.74%
  • key color value is 10.98%
CMYK:
(37,0,17,11)
C37M0Y17K11 
(37%,0%,17%,11%)
(0.37/0.00/0.17/0.11)	

CMYK percentages

%37.44
%0
%16.74
%10.98

Codes

Color #8EE3BD in popluar color models

8EE3BD
RGB142227189
HSL153°60.28%72.35%
HSB/HSV153°37.44%89.02%
CMYK37.44%0.00%16.74%
10.98%

Color #8EE3BD in popluar number systems.

HEX8EE3BD
Decimal142227189
Binary100011101110001110111101
Octal216343275

Shades and tints

Shades of #8EE3BD

#8EE3BD
(142,227,189)
#82CFAC
(130,207,172)
#76BB9B
(118,187,155)
#6AA78A
(106,167,138)
#5E9379
(94,147,121)
#527F68
(82,127,104)
#466B57
(70,107,87)
#3A5746
(58,87,70)
#2E4335
(46,67,53)
#222F24
(34,47,36)
#161B13
(22,27,19)
#000000
(0,0,0)

Tints of #8EE3BD

#8EE3BD
(142,227,189)
#98E5C3
(152,229,195)
#A2E7C9
(162,231,201)
#ACE9CF
(172,233,207)
#B6EBD5
(182,235,213)
#C0EDDB
(192,237,219)
#CAEFE1
(202,239,225)
#D4F1E7
(212,241,231)
#DEF3ED
(222,243,237)
#E8F5F3
(232,245,243)
#F2F7F9
(242,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EE3BD color. Also use rgb(142,227,189) instead hex code.

Text Font Color

.myTextColor { color: #8EE3BD; }

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

This text font color is #8EE3BD.


Background Color

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

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

This div background color is #8EE3BD.


Border color

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

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

This div border color is #8EE3BD.


Opacity

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

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

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

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

This text has shadow with #8EE3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE3BD on black background.


Color preview on white background

This text has color #8EE3BD on white background.



Black color preview on #8EE3BD background

This text has black color on #8EE3BD background.


White color preview on #8EE3BD background

This text has white color on #8EE3BD background.