COLOR #8EEBE6

HEX: #8EEBE6
RGB: (142,235,230)

Color info

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

RGB color model

#8EEBE6 color RGB value is (142,235,230).

  • red value is 142;
  • green value is 235;
  • blue value is 230.
RGB:
(142,235,230)
(56%,92%,90%)

RGB channels and saturation

R 142 of 255 = 56%
G 235 of 255 = 92%
B 230 of 255 = 90%

142
235
230

R + G + B ~ 79%. #8EEBE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 235 + 230 = 607 (100%)
R 142 of 607 ~ 23.39%
G 235 of 607 ~ 38.71%
B 230 of 607 ~ 37.89%

%23.39
%38.71
%37.89

CMYK color model

#8EEBE6 color CMYK value is (40,0,2,8).

  • cyan value is 39.57%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 7.84%
CMYK:
(40,0,2,8)
C40M0Y2K8 
(40%,0%,2%,8%)
(0.40/0.00/0.02/0.08)	

CMYK percentages

%39.57
%0
%2.13
%7.84

Codes

Color #8EEBE6 in popluar color models

8EEBE6
RGB142235230
HSL177°69.92%73.92%
HSB/HSV177°39.57%92.16%
CMYK39.57%0.00%2.13%
7.84%

Color #8EEBE6 in popluar number systems.

HEX8EEBE6
Decimal142235230
Binary100011101110101111100110
Octal216353346

Shades and tints

Shades of #8EEBE6

#8EEBE6
(142,235,230)
#82D6D2
(130,214,210)
#76C1BE
(118,193,190)
#6AACAA
(106,172,170)
#5E9796
(94,151,150)
#528282
(82,130,130)
#466D6E
(70,109,110)
#3A585A
(58,88,90)
#2E4346
(46,67,70)
#222E32
(34,46,50)
#16191E
(22,25,30)
#000000
(0,0,0)

Tints of #8EEBE6

#8EEBE6
(142,235,230)
#98ECE8
(152,236,232)
#A2EDEA
(162,237,234)
#ACEEEC
(172,238,236)
#B6EFEE
(182,239,238)
#C0F0F0
(192,240,240)
#CAF1F2
(202,241,242)
#D4F2F4
(212,242,244)
#DEF3F6
(222,243,246)
#E8F4F8
(232,244,248)
#F2F5FA
(242,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EEBE6 color. Also use rgb(142,235,230) instead hex code.

Text Font Color

.myTextColor { color: #8EEBE6; }

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

This text font color is #8EEBE6.


Background Color

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

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

This div background color is #8EEBE6.


Border color

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

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

This div border color is #8EEBE6.


Opacity

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

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

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

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

This text has shadow with #8EEBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EEBE6 on black background.


Color preview on white background

This text has color #8EEBE6 on white background.



Black color preview on #8EEBE6 background

This text has black color on #8EEBE6 background.


White color preview on #8EEBE6 background

This text has white color on #8EEBE6 background.