COLOR #8BA6D0

HEX: #8BA6D0 RGB: (139,166,208)

Color info

#8BA6D0 contains mainly green and blue colors. Web safe color of #8BA6D0 is #9999CC (or #99C).

RGB color model

#8BA6D0 color RGB value is (139,166,208).

RGB: (139,166,208) (55%, 65%, 82%)

RGB channels and saturation

R 139 of 255 = 55%
G 166 of 255 = 65%
B 208 of 255 = 82%

139
166
208

R + G + B ~ 67%. #8BA6D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 166 + 208 = 513 (100%)
R 139 of 513 ~ 27.1%
G 166 of 513 ~ 32.36%
B 208 of 513 ~ 40.55'%

%27.1
%32.36
%40.55

CMYK color model

#8BA6D0 color CMYK value is (33,20,0,18).

  • cyan value is 33.17%
  • magenta value is 20.19%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (33,20,0,18)
C33M20Y0K18 (33%, 20%, 0%, 18%)
(0.33 / 0.20 / 0.00 / 0.18)

CMYK percentages

%33.17
%20.19
%0
%18.43

Codes

Color #8BA6D0 in popluar color models

8B A6 D0
RGB 139 166 208
HSL 217° 42.33% 68.04%
HSB/HSV 217° 33.17% 81.57%
CMYK 33.17% 20.19% 0.00%
18.43%

Color #8BA6D0 in popluar number systems.

HEX 8B A6 D0
Decimal 139 166 208
Binary 10001011 10100110 11010000
Octal 213 246 320

Shades and tints

Shades of #8BA6D0

#8BA6D0
(139,166,208)
#7F97BE
(127,151,190)
#7388AC
(115,136,172)
#67799A
(103,121,154)
#5B6A88
(91,106,136)
#4F5B76
(79,91,118)
#434C64
(67,76,100)
#373D52
(55,61,82)
#2B2E40
(43,46,64)
#1F1F2E
(31,31,46)
#13101C
(19,16,28)
#000000
(0,0,0)

Tints of #8BA6D0

#8BA6D0
(139,166,208)
#95AED4
(149,174,212)
#9FB6D8
(159,182,216)
#A9BEDC
(169,190,220)
#B3C6E0
(179,198,224)
#BDCEE4
(189,206,228)
#C7D6E8
(199,214,232)
#D1DEEC
(209,222,236)
#DBE6F0
(219,230,240)
#E5EEF4
(229,238,244)
#EFF6F8
(239,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA6D0 color. Also use rgb(139,166,208) instead hex code.

Text Font Color

.myTextColor { color: #8BA6D0; }

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

This text font color is #8BA6D0.

Background Color

.myBgColor { background-color: #8BA6D0; }

<div style="background-color:#8BA6D0">Inner text</div>

This div background color is #8BA6D0.

Border color

.myBorderColor { border: 1px solid #8BA6D0; }

<div style="border:3px solid #8BA6D0">Div</div>

This div border color is #8BA6D0.

Opacity

.myOpacity80 { color: #8BA6D0; opacity: 0.8; }

<p style="color:#8BA6D0;opacity:0.8;">80%</p>

Text with #8BA6D0 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 #8BA6D0;}

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

This text has shadow with #8BA6D0 color.


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

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

This text has shadow with #8BA6D0 primary color and red secondary color.


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

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

This text has shadow with #8BA6D0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8BA6D0.

Preview

Color preview on black background

This text has color #8BA6D0 on black background.


Color preview on white background

This text has color #8BA6D0 on white background.


Black color preview on #8BA6D0 background

This text has black color on #8BA6D0 background.


White color preview on #8BA6D0 background

This text has white color on #8BA6D0 background.


Related colors

Complementary color

Complementary color for #hex is #74592F.


I love getcolorcode.com

Triadic colors

1 #D08BA6 and #A6D08B with #8BA6D0 are triadic colors.

2 #D0A68B and #A68BD0 with #8BA6D0 are triadic colors.