COLOR #0D98BA

HEX: #0D98BA
RGB: (13,152,186)

Color info

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

RGB color model

#0D98BA color RGB value is (13,152,186).

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

RGB channels and saturation

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

13
152
186

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

Portions of RGB colors in percentages

R + G + B =
13 + 152 + 186 = 351 (100%)
R 13 of 351 ~ 3.7%
G 152 of 351 ~ 43.3%
B 186 of 351 ~ 52.99%

%43.3
%52.99

CMYK color model

#0D98BA color CMYK value is (93,18,0,27).

  • cyan value is 93.01%
  • magenta value is 18.28%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(93,18,0,27)
C93M18Y0K27 
(93%,18%,0%,27%)
(0.93/0.18/0.00/0.27)	

CMYK percentages

%93.01
%18.28
%0
%27.06

Codes

Color #0D98BA in popluar color models

0D98BA
RGB13152186
HSL192°86.93%39.02%
HSB/HSV192°93.01%72.94%
CMYK93.01%18.28%0.00%
27.06%

Color #0D98BA in popluar number systems.

HEX0D98BA
Decimal13152186
Binary11011001100010111010
Octal15230272

Shades and tints

Shades of #0D98BA

#0D98BA
(13,152,186)
#0C8BAA
(12,139,170)
#0B7E9A
(11,126,154)
#0A718A
(10,113,138)
#09647A
(9,100,122)
#08576A
(8,87,106)
#074A5A
(7,74,90)
#063D4A
(6,61,74)
#05303A
(5,48,58)
#04232A
(4,35,42)
#03161A
(3,22,26)
#000000
(0,0,0)

Tints of #0D98BA

#0D98BA
(13,152,186)
#23A1C0
(35,161,192)
#39AAC6
(57,170,198)
#4FB3CC
(79,179,204)
#65BCD2
(101,188,210)
#7BC5D8
(123,197,216)
#91CEDE
(145,206,222)
#A7D7E4
(167,215,228)
#BDE0EA
(189,224,234)
#D3E9F0
(211,233,240)
#E9F2F6
(233,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D98BA; }

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

This text font color is #0D98BA.


Background Color

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

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

This div background color is #0D98BA.


Border color

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

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

This div border color is #0D98BA.


Opacity

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

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

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

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

This text has shadow with #0D98BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D98BA on black background.


Color preview on white background

This text has color #0D98BA on white background.



Black color preview on #0D98BA background

This text has black color on #0D98BA background.


White color preview on #0D98BA background

This text has white color on #0D98BA background.