COLOR #0DDCB9

HEX: #0DDCB9
RGB: (13,220,185)

Color info

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

RGB color model

#0DDCB9 color RGB value is (13,220,185).

  • red value is 13;
  • green value is 220;
  • blue value is 185.
RGB:
(13,220,185)
(5%,86%,73%)

RGB channels and saturation

R 13 of 255 = 5%
G 220 of 255 = 86%
B 185 of 255 = 73%

13
220
185

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

Portions of RGB colors in percentages

R + G + B =
13 + 220 + 185 = 418 (100%)
R 13 of 418 ~ 3.11%
G 220 of 418 ~ 52.63%
B 185 of 418 ~ 44.26%

%52.63
%44.26

CMYK color model

#0DDCB9 color CMYK value is (94,0,16,14).

  • cyan value is 94.09%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 13.73%
CMYK:
(94,0,16,14)
C94M0Y16K14 
(94%,0%,16%,14%)
(0.94/0.00/0.16/0.14)	

CMYK percentages

%94.09
%0
%15.91
%13.73

Codes

Color #0DDCB9 in popluar color models

0DDCB9
RGB13220185
HSL170°88.84%45.69%
HSB/HSV170°94.09%86.27%
CMYK94.09%0.00%15.91%
13.73%

Color #0DDCB9 in popluar number systems.

HEX0DDCB9
Decimal13220185
Binary11011101110010111001
Octal15334271

Shades and tints

Shades of #0DDCB9

#0DDCB9
(13,220,185)
#0CC8A9
(12,200,169)
#0BB499
(11,180,153)
#0AA089
(10,160,137)
#098C79
(9,140,121)
#087869
(8,120,105)
#076459
(7,100,89)
#065049
(6,80,73)
#053C39
(5,60,57)
#042829
(4,40,41)
#031419
(3,20,25)
#000000
(0,0,0)

Tints of #0DDCB9

#0DDCB9
(13,220,185)
#23DFBF
(35,223,191)
#39E2C5
(57,226,197)
#4FE5CB
(79,229,203)
#65E8D1
(101,232,209)
#7BEBD7
(123,235,215)
#91EEDD
(145,238,221)
#A7F1E3
(167,241,227)
#BDF4E9
(189,244,233)
#D3F7EF
(211,247,239)
#E9FAF5
(233,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0DDCB9 color. Also use rgb(13,220,185) instead hex code.

Text Font Color

.myTextColor { color: #0DDCB9; }

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

This text font color is #0DDCB9.


Background Color

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

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

This div background color is #0DDCB9.


Border color

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

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

This div border color is #0DDCB9.


Opacity

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

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

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

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

This text has shadow with #0DDCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0DDCB9 on black background.


Color preview on white background

This text has color #0DDCB9 on white background.



Black color preview on #0DDCB9 background

This text has black color on #0DDCB9 background.


White color preview on #0DDCB9 background

This text has white color on #0DDCB9 background.