COLOR #086A6D

HEX: #086A6D
RGB: (8,106,109)

Color info

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

RGB color model

#086A6D color RGB value is (8,106,109).

  • red value is 8;
  • green value is 106;
  • blue value is 109.
RGB:
(8,106,109)
(3%,42%,43%)

RGB channels and saturation

R 8 of 255 = 3%
G 106 of 255 = 42%
B 109 of 255 = 43%

8
106
109

R + G + B ~ 29%. #086A6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 106 + 109 = 223 (100%)
R 8 of 223 ~ 3.59%
G 106 of 223 ~ 47.53%
B 109 of 223 ~ 48.88%

%47.53
%48.88

CMYK color model

#086A6D color CMYK value is (93,3,0,57).

  • cyan value is 92.66%
  • magenta value is 2.75%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(93,3,0,57)
C93M3Y0K57 
(93%,3%,0%,57%)
(0.93/0.03/0.00/0.57)	

CMYK percentages

%92.66
%2.75
%0
%57.25

Codes

Color #086A6D in popluar color models

086A6D
RGB8106109
HSL182°86.32%22.94%
HSB/HSV182°92.66%42.75%
CMYK92.66%2.75%0.00%
57.25%

Color #086A6D in popluar number systems.

HEX086A6D
Decimal8106109
Binary100011010101101101
Octal10152155

Shades and tints

Shades of #086A6D

#086A6D
(8,106,109)
#086164
(8,97,100)
#08585B
(8,88,91)
#084F52
(8,79,82)
#084649
(8,70,73)
#083D40
(8,61,64)
#083437
(8,52,55)
#082B2E
(8,43,46)
#082225
(8,34,37)
#08191C
(8,25,28)
#081013
(8,16,19)
#000000
(0,0,0)

Tints of #086A6D

#086A6D
(8,106,109)
#1E777A
(30,119,122)
#348487
(52,132,135)
#4A9194
(74,145,148)
#609EA1
(96,158,161)
#76ABAE
(118,171,174)
#8CB8BB
(140,184,187)
#A2C5C8
(162,197,200)
#B8D2D5
(184,210,213)
#CEDFE2
(206,223,226)
#E4ECEF
(228,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #086A6D color. Also use rgb(8,106,109) instead hex code.

Text Font Color

.myTextColor { color: #086A6D; }

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

This text font color is #086A6D.


Background Color

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

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

This div background color is #086A6D.


Border color

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

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

This div border color is #086A6D.


Opacity

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

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

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

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

This text has shadow with #086A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #086A6D on black background.


Color preview on white background

This text has color #086A6D on white background.



Black color preview on #086A6D background

This text has black color on #086A6D background.


White color preview on #086A6D background

This text has white color on #086A6D background.