COLOR #0086A7

HEX: #0086A7
RGB: (0,134,167)

Color info

#0086A7 contains only green and blue colors. Web safe color of #0086A7 is #009999 (or #099).

RGB color model

#0086A7 color RGB value is (0,134,167).

  • red value is 0;
  • green value is 134;
  • blue value is 167.
RGB:
(0,134,167)
(0%,53%,65%)

RGB channels and saturation

R 0 of 255 = 0%
G 134 of 255 = 53%
B 167 of 255 = 65%

0
134
167

R + G + B ~ 39%. #0086A7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 134 + 167 = 301 (100%)
R 0 of 301 ~ 0%
G 134 of 301 ~ 44.52%
B 167 of 301 ~ 55.48%

%44.52
%55.48

CMYK color model

#0086A7 color CMYK value is (100,20,0,35).

  • cyan value is 100.00%
  • magenta value is 19.76%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(100,20,0,35)
C100M20Y0K35 
(100%,20%,0%,35%)
(1.00/0.20/0.00/0.35)	

CMYK percentages

%100
%19.76
%0
%34.51

Codes

Color #0086A7 in popluar color models

0086A7
RGB0134167
HSL192°100.00%32.75%
HSB/HSV192°100.00%65.49%
CMYK100.00%19.76%0.00%
34.51%

Color #0086A7 in popluar number systems.

HEX0086A7
Decimal0134167
Binary01000011010100111
Octal0206247

Shades and tints

Shades of #0086A7

#0086A7
(0,134,167)
#007A98
(0,122,152)
#006E89
(0,110,137)
#00627A
(0,98,122)
#00566B
(0,86,107)
#004A5C
(0,74,92)
#003E4D
(0,62,77)
#00323E
(0,50,62)
#00262F
(0,38,47)
#001A20
(0,26,32)
#000E11
(0,14,17)
#000000
(0,0,0)

Tints of #0086A7

#0086A7
(0,134,167)
#1791AF
(23,145,175)
#2E9CB7
(46,156,183)
#45A7BF
(69,167,191)
#5CB2C7
(92,178,199)
#73BDCF
(115,189,207)
#8AC8D7
(138,200,215)
#A1D3DF
(161,211,223)
#B8DEE7
(184,222,231)
#CFE9EF
(207,233,239)
#E6F4F7
(230,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0086A7 color. Also use rgb(0,134,167) instead hex code.

Text Font Color

.myTextColor { color: #0086A7; }

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

This text font color is #0086A7.


Background Color

.myBgColor { background-color: #0086A7; }

<div style="background-color:#0086A7">Inner text</div>

This div background color is #0086A7.


Border color

.myBorderColor { border: 1px solid #0086A7; }

<div style="border:3px solid #0086A7">Div</div>

This div border color is #0086A7.


Opacity

.myOpacity80 { color: #0086A7; opacity: 0.8; }

<p style="color:#0086A7;opacity:0.8;">80%</p>

Text with #0086A7 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 #0086A7;}

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

This text has shadow with #0086A7 color.

.textShadow {text-shadow: 3px 3px 1px #0086A7, 3px 3px 1px red;}

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

This text has shadow with #0086A7 primary color and red secondary color.


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

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

This text has shadow with #0086A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0086A7 on black background.


Color preview on white background

This text has color #0086A7 on white background.



Black color preview on #0086A7 background

This text has black color on #0086A7 background.


White color preview on #0086A7 background

This text has white color on #0086A7 background.