COLOR #0F8689

HEX: #0F8689
RGB: (15,134,137)

Color info

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

RGB color model

#0F8689 color RGB value is (15,134,137).

  • red value is 15;
  • green value is 134;
  • blue value is 137.
RGB:
(15,134,137)
(6%,53%,54%)

RGB channels and saturation

R 15 of 255 = 6%
G 134 of 255 = 53%
B 137 of 255 = 54%

15
134
137

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

Portions of RGB colors in percentages

R + G + B =
15 + 134 + 137 = 286 (100%)
R 15 of 286 ~ 5.24%
G 134 of 286 ~ 46.85%
B 137 of 286 ~ 47.9%

%46.85
%47.9

CMYK color model

#0F8689 color CMYK value is (89,2,0,46).

  • cyan value is 89.05%
  • magenta value is 2.19%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(89,2,0,46)
C89M2Y0K46 
(89%,2%,0%,46%)
(0.89/0.02/0.00/0.46)	

CMYK percentages

%89.05
%2.19
%0
%46.27

Codes

Color #0F8689 in popluar color models

0F8689
RGB15134137
HSL181°80.26%29.80%
HSB/HSV181°89.05%53.73%
CMYK89.05%2.19%0.00%
46.27%

Color #0F8689 in popluar number systems.

HEX0F8689
Decimal15134137
Binary11111000011010001001
Octal17206211

Shades and tints

Shades of #0F8689

#0F8689
(15,134,137)
#0E7A7D
(14,122,125)
#0D6E71
(13,110,113)
#0C6265
(12,98,101)
#0B5659
(11,86,89)
#0A4A4D
(10,74,77)
#093E41
(9,62,65)
#083235
(8,50,53)
#072629
(7,38,41)
#061A1D
(6,26,29)
#050E11
(5,14,17)
#000000
(0,0,0)

Tints of #0F8689

#0F8689
(15,134,137)
#249193
(36,145,147)
#399C9D
(57,156,157)
#4EA7A7
(78,167,167)
#63B2B1
(99,178,177)
#78BDBB
(120,189,187)
#8DC8C5
(141,200,197)
#A2D3CF
(162,211,207)
#B7DED9
(183,222,217)
#CCE9E3
(204,233,227)
#E1F4ED
(225,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F8689 color. Also use rgb(15,134,137) instead hex code.

Text Font Color

.myTextColor { color: #0F8689; }

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

This text font color is #0F8689.


Background Color

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

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

This div background color is #0F8689.


Border color

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

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

This div border color is #0F8689.


Opacity

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

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

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

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

This text has shadow with #0F8689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F8689 on black background.


Color preview on white background

This text has color #0F8689 on white background.



Black color preview on #0F8689 background

This text has black color on #0F8689 background.


White color preview on #0F8689 background

This text has white color on #0F8689 background.