COLOR #8EFFC4

HEX: #8EFFC4
RGB: (142,255,196)

Color info

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

RGB color model

#8EFFC4 color RGB value is (142,255,196).

  • red value is 142;
  • green value is 255;
  • blue value is 196.
RGB:
(142,255,196)
(56%,100%,77%)

RGB channels and saturation

R 142 of 255 = 56%
G 255 of 255 = 100%
B 196 of 255 = 77%

142
255
196

R + G + B ~ 78%. #8EFFC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 255 + 196 = 593 (100%)
R 142 of 593 ~ 23.95%
G 255 of 593 ~ 43%
B 196 of 593 ~ 33.05%

%23.95
%43
%33.05

CMYK color model

#8EFFC4 color CMYK value is (44,0,23,0).

  • cyan value is 44.31%
  • magenta value is 0.00%
  • yellow value is 23.14%
  • key color value is 0.00%
CMYK:
(44,0,23,0)
C44M0Y23K0 
(44%,0%,23%,0%)
(0.44/0.00/0.23/0.00)	

CMYK percentages

%44.31
%0
%23.14
%0

Codes

Color #8EFFC4 in popluar color models

8EFFC4
RGB142255196
HSL149°100.00%77.84%
HSB/HSV149°44.31%100.00%
CMYK44.31%0.00%23.14%
0.00%

Color #8EFFC4 in popluar number systems.

HEX8EFFC4
Decimal142255196
Binary100011101111111111000100
Octal216377304

Shades and tints

Shades of #8EFFC4

#8EFFC4
(142,255,196)
#82E8B3
(130,232,179)
#76D1A2
(118,209,162)
#6ABA91
(106,186,145)
#5EA380
(94,163,128)
#528C6F
(82,140,111)
#46755E
(70,117,94)
#3A5E4D
(58,94,77)
#2E473C
(46,71,60)
#22302B
(34,48,43)
#16191A
(22,25,26)
#000000
(0,0,0)

Tints of #8EFFC4

#8EFFC4
(142,255,196)
#98FFC9
(152,255,201)
#A2FFCE
(162,255,206)
#ACFFD3
(172,255,211)
#B6FFD8
(182,255,216)
#C0FFDD
(192,255,221)
#CAFFE2
(202,255,226)
#D4FFE7
(212,255,231)
#DEFFEC
(222,255,236)
#E8FFF1
(232,255,241)
#F2FFF6
(242,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EFFC4 color. Also use rgb(142,255,196) instead hex code.

Text Font Color

.myTextColor { color: #8EFFC4; }

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

This text font color is #8EFFC4.


Background Color

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

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

This div background color is #8EFFC4.


Border color

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

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

This div border color is #8EFFC4.


Opacity

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

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

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

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

This text has shadow with #8EFFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EFFC4 on black background.


Color preview on white background

This text has color #8EFFC4 on white background.



Black color preview on #8EFFC4 background

This text has black color on #8EFFC4 background.


White color preview on #8EFFC4 background

This text has white color on #8EFFC4 background.