COLOR #0DDEAB

HEX: #0DDEAB
RGB: (13,222,171)

Color info

#0DDEAB contains mainly green and blue colors. Web safe color of #0DDEAB is #00CC99 (or #0C9).

RGB color model

#0DDEAB color RGB value is (13,222,171).

  • red value is 13;
  • green value is 222;
  • blue value is 171.
RGB:
(13,222,171)
(5%,87%,67%)

RGB channels and saturation

R 13 of 255 = 5%
G 222 of 255 = 87%
B 171 of 255 = 67%

13
222
171

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

Portions of RGB colors in percentages

R + G + B =
13 + 222 + 171 = 406 (100%)
R 13 of 406 ~ 3.2%
G 222 of 406 ~ 54.68%
B 171 of 406 ~ 42.12%

%54.68
%42.12

CMYK color model

#0DDEAB color CMYK value is (94,0,23,13).

  • cyan value is 94.14%
  • magenta value is 0.00%
  • yellow value is 22.97%
  • key color value is 12.94%
CMYK:
(94,0,23,13)
C94M0Y23K13 
(94%,0%,23%,13%)
(0.94/0.00/0.23/0.13)	

CMYK percentages

%94.14
%0
%22.97
%12.94

Codes

Color #0DDEAB in popluar color models

0DDEAB
RGB13222171
HSL165°88.94%46.08%
HSB/HSV165°94.14%87.06%
CMYK94.14%0.00%22.97%
12.94%

Color #0DDEAB in popluar number systems.

HEX0DDEAB
Decimal13222171
Binary11011101111010101011
Octal15336253

Shades and tints

Shades of #0DDEAB

#0DDEAB
(13,222,171)
#0CCA9C
(12,202,156)
#0BB68D
(11,182,141)
#0AA27E
(10,162,126)
#098E6F
(9,142,111)
#087A60
(8,122,96)
#076651
(7,102,81)
#065242
(6,82,66)
#053E33
(5,62,51)
#042A24
(4,42,36)
#031615
(3,22,21)
#000000
(0,0,0)

Tints of #0DDEAB

#0DDEAB
(13,222,171)
#23E1B2
(35,225,178)
#39E4B9
(57,228,185)
#4FE7C0
(79,231,192)
#65EAC7
(101,234,199)
#7BEDCE
(123,237,206)
#91F0D5
(145,240,213)
#A7F3DC
(167,243,220)
#BDF6E3
(189,246,227)
#D3F9EA
(211,249,234)
#E9FCF1
(233,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0DDEAB color. Also use rgb(13,222,171) instead hex code.

Text Font Color

.myTextColor { color: #0DDEAB; }

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

This text font color is #0DDEAB.


Background Color

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

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

This div background color is #0DDEAB.


Border color

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

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

This div border color is #0DDEAB.


Opacity

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

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

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

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

This text has shadow with #0DDEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0DDEAB on black background.


Color preview on white background

This text has color #0DDEAB on white background.



Black color preview on #0DDEAB background

This text has black color on #0DDEAB background.


White color preview on #0DDEAB background

This text has white color on #0DDEAB background.