COLOR #0DB3DA

HEX: #0DB3DA
RGB: (13,179,218)

Color info

#0DB3DA contains mainly green and blue colors. Web safe color of #0DB3DA is #0099CC (or #09C).

RGB color model

#0DB3DA color RGB value is (13,179,218).

  • red value is 13;
  • green value is 179;
  • blue value is 218.
RGB:
(13,179,218)
(5%,70%,85%)

RGB channels and saturation

R 13 of 255 = 5%
G 179 of 255 = 70%
B 218 of 255 = 85%

13
179
218

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

Portions of RGB colors in percentages

R + G + B =
13 + 179 + 218 = 410 (100%)
R 13 of 410 ~ 3.17%
G 179 of 410 ~ 43.66%
B 218 of 410 ~ 53.17%

%43.66
%53.17

CMYK color model

#0DB3DA color CMYK value is (94,18,0,15).

  • cyan value is 94.04%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(94,18,0,15)
C94M18Y0K15 
(94%,18%,0%,15%)
(0.94/0.18/0.00/0.15)	

CMYK percentages

%94.04
%17.89
%0
%14.51

Codes

Color #0DB3DA in popluar color models

0DB3DA
RGB13179218
HSL191°88.74%45.29%
HSB/HSV191°94.04%85.49%
CMYK94.04%17.89%0.00%
14.51%

Color #0DB3DA in popluar number systems.

HEX0DB3DA
Decimal13179218
Binary11011011001111011010
Octal15263332

Shades and tints

Shades of #0DB3DA

#0DB3DA
(13,179,218)
#0CA3C7
(12,163,199)
#0B93B4
(11,147,180)
#0A83A1
(10,131,161)
#09738E
(9,115,142)
#08637B
(8,99,123)
#075368
(7,83,104)
#064355
(6,67,85)
#053342
(5,51,66)
#04232F
(4,35,47)
#03131C
(3,19,28)
#000000
(0,0,0)

Tints of #0DB3DA

#0DB3DA
(13,179,218)
#23B9DD
(35,185,221)
#39BFE0
(57,191,224)
#4FC5E3
(79,197,227)
#65CBE6
(101,203,230)
#7BD1E9
(123,209,233)
#91D7EC
(145,215,236)
#A7DDEF
(167,221,239)
#BDE3F2
(189,227,242)
#D3E9F5
(211,233,245)
#E9EFF8
(233,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0DB3DA color. Also use rgb(13,179,218) instead hex code.

Text Font Color

.myTextColor { color: #0DB3DA; }

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

This text font color is #0DB3DA.


Background Color

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

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

This div background color is #0DB3DA.


Border color

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

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

This div border color is #0DB3DA.


Opacity

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

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

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

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

This text has shadow with #0DB3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0DB3DA on black background.


Color preview on white background

This text has color #0DB3DA on white background.



Black color preview on #0DB3DA background

This text has black color on #0DB3DA background.


White color preview on #0DB3DA background

This text has white color on #0DB3DA background.