COLOR #00E1D1

HEX: #00E1D1
RGB: (0,225,209)

Color info

#00E1D1 contains only green and blue colors. Web safe color of #00E1D1 is #00CCCC (or #0CC).

RGB color model

#00E1D1 color RGB value is (0,225,209).

  • red value is 0;
  • green value is 225;
  • blue value is 209.
RGB:
(0,225,209)
(0%,88%,82%)

RGB channels and saturation

R 0 of 255 = 0%
G 225 of 255 = 88%
B 209 of 255 = 82%

0
225
209

R + G + B ~ 57%. #00E1D1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 225 + 209 = 434 (100%)
R 0 of 434 ~ 0%
G 225 of 434 ~ 51.84%
B 209 of 434 ~ 48.16%

%51.84
%48.16

CMYK color model

#00E1D1 color CMYK value is (100,0,7,12).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 11.76%
CMYK:
(100,0,7,12)
C100M0Y7K12 
(100%,0%,7%,12%)
(1.00/0.00/0.07/0.12)	

CMYK percentages

%100
%0
%7.11
%11.76

Codes

Color #00E1D1 in popluar color models

00E1D1
RGB0225209
HSL176°100.00%44.12%
HSB/HSV176°100.00%88.24%
CMYK100.00%0.00%7.11%
11.76%

Color #00E1D1 in popluar number systems.

HEX00E1D1
Decimal0225209
Binary01110000111010001
Octal0341321

Shades and tints

Shades of #00E1D1

#00E1D1
(0,225,209)
#00CDBE
(0,205,190)
#00B9AB
(0,185,171)
#00A598
(0,165,152)
#009185
(0,145,133)
#007D72
(0,125,114)
#00695F
(0,105,95)
#00554C
(0,85,76)
#004139
(0,65,57)
#002D26
(0,45,38)
#001913
(0,25,19)
#000000
(0,0,0)

Tints of #00E1D1

#00E1D1
(0,225,209)
#17E3D5
(23,227,213)
#2EE5D9
(46,229,217)
#45E7DD
(69,231,221)
#5CE9E1
(92,233,225)
#73EBE5
(115,235,229)
#8AEDE9
(138,237,233)
#A1EFED
(161,239,237)
#B8F1F1
(184,241,241)
#CFF3F5
(207,243,245)
#E6F5F9
(230,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00E1D1 color. Also use rgb(0,225,209) instead hex code.

Text Font Color

.myTextColor { color: #00E1D1; }

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

This text font color is #00E1D1.


Background Color

.myBgColor { background-color: #00E1D1; }

<div style="background-color:#00E1D1">Inner text</div>

This div background color is #00E1D1.


Border color

.myBorderColor { border: 1px solid #00E1D1; }

<div style="border:3px solid #00E1D1">Div</div>

This div border color is #00E1D1.


Opacity

.myOpacity80 { color: #00E1D1; opacity: 0.8; }

<p style="color:#00E1D1;opacity:0.8;">80%</p>

Text with #00E1D1 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 #00E1D1;}

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

This text has shadow with #00E1D1 color.

.textShadow {text-shadow: 3px 3px 1px #00E1D1, 3px 3px 1px red;}

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

This text has shadow with #00E1D1 primary color and red secondary color.


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

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

This text has shadow with #00E1D1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00E1D1 on black background.


Color preview on white background

This text has color #00E1D1 on white background.



Black color preview on #00E1D1 background

This text has black color on #00E1D1 background.


White color preview on #00E1D1 background

This text has white color on #00E1D1 background.