COLOR #00D1D1

HEX: #00D1D1
RGB: (0,209,209)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
209
209

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

Portions of RGB colors in percentages

R + G + B =
0 + 209 + 209 = 418 (100%)
R 0 of 418 ~ 0%
G 209 of 418 ~ 50%
B 209 of 418 ~ 50%

%50
%50

CMYK color model

#00D1D1 color CMYK value is (100,0,0,18).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(100,0,0,18)
C100M0Y0K18 
(100%,0%,0%,18%)
(1.00/0.00/0.00/0.18)	

CMYK percentages

%100
%0
%0
%18.04

Codes

Color #00D1D1 in popluar color models

00D1D1
RGB0209209
HSL180°100.00%40.98%
HSB/HSV180°100.00%81.96%
CMYK100.00%0.00%0.00%
18.04%

Color #00D1D1 in popluar number systems.

HEX00D1D1
Decimal0209209
Binary01101000111010001
Octal0321321

Shades and tints

Shades of #00D1D1

#00D1D1
(0,209,209)
#00BEBE
(0,190,190)
#00ABAB
(0,171,171)
#009898
(0,152,152)
#008585
(0,133,133)
#007272
(0,114,114)
#005F5F
(0,95,95)
#004C4C
(0,76,76)
#003939
(0,57,57)
#002626
(0,38,38)
#001313
(0,19,19)
#000000
(0,0,0)

Tints of #00D1D1

#00D1D1
(0,209,209)
#17D5D5
(23,213,213)
#2ED9D9
(46,217,217)
#45DDDD
(69,221,221)
#5CE1E1
(92,225,225)
#73E5E5
(115,229,229)
#8AE9E9
(138,233,233)
#A1EDED
(161,237,237)
#B8F1F1
(184,241,241)
#CFF5F5
(207,245,245)
#E6F9F9
(230,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00D1D1; }

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

This text font color is #00D1D1.


Background Color

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

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

This div background color is #00D1D1.


Border color

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

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

This div border color is #00D1D1.


Opacity

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

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

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

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

This text has shadow with #00D1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00D1D1 on black background.


Color preview on white background

This text has color #00D1D1 on white background.



Black color preview on #00D1D1 background

This text has black color on #00D1D1 background.


White color preview on #00D1D1 background

This text has white color on #00D1D1 background.