COLOR #00D0DF

HEX: #00D0DF
RGB: (0,208,223)

Color info

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

RGB color model

#00D0DF color RGB value is (0,208,223).

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

RGB channels and saturation

R 0 of 255 = 0%
G 208 of 255 = 82%
B 223 of 255 = 87%

0
208
223

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

Portions of RGB colors in percentages

R + G + B =
0 + 208 + 223 = 431 (100%)
R 0 of 431 ~ 0%
G 208 of 431 ~ 48.26%
B 223 of 431 ~ 51.74%

%48.26
%51.74

CMYK color model

#00D0DF color CMYK value is (100,7,0,13).

  • cyan value is 100.00%
  • magenta value is 6.73%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(100,7,0,13)
C100M7Y0K13 
(100%,7%,0%,13%)
(1.00/0.07/0.00/0.13)	

CMYK percentages

%100
%6.73
%0
%12.55

Codes

Color #00D0DF in popluar color models

00D0DF
RGB0208223
HSL184°100.00%43.73%
HSB/HSV184°100.00%87.45%
CMYK100.00%6.73%0.00%
12.55%

Color #00D0DF in popluar number systems.

HEX00D0DF
Decimal0208223
Binary01101000011011111
Octal0320337

Shades and tints

Shades of #00D0DF

#00D0DF
(0,208,223)
#00BECB
(0,190,203)
#00ACB7
(0,172,183)
#009AA3
(0,154,163)
#00888F
(0,136,143)
#00767B
(0,118,123)
#006467
(0,100,103)
#005253
(0,82,83)
#00403F
(0,64,63)
#002E2B
(0,46,43)
#001C17
(0,28,23)
#000000
(0,0,0)

Tints of #00D0DF

#00D0DF
(0,208,223)
#17D4E1
(23,212,225)
#2ED8E3
(46,216,227)
#45DCE5
(69,220,229)
#5CE0E7
(92,224,231)
#73E4E9
(115,228,233)
#8AE8EB
(138,232,235)
#A1ECED
(161,236,237)
#B8F0EF
(184,240,239)
#CFF4F1
(207,244,241)
#E6F8F3
(230,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00D0DF; }

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

This text font color is #00D0DF.


Background Color

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

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

This div background color is #00D0DF.


Border color

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

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

This div border color is #00D0DF.


Opacity

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

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

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

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

This text has shadow with #00D0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00D0DF on black background.


Color preview on white background

This text has color #00D0DF on white background.



Black color preview on #00D0DF background

This text has black color on #00D0DF background.


White color preview on #00D0DF background

This text has white color on #00D0DF background.