COLOR #2ED6D9

HEX: #2ED6D9
RGB: (46,214,217)

Color info

#2ED6D9 contains mainly green and blue colors. Web safe color of #2ED6D9 is #33CCCC (or #3CC).

RGB color model

#2ED6D9 color RGB value is (46,214,217).

  • red value is 46;
  • green value is 214;
  • blue value is 217.
RGB:
(46,214,217)
(18%,84%,85%)

RGB channels and saturation

R 46 of 255 = 18%
G 214 of 255 = 84%
B 217 of 255 = 85%

46
214
217

R + G + B ~ 62%. #2ED6D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
46 + 214 + 217 = 477 (100%)
R 46 of 477 ~ 9.64%
G 214 of 477 ~ 44.86%
B 217 of 477 ~ 45.49%

%9.64
%44.86
%45.49

CMYK color model

#2ED6D9 color CMYK value is (79,1,0,15).

  • cyan value is 78.80%
  • magenta value is 1.38%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(79,1,0,15)
C79M1Y0K15 
(79%,1%,0%,15%)
(0.79/0.01/0.00/0.15)	

CMYK percentages

%78.8
%1.38
%0
%14.9

Codes

Color #2ED6D9 in popluar color models

2ED6D9
RGB46214217
HSL181°69.23%51.57%
HSB/HSV181°78.80%85.10%
CMYK78.80%1.38%0.00%
14.90%

Color #2ED6D9 in popluar number systems.

HEX2ED6D9
Decimal46214217
Binary1011101101011011011001
Octal56326331

Shades and tints

Shades of #2ED6D9

#2ED6D9
(46,214,217)
#2AC3C6
(42,195,198)
#26B0B3
(38,176,179)
#229DA0
(34,157,160)
#1E8A8D
(30,138,141)
#1A777A
(26,119,122)
#166467
(22,100,103)
#125154
(18,81,84)
#0E3E41
(14,62,65)
#0A2B2E
(10,43,46)
#06181B
(6,24,27)
#000000
(0,0,0)

Tints of #2ED6D9

#2ED6D9
(46,214,217)
#41D9DC
(65,217,220)
#54DCDF
(84,220,223)
#67DFE2
(103,223,226)
#7AE2E5
(122,226,229)
#8DE5E8
(141,229,232)
#A0E8EB
(160,232,235)
#B3EBEE
(179,235,238)
#C6EEF1
(198,238,241)
#D9F1F4
(217,241,244)
#ECF4F7
(236,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2ED6D9 color. Also use rgb(46,214,217) instead hex code.

Text Font Color

.myTextColor { color: #2ED6D9; }

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

This text font color is #2ED6D9.


Background Color

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

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

This div background color is #2ED6D9.


Border color

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

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

This div border color is #2ED6D9.


Opacity

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

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

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

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

This text has shadow with #2ED6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2ED6D9 on black background.


Color preview on white background

This text has color #2ED6D9 on white background.



Black color preview on #2ED6D9 background

This text has black color on #2ED6D9 background.


White color preview on #2ED6D9 background

This text has white color on #2ED6D9 background.