COLOR #2ED2DD

HEX: #2ED2DD
RGB: (46,210,221)

Color info

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

RGB color model

#2ED2DD color RGB value is (46,210,221).

  • red value is 46;
  • green value is 210;
  • blue value is 221.
RGB:
(46,210,221)
(18%,82%,87%)

RGB channels and saturation

R 46 of 255 = 18%
G 210 of 255 = 82%
B 221 of 255 = 87%

46
210
221

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

Portions of RGB colors in percentages

R + G + B =
46 + 210 + 221 = 477 (100%)
R 46 of 477 ~ 9.64%
G 210 of 477 ~ 44.03%
B 221 of 477 ~ 46.33%

%9.64
%44.03
%46.33

CMYK color model

#2ED2DD color CMYK value is (79,5,0,13).

  • cyan value is 79.19%
  • magenta value is 4.98%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(79,5,0,13)
C79M5Y0K13 
(79%,5%,0%,13%)
(0.79/0.05/0.00/0.13)	

CMYK percentages

%79.19
%4.98
%0
%13.33

Codes

Color #2ED2DD in popluar color models

2ED2DD
RGB46210221
HSL184°72.02%52.35%
HSB/HSV184°79.19%86.67%
CMYK79.19%4.98%0.00%
13.33%

Color #2ED2DD in popluar number systems.

HEX2ED2DD
Decimal46210221
Binary1011101101001011011101
Octal56322335

Shades and tints

Shades of #2ED2DD

#2ED2DD
(46,210,221)
#2ABFC9
(42,191,201)
#26ACB5
(38,172,181)
#2299A1
(34,153,161)
#1E868D
(30,134,141)
#1A7379
(26,115,121)
#166065
(22,96,101)
#124D51
(18,77,81)
#0E3A3D
(14,58,61)
#0A2729
(10,39,41)
#061415
(6,20,21)
#000000
(0,0,0)

Tints of #2ED2DD

#2ED2DD
(46,210,221)
#41D6E0
(65,214,224)
#54DAE3
(84,218,227)
#67DEE6
(103,222,230)
#7AE2E9
(122,226,233)
#8DE6EC
(141,230,236)
#A0EAEF
(160,234,239)
#B3EEF2
(179,238,242)
#C6F2F5
(198,242,245)
#D9F6F8
(217,246,248)
#ECFAFB
(236,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2ED2DD color. Also use rgb(46,210,221) instead hex code.

Text Font Color

.myTextColor { color: #2ED2DD; }

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

This text font color is #2ED2DD.


Background Color

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

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

This div background color is #2ED2DD.


Border color

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

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

This div border color is #2ED2DD.


Opacity

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

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

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

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

This text has shadow with #2ED2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2ED2DD on black background.


Color preview on white background

This text has color #2ED2DD on white background.



Black color preview on #2ED2DD background

This text has black color on #2ED2DD background.


White color preview on #2ED2DD background

This text has white color on #2ED2DD background.