COLOR #0D9ABA

HEX: #0D9ABA
RGB: (13,154,186)

Color info

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

RGB color model

#0D9ABA color RGB value is (13,154,186).

  • red value is 13;
  • green value is 154;
  • blue value is 186.
RGB:
(13,154,186)
(5%,60%,73%)

RGB channels and saturation

R 13 of 255 = 5%
G 154 of 255 = 60%
B 186 of 255 = 73%

13
154
186

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

Portions of RGB colors in percentages

R + G + B =
13 + 154 + 186 = 353 (100%)
R 13 of 353 ~ 3.68%
G 154 of 353 ~ 43.63%
B 186 of 353 ~ 52.69%

%43.63
%52.69

CMYK color model

#0D9ABA color CMYK value is (93,17,0,27).

  • cyan value is 93.01%
  • magenta value is 17.20%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(93,17,0,27)
C93M17Y0K27 
(93%,17%,0%,27%)
(0.93/0.17/0.00/0.27)	

CMYK percentages

%93.01
%17.2
%0
%27.06

Codes

Color #0D9ABA in popluar color models

0D9ABA
RGB13154186
HSL191°86.93%39.02%
HSB/HSV191°93.01%72.94%
CMYK93.01%17.20%0.00%
27.06%

Color #0D9ABA in popluar number systems.

HEX0D9ABA
Decimal13154186
Binary11011001101010111010
Octal15232272

Shades and tints

Shades of #0D9ABA

#0D9ABA
(13,154,186)
#0C8CAA
(12,140,170)
#0B7E9A
(11,126,154)
#0A708A
(10,112,138)
#09627A
(9,98,122)
#08546A
(8,84,106)
#07465A
(7,70,90)
#06384A
(6,56,74)
#052A3A
(5,42,58)
#041C2A
(4,28,42)
#030E1A
(3,14,26)
#000000
(0,0,0)

Tints of #0D9ABA

#0D9ABA
(13,154,186)
#23A3C0
(35,163,192)
#39ACC6
(57,172,198)
#4FB5CC
(79,181,204)
#65BED2
(101,190,210)
#7BC7D8
(123,199,216)
#91D0DE
(145,208,222)
#A7D9E4
(167,217,228)
#BDE2EA
(189,226,234)
#D3EBF0
(211,235,240)
#E9F4F6
(233,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D9ABA color. Also use rgb(13,154,186) instead hex code.

Text Font Color

.myTextColor { color: #0D9ABA; }

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

This text font color is #0D9ABA.


Background Color

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

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

This div background color is #0D9ABA.


Border color

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

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

This div border color is #0D9ABA.


Opacity

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

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

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

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

This text has shadow with #0D9ABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D9ABA on black background.


Color preview on white background

This text has color #0D9ABA on white background.



Black color preview on #0D9ABA background

This text has black color on #0D9ABA background.


White color preview on #0D9ABA background

This text has white color on #0D9ABA background.