COLOR #0F8AC7

HEX: #0F8AC7
RGB: (15,138,199)

Color info

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

RGB color model

#0F8AC7 color RGB value is (15,138,199).

  • red value is 15;
  • green value is 138;
  • blue value is 199.
RGB:
(15,138,199)
(6%,54%,78%)

RGB channels and saturation

R 15 of 255 = 6%
G 138 of 255 = 54%
B 199 of 255 = 78%

15
138
199

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

Portions of RGB colors in percentages

R + G + B =
15 + 138 + 199 = 352 (100%)
R 15 of 352 ~ 4.26%
G 138 of 352 ~ 39.2%
B 199 of 352 ~ 56.53%

%39.2
%56.53

CMYK color model

#0F8AC7 color CMYK value is (92,31,0,22).

  • cyan value is 92.46%
  • magenta value is 30.65%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(92,31,0,22)
C92M31Y0K22 
(92%,31%,0%,22%)
(0.92/0.31/0.00/0.22)	

CMYK percentages

%92.46
%30.65
%0
%21.96

Codes

Color #0F8AC7 in popluar color models

0F8AC7
RGB15138199
HSL200°85.98%41.96%
HSB/HSV200°92.46%78.04%
CMYK92.46%30.65%0.00%
21.96%

Color #0F8AC7 in popluar number systems.

HEX0F8AC7
Decimal15138199
Binary11111000101011000111
Octal17212307

Shades and tints

Shades of #0F8AC7

#0F8AC7
(15,138,199)
#0E7EB5
(14,126,181)
#0D72A3
(13,114,163)
#0C6691
(12,102,145)
#0B5A7F
(11,90,127)
#0A4E6D
(10,78,109)
#09425B
(9,66,91)
#083649
(8,54,73)
#072A37
(7,42,55)
#061E25
(6,30,37)
#051213
(5,18,19)
#000000
(0,0,0)

Tints of #0F8AC7

#0F8AC7
(15,138,199)
#2494CC
(36,148,204)
#399ED1
(57,158,209)
#4EA8D6
(78,168,214)
#63B2DB
(99,178,219)
#78BCE0
(120,188,224)
#8DC6E5
(141,198,229)
#A2D0EA
(162,208,234)
#B7DAEF
(183,218,239)
#CCE4F4
(204,228,244)
#E1EEF9
(225,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F8AC7 color. Also use rgb(15,138,199) instead hex code.

Text Font Color

.myTextColor { color: #0F8AC7; }

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

This text font color is #0F8AC7.


Background Color

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

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

This div background color is #0F8AC7.


Border color

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

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

This div border color is #0F8AC7.


Opacity

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

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

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

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

This text has shadow with #0F8AC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F8AC7 on black background.


Color preview on white background

This text has color #0F8AC7 on white background.



Black color preview on #0F8AC7 background

This text has black color on #0F8AC7 background.


White color preview on #0F8AC7 background

This text has white color on #0F8AC7 background.