COLOR #086E71

HEX: #086E71
RGB: (8,110,113)

Color info

#086E71 contains mainly green and blue colors. Web safe color of #086E71 is #006666 (or #066).

RGB color model

#086E71 color RGB value is (8,110,113).

  • red value is 8;
  • green value is 110;
  • blue value is 113.
RGB:
(8,110,113)
(3%,43%,44%)

RGB channels and saturation

R 8 of 255 = 3%
G 110 of 255 = 43%
B 113 of 255 = 44%

8
110
113

R + G + B ~ 30%. #086E71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 110 + 113 = 231 (100%)
R 8 of 231 ~ 3.46%
G 110 of 231 ~ 47.62%
B 113 of 231 ~ 48.92%

%47.62
%48.92

CMYK color model

#086E71 color CMYK value is (93,3,0,56).

  • cyan value is 92.92%
  • magenta value is 2.65%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(93,3,0,56)
C93M3Y0K56 
(93%,3%,0%,56%)
(0.93/0.03/0.00/0.56)	

CMYK percentages

%92.92
%2.65
%0
%55.69

Codes

Color #086E71 in popluar color models

086E71
RGB8110113
HSL182°86.78%23.73%
HSB/HSV182°92.92%44.31%
CMYK92.92%2.65%0.00%
55.69%

Color #086E71 in popluar number systems.

HEX086E71
Decimal8110113
Binary100011011101110001
Octal10156161

Shades and tints

Shades of #086E71

#086E71
(8,110,113)
#086467
(8,100,103)
#085A5D
(8,90,93)
#085053
(8,80,83)
#084649
(8,70,73)
#083C3F
(8,60,63)
#083235
(8,50,53)
#08282B
(8,40,43)
#081E21
(8,30,33)
#081417
(8,20,23)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #086E71

#086E71
(8,110,113)
#1E7B7D
(30,123,125)
#348889
(52,136,137)
#4A9595
(74,149,149)
#60A2A1
(96,162,161)
#76AFAD
(118,175,173)
#8CBCB9
(140,188,185)
#A2C9C5
(162,201,197)
#B8D6D1
(184,214,209)
#CEE3DD
(206,227,221)
#E4F0E9
(228,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #086E71 color. Also use rgb(8,110,113) instead hex code.

Text Font Color

.myTextColor { color: #086E71; }

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

This text font color is #086E71.


Background Color

.myBgColor { background-color: #086E71; }

<div style="background-color:#086E71">Inner text</div>

This div background color is #086E71.


Border color

.myBorderColor { border: 1px solid #086E71; }

<div style="border:3px solid #086E71">Div</div>

This div border color is #086E71.


Opacity

.myOpacity80 { color: #086E71; opacity: 0.8; }

<p style="color:#086E71;opacity:0.8;">80%</p>

Text with #086E71 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 #086E71;}

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

This text has shadow with #086E71 color.

.textShadow {text-shadow: 3px 3px 1px #086E71, 3px 3px 1px red;}

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

This text has shadow with #086E71 primary color and red secondary color.


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

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

This text has shadow with #086E71 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #086E71 on black background.


Color preview on white background

This text has color #086E71 on white background.



Black color preview on #086E71 background

This text has black color on #086E71 background.


White color preview on #086E71 background

This text has white color on #086E71 background.