COLOR #0F7D8C

HEX: #0F7D8C RGB: (15,125,140)

Color info

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

RGB color model

#0F7D8C color RGB value is (15,125,140).

RGB: (15,125,140) (6%, 49%, 55%)

RGB channels and saturation

R 15 of 255 = 6%
G 125 of 255 = 49%
B 140 of 255 = 55%

15
125
140

R + G + B ~ 37%. #0F7D8C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 125 + 140 = 280 (100%)
R 15 of 280 ~ 5.36%
G 125 of 280 ~ 44.64%
B 140 of 280 ~ 50'%

%44.64
%50

CMYK color model

#0F7D8C color CMYK value is (89,11,0,45).

  • cyan value is 89.29%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (89,11,0,45)
C89M11Y0K45 (89%, 11%, 0%, 45%)
(0.89 / 0.11 / 0.00 / 0.45)

CMYK percentages

%89.29
%10.71
%0
%45.1

Codes

Color #0F7D8C in popluar color models

0F 7D 8C
RGB 15 125 140
HSL 187° 80.65% 30.39%
HSB/HSV 187° 89.29% 54.90%
CMYK 89.29% 10.71% 0.00%
45.10%

Color #0F7D8C in popluar number systems.

HEX 0F 7D 8C
Decimal 15 125 140
Binary 1111 1111101 10001100
Octal 17 175 214

Shades and tints

Shades of #0F7D8C

#0F7D8C
(15,125,140)
#0E7280
(14,114,128)
#0D6774
(13,103,116)
#0C5C68
(12,92,104)
#0B515C
(11,81,92)
#0A4650
(10,70,80)
#093B44
(9,59,68)
#083038
(8,48,56)
#07252C
(7,37,44)
#061A20
(6,26,32)
#050F14
(5,15,20)
#000000
(0,0,0)

Tints of #0F7D8C

#0F7D8C
(15,125,140)
#248896
(36,136,150)
#3993A0
(57,147,160)
#4E9EAA
(78,158,170)
#63A9B4
(99,169,180)
#78B4BE
(120,180,190)
#8DBFC8
(141,191,200)
#A2CAD2
(162,202,210)
#B7D5DC
(183,213,220)
#CCE0E6
(204,224,230)
#E1EBF0
(225,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F7D8C color. Also use rgb(15,125,140) instead hex code.

Text Font Color

.myTextColor { color: #0F7D8C; }

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

This text font color is #0F7D8C.

Background Color

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

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

This div background color is #0F7D8C.

Border color

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

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

This div border color is #0F7D8C.

Opacity

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

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

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

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

This text has shadow with #0F7D8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F7D8C.

Preview

Color preview on black background

This text has color #0F7D8C on black background.


Color preview on white background

This text has color #0F7D8C on white background.


Black color preview on #0F7D8C background

This text has black color on #0F7D8C background.


White color preview on #0F7D8C background

This text has white color on #0F7D8C background.


Related colors

Complementary color

Complementary color for #hex is #F08273.


I love getcolorcode.com

Triadic colors

1 #8C0F7D and #7D8C0F with #0F7D8C are triadic colors.

2 #8C7D0F and #7D0F8C with #0F7D8C are triadic colors.