COLOR #086AA7

HEX: #086AA7 RGB: (8,106,167)

Color info

#086AA7 contains mainly blue color. Web safe color of #086AA7 is #006699 (or #069).

RGB color model

#086AA7 color RGB value is (8,106,167).

RGB: (8,106,167) (3%, 42%, 65%)

RGB channels and saturation

R 8 of 255 = 3%
G 106 of 255 = 42%
B 167 of 255 = 65%

8
106
167

R + G + B ~ 37%. #086AA7 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 106 + 167 = 281 (100%)
R 8 of 281 ~ 2.85%
G 106 of 281 ~ 37.72%
B 167 of 281 ~ 59.43'%

%37.72
%59.43

CMYK color model

#086AA7 color CMYK value is (95,37,0,35).

  • cyan value is 95.21%
  • magenta value is 36.53%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (95,37,0,35)
C95M37Y0K35 (95%, 37%, 0%, 35%)
(0.95 / 0.37 / 0.00 / 0.35)

CMYK percentages

%95.21
%36.53
%0
%34.51

Codes

Color #086AA7 in popluar color models

08 6A A7
RGB 8 106 167
HSL 203° 90.86% 34.31%
HSB/HSV 203° 95.21% 65.49%
CMYK 95.21% 36.53% 0.00%
34.51%

Color #086AA7 in popluar number systems.

HEX 08 6A A7
Decimal 8 106 167
Binary 1000 1101010 10100111
Octal 10 152 247

Shades and tints

Shades of #086AA7

#086AA7
(8,106,167)
#086198
(8,97,152)
#085889
(8,88,137)
#084F7A
(8,79,122)
#08466B
(8,70,107)
#083D5C
(8,61,92)
#08344D
(8,52,77)
#082B3E
(8,43,62)
#08222F
(8,34,47)
#081920
(8,25,32)
#081011
(8,16,17)
#000000
(0,0,0)

Tints of #086AA7

#086AA7
(8,106,167)
#1E77AF
(30,119,175)
#3484B7
(52,132,183)
#4A91BF
(74,145,191)
#609EC7
(96,158,199)
#76ABCF
(118,171,207)
#8CB8D7
(140,184,215)
#A2C5DF
(162,197,223)
#B8D2E7
(184,210,231)
#CEDFEF
(206,223,239)
#E4ECF7
(228,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #086AA7; }

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

This text font color is #086AA7.

Background Color

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

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

This div background color is #086AA7.

Border color

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

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

This div border color is #086AA7.

Opacity

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

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

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

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

This text has shadow with #086AA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #086AA7.

Preview

Color preview on black background

This text has color #086AA7 on black background.


Color preview on white background

This text has color #086AA7 on white background.


Black color preview on #086AA7 background

This text has black color on #086AA7 background.


White color preview on #086AA7 background

This text has white color on #086AA7 background.


Related colors

Complementary color

Complementary color for #hex is #F79558.


I love getcolorcode.com

Triadic colors

1 #A7086A and #6AA708 with #086AA7 are triadic colors.

2 #A76A08 and #6A08A7 with #086AA7 are triadic colors.