COLOR #0DB496

HEX: #0DB496
RGB: (13,180,150)

Color info

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

RGB color model

#0DB496 color RGB value is (13,180,150).

  • red value is 13;
  • green value is 180;
  • blue value is 150.
RGB:
(13,180,150)
(5%,71%,59%)

RGB channels and saturation

R 13 of 255 = 5%
G 180 of 255 = 71%
B 150 of 255 = 59%

13
180
150

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

Portions of RGB colors in percentages

R + G + B =
13 + 180 + 150 = 343 (100%)
R 13 of 343 ~ 3.79%
G 180 of 343 ~ 52.48%
B 150 of 343 ~ 43.73%

%52.48
%43.73

CMYK color model

#0DB496 color CMYK value is (93,0,17,29).

  • cyan value is 92.78%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 29.41%
CMYK:
(93,0,17,29)
C93M0Y17K29 
(93%,0%,17%,29%)
(0.93/0.00/0.17/0.29)	

CMYK percentages

%92.78
%0
%16.67
%29.41

Codes

Color #0DB496 in popluar color models

0DB496
RGB13180150
HSL169°86.53%37.84%
HSB/HSV169°92.78%70.59%
CMYK92.78%0.00%16.67%
29.41%

Color #0DB496 in popluar number systems.

HEX0DB496
Decimal13180150
Binary11011011010010010110
Octal15264226

Shades and tints

Shades of #0DB496

#0DB496
(13,180,150)
#0CA489
(12,164,137)
#0B947C
(11,148,124)
#0A846F
(10,132,111)
#097462
(9,116,98)
#086455
(8,100,85)
#075448
(7,84,72)
#06443B
(6,68,59)
#05342E
(5,52,46)
#042421
(4,36,33)
#031414
(3,20,20)
#000000
(0,0,0)

Tints of #0DB496

#0DB496
(13,180,150)
#23BA9F
(35,186,159)
#39C0A8
(57,192,168)
#4FC6B1
(79,198,177)
#65CCBA
(101,204,186)
#7BD2C3
(123,210,195)
#91D8CC
(145,216,204)
#A7DED5
(167,222,213)
#BDE4DE
(189,228,222)
#D3EAE7
(211,234,231)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0DB496 color. Also use rgb(13,180,150) instead hex code.

Text Font Color

.myTextColor { color: #0DB496; }

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

This text font color is #0DB496.


Background Color

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

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

This div background color is #0DB496.


Border color

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

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

This div border color is #0DB496.


Opacity

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

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

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

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

This text has shadow with #0DB496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0DB496 on black background.


Color preview on white background

This text has color #0DB496 on white background.



Black color preview on #0DB496 background

This text has black color on #0DB496 background.


White color preview on #0DB496 background

This text has white color on #0DB496 background.