COLOR #078B9C

HEX: #078B9C
RGB: (7,139,156)

Color info

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

RGB color model

#078B9C color RGB value is (7,139,156).

  • red value is 7;
  • green value is 139;
  • blue value is 156.
RGB:
(7,139,156)
(3%,55%,61%)

RGB channels and saturation

R 7 of 255 = 3%
G 139 of 255 = 55%
B 156 of 255 = 61%

7
139
156

R + G + B ~ 40%. #078B9C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
7 + 139 + 156 = 302 (100%)
R 7 of 302 ~ 2.32%
G 139 of 302 ~ 46.03%
B 156 of 302 ~ 51.66%

%46.03
%51.66

CMYK color model

#078B9C color CMYK value is (96,11,0,39).

  • cyan value is 95.51%
  • magenta value is 10.90%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(96,11,0,39)
C96M11Y0K39 
(96%,11%,0%,39%)
(0.96/0.11/0.00/0.39)	

CMYK percentages

%95.51
%10.9
%0
%38.82

Codes

Color #078B9C in popluar color models

078B9C
RGB7139156
HSL187°91.41%31.96%
HSB/HSV187°95.51%61.18%
CMYK95.51%10.90%0.00%
38.82%

Color #078B9C in popluar number systems.

HEX078B9C
Decimal7139156
Binary1111000101110011100
Octal7213234

Shades and tints

Shades of #078B9C

#078B9C
(7,139,156)
#077F8E
(7,127,142)
#077380
(7,115,128)
#076772
(7,103,114)
#075B64
(7,91,100)
#074F56
(7,79,86)
#074348
(7,67,72)
#07373A
(7,55,58)
#072B2C
(7,43,44)
#071F1E
(7,31,30)
#071310
(7,19,16)
#000000
(0,0,0)

Tints of #078B9C

#078B9C
(7,139,156)
#1D95A5
(29,149,165)
#339FAE
(51,159,174)
#49A9B7
(73,169,183)
#5FB3C0
(95,179,192)
#75BDC9
(117,189,201)
#8BC7D2
(139,199,210)
#A1D1DB
(161,209,219)
#B7DBE4
(183,219,228)
#CDE5ED
(205,229,237)
#E3EFF6
(227,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #078B9C color. Also use rgb(7,139,156) instead hex code.

Text Font Color

.myTextColor { color: #078B9C; }

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

This text font color is #078B9C.


Background Color

.myBgColor { background-color: #078B9C; }

<div style="background-color:#078B9C">Inner text</div>

This div background color is #078B9C.


Border color

.myBorderColor { border: 1px solid #078B9C; }

<div style="border:3px solid #078B9C">Div</div>

This div border color is #078B9C.


Opacity

.myOpacity80 { color: #078B9C; opacity: 0.8; }

<p style="color:#078B9C;opacity:0.8;">80%</p>

Text with #078B9C 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 #078B9C;}

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

This text has shadow with #078B9C color.

.textShadow {text-shadow: 3px 3px 1px #078B9C, 3px 3px 1px red;}

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

This text has shadow with #078B9C primary color and red secondary color.


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

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

This text has shadow with #078B9C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #078B9C on black background.


Color preview on white background

This text has color #078B9C on white background.



Black color preview on #078B9C background

This text has black color on #078B9C background.


White color preview on #078B9C background

This text has white color on #078B9C background.