COLOR #0DC0D1

HEX: #0DC0D1
RGB: (13,192,209)

Color info

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

RGB color model

#0DC0D1 color RGB value is (13,192,209).

  • red value is 13;
  • green value is 192;
  • blue value is 209.
RGB:
(13,192,209)
(5%,75%,82%)

RGB channels and saturation

R 13 of 255 = 5%
G 192 of 255 = 75%
B 209 of 255 = 82%

13
192
209

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

Portions of RGB colors in percentages

R + G + B =
13 + 192 + 209 = 414 (100%)
R 13 of 414 ~ 3.14%
G 192 of 414 ~ 46.38%
B 209 of 414 ~ 50.48%

%46.38
%50.48

CMYK color model

#0DC0D1 color CMYK value is (94,8,0,18).

  • cyan value is 93.78%
  • magenta value is 8.13%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(94,8,0,18)
C94M8Y0K18 
(94%,8%,0%,18%)
(0.94/0.08/0.00/0.18)	

CMYK percentages

%93.78
%8.13
%0
%18.04

Codes

Color #0DC0D1 in popluar color models

0DC0D1
RGB13192209
HSL185°88.29%43.53%
HSB/HSV185°93.78%81.96%
CMYK93.78%8.13%0.00%
18.04%

Color #0DC0D1 in popluar number systems.

HEX0DC0D1
Decimal13192209
Binary11011100000011010001
Octal15300321

Shades and tints

Shades of #0DC0D1

#0DC0D1
(13,192,209)
#0CAFBE
(12,175,190)
#0B9EAB
(11,158,171)
#0A8D98
(10,141,152)
#097C85
(9,124,133)
#086B72
(8,107,114)
#075A5F
(7,90,95)
#06494C
(6,73,76)
#053839
(5,56,57)
#042726
(4,39,38)
#031613
(3,22,19)
#000000
(0,0,0)

Tints of #0DC0D1

#0DC0D1
(13,192,209)
#23C5D5
(35,197,213)
#39CAD9
(57,202,217)
#4FCFDD
(79,207,221)
#65D4E1
(101,212,225)
#7BD9E5
(123,217,229)
#91DEE9
(145,222,233)
#A7E3ED
(167,227,237)
#BDE8F1
(189,232,241)
#D3EDF5
(211,237,245)
#E9F2F9
(233,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0DC0D1; }

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

This text font color is #0DC0D1.


Background Color

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

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

This div background color is #0DC0D1.


Border color

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

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

This div border color is #0DC0D1.


Opacity

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

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

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

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

This text has shadow with #0DC0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0DC0D1 on black background.


Color preview on white background

This text has color #0DC0D1 on white background.



Black color preview on #0DC0D1 background

This text has black color on #0DC0D1 background.


White color preview on #0DC0D1 background

This text has white color on #0DC0D1 background.