COLOR #8EF8B3

HEX: #8EF8B3
RGB: (142,248,179)

Color info

#8EF8B3 contains mainly green color. Web safe color of #8EF8B3 is #99FF99 (or #9F9).

RGB color model

#8EF8B3 color RGB value is (142,248,179).

  • red value is 142;
  • green value is 248;
  • blue value is 179.
RGB:
(142,248,179)
(56%,97%,70%)

RGB channels and saturation

R 142 of 255 = 56%
G 248 of 255 = 97%
B 179 of 255 = 70%

142
248
179

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

Portions of RGB colors in percentages

R + G + B =
142 + 248 + 179 = 569 (100%)
R 142 of 569 ~ 24.96%
G 248 of 569 ~ 43.59%
B 179 of 569 ~ 31.46%

%24.96
%43.59
%31.46

CMYK color model

#8EF8B3 color CMYK value is (43,0,28,3).

  • cyan value is 42.74%
  • magenta value is 0.00%
  • yellow value is 27.82%
  • key color value is 2.75%
CMYK:
(43,0,28,3)
C43M0Y28K3 
(43%,0%,28%,3%)
(0.43/0.00/0.28/0.03)	

CMYK percentages

%42.74
%0
%27.82
%2.75

Codes

Color #8EF8B3 in popluar color models

8EF8B3
RGB142248179
HSL141°88.33%76.47%
HSB/HSV141°42.74%97.25%
CMYK42.74%0.00%27.82%
2.75%

Color #8EF8B3 in popluar number systems.

HEX8EF8B3
Decimal142248179
Binary100011101111100010110011
Octal216370263

Shades and tints

Shades of #8EF8B3

#8EF8B3
(142,248,179)
#82E2A3
(130,226,163)
#76CC93
(118,204,147)
#6AB683
(106,182,131)
#5EA073
(94,160,115)
#528A63
(82,138,99)
#467453
(70,116,83)
#3A5E43
(58,94,67)
#2E4833
(46,72,51)
#223223
(34,50,35)
#161C13
(22,28,19)
#000000
(0,0,0)

Tints of #8EF8B3

#8EF8B3
(142,248,179)
#98F8B9
(152,248,185)
#A2F8BF
(162,248,191)
#ACF8C5
(172,248,197)
#B6F8CB
(182,248,203)
#C0F8D1
(192,248,209)
#CAF8D7
(202,248,215)
#D4F8DD
(212,248,221)
#DEF8E3
(222,248,227)
#E8F8E9
(232,248,233)
#F2F8EF
(242,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EF8B3 color. Also use rgb(142,248,179) instead hex code.

Text Font Color

.myTextColor { color: #8EF8B3; }

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

This text font color is #8EF8B3.


Background Color

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

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

This div background color is #8EF8B3.


Border color

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

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

This div border color is #8EF8B3.


Opacity

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

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

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

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

This text has shadow with #8EF8B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EF8B3 on black background.


Color preview on white background

This text has color #8EF8B3 on white background.



Black color preview on #8EF8B3 background

This text has black color on #8EF8B3 background.


White color preview on #8EF8B3 background

This text has white color on #8EF8B3 background.