COLOR #007FA8

HEX: #007FA8
RGB: (0,127,168)

Color info

#007FA8 contains only green and blue colors. Web safe color of #007FA8 is #006699 (or #069).

RGB color model

#007FA8 color RGB value is (0,127,168).

  • red value is 0;
  • green value is 127;
  • blue value is 168.
RGB:
(0,127,168)
(0%,50%,66%)

RGB channels and saturation

R 0 of 255 = 0%
G 127 of 255 = 50%
B 168 of 255 = 66%

0
127
168

R + G + B ~ 39%. #007FA8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 127 + 168 = 295 (100%)
R 0 of 295 ~ 0%
G 127 of 295 ~ 43.05%
B 168 of 295 ~ 56.95%

%43.05
%56.95

CMYK color model

#007FA8 color CMYK value is (100,24,0,34).

  • cyan value is 100.00%
  • magenta value is 24.40%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(100,24,0,34)
C100M24Y0K34 
(100%,24%,0%,34%)
(1.00/0.24/0.00/0.34)	

CMYK percentages

%100
%24.4
%0
%34.12

Codes

Color #007FA8 in popluar color models

007FA8
RGB0127168
HSL195°100.00%32.94%
HSB/HSV195°100.00%65.88%
CMYK100.00%24.40%0.00%
34.12%

Color #007FA8 in popluar number systems.

HEX007FA8
Decimal0127168
Binary0111111110101000
Octal0177250

Shades and tints

Shades of #007FA8

#007FA8
(0,127,168)
#007499
(0,116,153)
#00698A
(0,105,138)
#005E7B
(0,94,123)
#00536C
(0,83,108)
#00485D
(0,72,93)
#003D4E
(0,61,78)
#00323F
(0,50,63)
#002730
(0,39,48)
#001C21
(0,28,33)
#001112
(0,17,18)
#000000
(0,0,0)

Tints of #007FA8

#007FA8
(0,127,168)
#178AAF
(23,138,175)
#2E95B6
(46,149,182)
#45A0BD
(69,160,189)
#5CABC4
(92,171,196)
#73B6CB
(115,182,203)
#8AC1D2
(138,193,210)
#A1CCD9
(161,204,217)
#B8D7E0
(184,215,224)
#CFE2E7
(207,226,231)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007FA8 color. Also use rgb(0,127,168) instead hex code.

Text Font Color

.myTextColor { color: #007FA8; }

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

This text font color is #007FA8.


Background Color

.myBgColor { background-color: #007FA8; }

<div style="background-color:#007FA8">Inner text</div>

This div background color is #007FA8.


Border color

.myBorderColor { border: 1px solid #007FA8; }

<div style="border:3px solid #007FA8">Div</div>

This div border color is #007FA8.


Opacity

.myOpacity80 { color: #007FA8; opacity: 0.8; }

<p style="color:#007FA8;opacity:0.8;">80%</p>

Text with #007FA8 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 #007FA8;}

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

This text has shadow with #007FA8 color.

.textShadow {text-shadow: 3px 3px 1px #007FA8, 3px 3px 1px red;}

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

This text has shadow with #007FA8 primary color and red secondary color.


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

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

This text has shadow with #007FA8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007FA8 on black background.


Color preview on white background

This text has color #007FA8 on white background.



Black color preview on #007FA8 background

This text has black color on #007FA8 background.


White color preview on #007FA8 background

This text has white color on #007FA8 background.