COLOR #0D98D5

HEX: #0D98D5
RGB: (13,152,213)

Color info

#0D98D5 contains mainly blue color. Web safe color of #0D98D5 is #0099CC (or #09C).

RGB color model

#0D98D5 color RGB value is (13,152,213).

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

RGB channels and saturation

R 13 of 255 = 5%
G 152 of 255 = 60%
B 213 of 255 = 84%

13
152
213

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

Portions of RGB colors in percentages

R + G + B =
13 + 152 + 213 = 378 (100%)
R 13 of 378 ~ 3.44%
G 152 of 378 ~ 40.21%
B 213 of 378 ~ 56.35%

%40.21
%56.35

CMYK color model

#0D98D5 color CMYK value is (94,29,0,16).

  • cyan value is 93.90%
  • magenta value is 28.64%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(94,29,0,16)
C94M29Y0K16 
(94%,29%,0%,16%)
(0.94/0.29/0.00/0.16)	

CMYK percentages

%93.9
%28.64
%0
%16.47

Codes

Color #0D98D5 in popluar color models

0D98D5
RGB13152213
HSL198°88.50%44.31%
HSB/HSV198°93.90%83.53%
CMYK93.90%28.64%0.00%
16.47%

Color #0D98D5 in popluar number systems.

HEX0D98D5
Decimal13152213
Binary11011001100011010101
Octal15230325

Shades and tints

Shades of #0D98D5

#0D98D5
(13,152,213)
#0C8BC2
(12,139,194)
#0B7EAF
(11,126,175)
#0A719C
(10,113,156)
#096489
(9,100,137)
#085776
(8,87,118)
#074A63
(7,74,99)
#063D50
(6,61,80)
#05303D
(5,48,61)
#04232A
(4,35,42)
#031617
(3,22,23)
#000000
(0,0,0)

Tints of #0D98D5

#0D98D5
(13,152,213)
#23A1D8
(35,161,216)
#39AADB
(57,170,219)
#4FB3DE
(79,179,222)
#65BCE1
(101,188,225)
#7BC5E4
(123,197,228)
#91CEE7
(145,206,231)
#A7D7EA
(167,215,234)
#BDE0ED
(189,224,237)
#D3E9F0
(211,233,240)
#E9F2F3
(233,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D98D5; }

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

This text font color is #0D98D5.


Background Color

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

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

This div background color is #0D98D5.


Border color

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

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

This div border color is #0D98D5.


Opacity

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

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

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

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

This text has shadow with #0D98D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D98D5 on black background.


Color preview on white background

This text has color #0D98D5 on white background.



Black color preview on #0D98D5 background

This text has black color on #0D98D5 background.


White color preview on #0D98D5 background

This text has white color on #0D98D5 background.