COLOR #0F7C96

HEX: #0F7C96
RGB: (15,124,150)

Color info

#0F7C96 contains mainly green and blue colors. Web safe color of #0F7C96 is #006699 (or #069).

RGB color model

#0F7C96 color RGB value is (15,124,150).

  • red value is 15;
  • green value is 124;
  • blue value is 150.
RGB:
(15,124,150)
(6%,49%,59%)

RGB channels and saturation

R 15 of 255 = 6%
G 124 of 255 = 49%
B 150 of 255 = 59%

15
124
150

R + G + B ~ 38%. #0F7C96 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 124 + 150 = 289 (100%)
R 15 of 289 ~ 5.19%
G 124 of 289 ~ 42.91%
B 150 of 289 ~ 51.9%

%42.91
%51.9

CMYK color model

#0F7C96 color CMYK value is (90,17,0,41).

  • cyan value is 90.00%
  • magenta value is 17.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(90,17,0,41)
C90M17Y0K41 
(90%,17%,0%,41%)
(0.90/0.17/0.00/0.41)	

CMYK percentages

%90
%17.33
%0
%41.18

Codes

Color #0F7C96 in popluar color models

0F7C96
RGB15124150
HSL192°81.82%32.35%
HSB/HSV192°90.00%58.82%
CMYK90.00%17.33%0.00%
41.18%

Color #0F7C96 in popluar number systems.

HEX0F7C96
Decimal15124150
Binary1111111110010010110
Octal17174226

Shades and tints

Shades of #0F7C96

#0F7C96
(15,124,150)
#0E7189
(14,113,137)
#0D667C
(13,102,124)
#0C5B6F
(12,91,111)
#0B5062
(11,80,98)
#0A4555
(10,69,85)
#093A48
(9,58,72)
#082F3B
(8,47,59)
#07242E
(7,36,46)
#061921
(6,25,33)
#050E14
(5,14,20)
#000000
(0,0,0)

Tints of #0F7C96

#0F7C96
(15,124,150)
#24879F
(36,135,159)
#3992A8
(57,146,168)
#4E9DB1
(78,157,177)
#63A8BA
(99,168,186)
#78B3C3
(120,179,195)
#8DBECC
(141,190,204)
#A2C9D5
(162,201,213)
#B7D4DE
(183,212,222)
#CCDFE7
(204,223,231)
#E1EAF0
(225,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F7C96 color. Also use rgb(15,124,150) instead hex code.

Text Font Color

.myTextColor { color: #0F7C96; }

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

This text font color is #0F7C96.


Background Color

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

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

This div background color is #0F7C96.


Border color

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

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

This div border color is #0F7C96.


Opacity

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

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

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

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

This text has shadow with #0F7C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F7C96 on black background.


Color preview on white background

This text has color #0F7C96 on white background.



Black color preview on #0F7C96 background

This text has black color on #0F7C96 background.


White color preview on #0F7C96 background

This text has white color on #0F7C96 background.