COLOR #2EF7C6

HEX: #2EF7C6
RGB: (46,247,198)

Color info

#2EF7C6 contains mainly green and blue colors. Web safe color of #2EF7C6 is #33FFCC (or #3FC).

RGB color model

#2EF7C6 color RGB value is (46,247,198).

  • red value is 46;
  • green value is 247;
  • blue value is 198.
RGB:
(46,247,198)
(18%,97%,78%)

RGB channels and saturation

R 46 of 255 = 18%
G 247 of 255 = 97%
B 198 of 255 = 78%

46
247
198

R + G + B ~ 64%. #2EF7C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
46 + 247 + 198 = 491 (100%)
R 46 of 491 ~ 9.37%
G 247 of 491 ~ 50.31%
B 198 of 491 ~ 40.33%

%50.31
%40.33

CMYK color model

#2EF7C6 color CMYK value is (81,0,20,3).

  • cyan value is 81.38%
  • magenta value is 0.00%
  • yellow value is 19.84%
  • key color value is 3.14%
CMYK:
(81,0,20,3)
C81M0Y20K3 
(81%,0%,20%,3%)
(0.81/0.00/0.20/0.03)	

CMYK percentages

%81.38
%0
%19.84
%3.14

Codes

Color #2EF7C6 in popluar color models

2EF7C6
RGB46247198
HSL165°92.63%57.45%
HSB/HSV165°81.38%96.86%
CMYK81.38%0.00%19.84%
3.14%

Color #2EF7C6 in popluar number systems.

HEX2EF7C6
Decimal46247198
Binary1011101111011111000110
Octal56367306

Shades and tints

Shades of #2EF7C6

#2EF7C6
(46,247,198)
#2AE1B4
(42,225,180)
#26CBA2
(38,203,162)
#22B590
(34,181,144)
#1E9F7E
(30,159,126)
#1A896C
(26,137,108)
#16735A
(22,115,90)
#125D48
(18,93,72)
#0E4736
(14,71,54)
#0A3124
(10,49,36)
#061B12
(6,27,18)
#000000
(0,0,0)

Tints of #2EF7C6

#2EF7C6
(46,247,198)
#41F7CB
(65,247,203)
#54F7D0
(84,247,208)
#67F7D5
(103,247,213)
#7AF7DA
(122,247,218)
#8DF7DF
(141,247,223)
#A0F7E4
(160,247,228)
#B3F7E9
(179,247,233)
#C6F7EE
(198,247,238)
#D9F7F3
(217,247,243)
#ECF7F8
(236,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EF7C6 color. Also use rgb(46,247,198) instead hex code.

Text Font Color

.myTextColor { color: #2EF7C6; }

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

This text font color is #2EF7C6.


Background Color

.myBgColor { background-color: #2EF7C6; }

<div style="background-color:#2EF7C6">Inner text</div>

This div background color is #2EF7C6.


Border color

.myBorderColor { border: 1px solid #2EF7C6; }

<div style="border:3px solid #2EF7C6">Div</div>

This div border color is #2EF7C6.


Opacity

.myOpacity80 { color: #2EF7C6; opacity: 0.8; }

<p style="color:#2EF7C6;opacity:0.8;">80%</p>

Text with #2EF7C6 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 #2EF7C6;}

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

This text has shadow with #2EF7C6 color.

.textShadow {text-shadow: 3px 3px 1px #2EF7C6, 3px 3px 1px red;}

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

This text has shadow with #2EF7C6 primary color and red secondary color.


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

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

This text has shadow with #2EF7C6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EF7C6 on black background.


Color preview on white background

This text has color #2EF7C6 on white background.



Black color preview on #2EF7C6 background

This text has black color on #2EF7C6 background.


White color preview on #2EF7C6 background

This text has white color on #2EF7C6 background.