COLOR #0F7B9D

HEX: #0F7B9D
RGB: (15,123,157)

Color info

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

RGB color model

#0F7B9D color RGB value is (15,123,157).

  • red value is 15;
  • green value is 123;
  • blue value is 157.
RGB:
(15,123,157)
(6%,48%,62%)

RGB channels and saturation

R 15 of 255 = 6%
G 123 of 255 = 48%
B 157 of 255 = 62%

15
123
157

R + G + B ~ 39%. #0F7B9D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 123 + 157 = 295 (100%)
R 15 of 295 ~ 5.08%
G 123 of 295 ~ 41.69%
B 157 of 295 ~ 53.22%

%41.69
%53.22

CMYK color model

#0F7B9D color CMYK value is (90,22,0,38).

  • cyan value is 90.45%
  • magenta value is 21.66%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(90,22,0,38)
C90M22Y0K38 
(90%,22%,0%,38%)
(0.90/0.22/0.00/0.38)	

CMYK percentages

%90.45
%21.66
%0
%38.43

Codes

Color #0F7B9D in popluar color models

0F7B9D
RGB15123157
HSL194°82.56%33.73%
HSB/HSV194°90.45%61.57%
CMYK90.45%21.66%0.00%
38.43%

Color #0F7B9D in popluar number systems.

HEX0F7B9D
Decimal15123157
Binary1111111101110011101
Octal17173235

Shades and tints

Shades of #0F7B9D

#0F7B9D
(15,123,157)
#0E708F
(14,112,143)
#0D6581
(13,101,129)
#0C5A73
(12,90,115)
#0B4F65
(11,79,101)
#0A4457
(10,68,87)
#093949
(9,57,73)
#082E3B
(8,46,59)
#07232D
(7,35,45)
#06181F
(6,24,31)
#050D11
(5,13,17)
#000000
(0,0,0)

Tints of #0F7B9D

#0F7B9D
(15,123,157)
#2487A5
(36,135,165)
#3993AD
(57,147,173)
#4E9FB5
(78,159,181)
#63ABBD
(99,171,189)
#78B7C5
(120,183,197)
#8DC3CD
(141,195,205)
#A2CFD5
(162,207,213)
#B7DBDD
(183,219,221)
#CCE7E5
(204,231,229)
#E1F3ED
(225,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F7B9D color. Also use rgb(15,123,157) instead hex code.

Text Font Color

.myTextColor { color: #0F7B9D; }

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

This text font color is #0F7B9D.


Background Color

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

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

This div background color is #0F7B9D.


Border color

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

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

This div border color is #0F7B9D.


Opacity

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

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

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

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

This text has shadow with #0F7B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F7B9D on black background.


Color preview on white background

This text has color #0F7B9D on white background.



Black color preview on #0F7B9D background

This text has black color on #0F7B9D background.


White color preview on #0F7B9D background

This text has white color on #0F7B9D background.