COLOR #0DD0D2

HEX: #0DD0D2
RGB: (13,208,210)

Color info

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

RGB color model

#0DD0D2 color RGB value is (13,208,210).

  • red value is 13;
  • green value is 208;
  • blue value is 210.
RGB:
(13,208,210)
(5%,82%,82%)

RGB channels and saturation

R 13 of 255 = 5%
G 208 of 255 = 82%
B 210 of 255 = 82%

13
208
210

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

Portions of RGB colors in percentages

R + G + B =
13 + 208 + 210 = 431 (100%)
R 13 of 431 ~ 3.02%
G 208 of 431 ~ 48.26%
B 210 of 431 ~ 48.72%

%48.26
%48.72

CMYK color model

#0DD0D2 color CMYK value is (94,1,0,18).

  • cyan value is 93.81%
  • magenta value is 0.95%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(94,1,0,18)
C94M1Y0K18 
(94%,1%,0%,18%)
(0.94/0.01/0.00/0.18)	

CMYK percentages

%93.81
%0.95
%0
%17.65

Codes

Color #0DD0D2 in popluar color models

0DD0D2
RGB13208210
HSL181°88.34%43.73%
HSB/HSV181°93.81%82.35%
CMYK93.81%0.95%0.00%
17.65%

Color #0DD0D2 in popluar number systems.

HEX0DD0D2
Decimal13208210
Binary11011101000011010010
Octal15320322

Shades and tints

Shades of #0DD0D2

#0DD0D2
(13,208,210)
#0CBEBF
(12,190,191)
#0BACAC
(11,172,172)
#0A9A99
(10,154,153)
#098886
(9,136,134)
#087673
(8,118,115)
#076460
(7,100,96)
#06524D
(6,82,77)
#05403A
(5,64,58)
#042E27
(4,46,39)
#031C14
(3,28,20)
#000000
(0,0,0)

Tints of #0DD0D2

#0DD0D2
(13,208,210)
#23D4D6
(35,212,214)
#39D8DA
(57,216,218)
#4FDCDE
(79,220,222)
#65E0E2
(101,224,226)
#7BE4E6
(123,228,230)
#91E8EA
(145,232,234)
#A7ECEE
(167,236,238)
#BDF0F2
(189,240,242)
#D3F4F6
(211,244,246)
#E9F8FA
(233,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0DD0D2 color. Also use rgb(13,208,210) instead hex code.

Text Font Color

.myTextColor { color: #0DD0D2; }

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

This text font color is #0DD0D2.


Background Color

.myBgColor { background-color: #0DD0D2; }

<div style="background-color:#0DD0D2">Inner text</div>

This div background color is #0DD0D2.


Border color

.myBorderColor { border: 1px solid #0DD0D2; }

<div style="border:3px solid #0DD0D2">Div</div>

This div border color is #0DD0D2.


Opacity

.myOpacity80 { color: #0DD0D2; opacity: 0.8; }

<p style="color:#0DD0D2;opacity:0.8;">80%</p>

Text with #0DD0D2 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 #0DD0D2;}

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

This text has shadow with #0DD0D2 color.

.textShadow {text-shadow: 3px 3px 1px #0DD0D2, 3px 3px 1px red;}

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

This text has shadow with #0DD0D2 primary color and red secondary color.


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

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

This text has shadow with #0DD0D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0DD0D2 on black background.


Color preview on white background

This text has color #0DD0D2 on white background.



Black color preview on #0DD0D2 background

This text has black color on #0DD0D2 background.


White color preview on #0DD0D2 background

This text has white color on #0DD0D2 background.