COLOR #8EE5C2

HEX: #8EE5C2
RGB: (142,229,194)

Color info

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

RGB color model

#8EE5C2 color RGB value is (142,229,194).

  • red value is 142;
  • green value is 229;
  • blue value is 194.
RGB:
(142,229,194)
(56%,90%,76%)

RGB channels and saturation

R 142 of 255 = 56%
G 229 of 255 = 90%
B 194 of 255 = 76%

142
229
194

R + G + B ~ 74%. #8EE5C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 229 + 194 = 565 (100%)
R 142 of 565 ~ 25.13%
G 229 of 565 ~ 40.53%
B 194 of 565 ~ 34.34%

%25.13
%40.53
%34.34

CMYK color model

#8EE5C2 color CMYK value is (38,0,15,10).

  • cyan value is 37.99%
  • magenta value is 0.00%
  • yellow value is 15.28%
  • key color value is 10.20%
CMYK:
(38,0,15,10)
C38M0Y15K10 
(38%,0%,15%,10%)
(0.38/0.00/0.15/0.10)	

CMYK percentages

%37.99
%0
%15.28
%10.2

Codes

Color #8EE5C2 in popluar color models

8EE5C2
RGB142229194
HSL156°62.59%72.75%
HSB/HSV156°37.99%89.80%
CMYK37.99%0.00%15.28%
10.20%

Color #8EE5C2 in popluar number systems.

HEX8EE5C2
Decimal142229194
Binary100011101110010111000010
Octal216345302

Shades and tints

Shades of #8EE5C2

#8EE5C2
(142,229,194)
#82D1B1
(130,209,177)
#76BDA0
(118,189,160)
#6AA98F
(106,169,143)
#5E957E
(94,149,126)
#52816D
(82,129,109)
#466D5C
(70,109,92)
#3A594B
(58,89,75)
#2E453A
(46,69,58)
#223129
(34,49,41)
#161D18
(22,29,24)
#000000
(0,0,0)

Tints of #8EE5C2

#8EE5C2
(142,229,194)
#98E7C7
(152,231,199)
#A2E9CC
(162,233,204)
#ACEBD1
(172,235,209)
#B6EDD6
(182,237,214)
#C0EFDB
(192,239,219)
#CAF1E0
(202,241,224)
#D4F3E5
(212,243,229)
#DEF5EA
(222,245,234)
#E8F7EF
(232,247,239)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EE5C2 color. Also use rgb(142,229,194) instead hex code.

Text Font Color

.myTextColor { color: #8EE5C2; }

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

This text font color is #8EE5C2.


Background Color

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

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

This div background color is #8EE5C2.


Border color

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

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

This div border color is #8EE5C2.


Opacity

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

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

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

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

This text has shadow with #8EE5C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE5C2 on black background.


Color preview on white background

This text has color #8EE5C2 on white background.



Black color preview on #8EE5C2 background

This text has black color on #8EE5C2 background.


White color preview on #8EE5C2 background

This text has white color on #8EE5C2 background.