COLOR #0F98AF

HEX: #0F98AF
RGB: (15,152,175)

Color info

#0F98AF contains mainly green and blue colors. Web safe color of #0F98AF is #009999 (or #099).

RGB color model

#0F98AF color RGB value is (15,152,175).

  • red value is 15;
  • green value is 152;
  • blue value is 175.
RGB:
(15,152,175)
(6%,60%,69%)

RGB channels and saturation

R 15 of 255 = 6%
G 152 of 255 = 60%
B 175 of 255 = 69%

15
152
175

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

Portions of RGB colors in percentages

R + G + B =
15 + 152 + 175 = 342 (100%)
R 15 of 342 ~ 4.39%
G 152 of 342 ~ 44.44%
B 175 of 342 ~ 51.17%

%44.44
%51.17

CMYK color model

#0F98AF color CMYK value is (91,13,0,31).

  • cyan value is 91.43%
  • magenta value is 13.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(91,13,0,31)
C91M13Y0K31 
(91%,13%,0%,31%)
(0.91/0.13/0.00/0.31)	

CMYK percentages

%91.43
%13.14
%0
%31.37

Codes

Color #0F98AF in popluar color models

0F98AF
RGB15152175
HSL189°84.21%37.25%
HSB/HSV189°91.43%68.63%
CMYK91.43%13.14%0.00%
31.37%

Color #0F98AF in popluar number systems.

HEX0F98AF
Decimal15152175
Binary11111001100010101111
Octal17230257

Shades and tints

Shades of #0F98AF

#0F98AF
(15,152,175)
#0E8BA0
(14,139,160)
#0D7E91
(13,126,145)
#0C7182
(12,113,130)
#0B6473
(11,100,115)
#0A5764
(10,87,100)
#094A55
(9,74,85)
#083D46
(8,61,70)
#073037
(7,48,55)
#062328
(6,35,40)
#051619
(5,22,25)
#000000
(0,0,0)

Tints of #0F98AF

#0F98AF
(15,152,175)
#24A1B6
(36,161,182)
#39AABD
(57,170,189)
#4EB3C4
(78,179,196)
#63BCCB
(99,188,203)
#78C5D2
(120,197,210)
#8DCED9
(141,206,217)
#A2D7E0
(162,215,224)
#B7E0E7
(183,224,231)
#CCE9EE
(204,233,238)
#E1F2F5
(225,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F98AF color. Also use rgb(15,152,175) instead hex code.

Text Font Color

.myTextColor { color: #0F98AF; }

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

This text font color is #0F98AF.


Background Color

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

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

This div background color is #0F98AF.


Border color

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

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

This div border color is #0F98AF.


Opacity

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

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

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

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

This text has shadow with #0F98AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F98AF on black background.


Color preview on white background

This text has color #0F98AF on white background.



Black color preview on #0F98AF background

This text has black color on #0F98AF background.


White color preview on #0F98AF background

This text has white color on #0F98AF background.