COLOR #8BA6D3

HEX: #8BA6D3
RGB: (139,166,211)

Color info

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

RGB color model

#8BA6D3 color RGB value is (139,166,211).

  • red value is 139;
  • green value is 166;
  • blue value is 211.
RGB:
(139,166,211)
(55%,65%,83%)

RGB channels and saturation

R 139 of 255 = 55%
G 166 of 255 = 65%
B 211 of 255 = 83%

139
166
211

R + G + B ~ 68%. #8BA6D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 166 + 211 = 516 (100%)
R 139 of 516 ~ 26.94%
G 166 of 516 ~ 32.17%
B 211 of 516 ~ 40.89%

%26.94
%32.17
%40.89

CMYK color model

#8BA6D3 color CMYK value is (34,21,0,17).

  • cyan value is 34.12%
  • magenta value is 21.33%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(34,21,0,17)
C34M21Y0K17 
(34%,21%,0%,17%)
(0.34/0.21/0.00/0.17)	

CMYK percentages

%34.12
%21.33
%0
%17.25

Codes

Color #8BA6D3 in popluar color models

8BA6D3
RGB139166211
HSL218°45.00%68.63%
HSB/HSV218°34.12%82.75%
CMYK34.12%21.33%0.00%
17.25%

Color #8BA6D3 in popluar number systems.

HEX8BA6D3
Decimal139166211
Binary100010111010011011010011
Octal213246323

Shades and tints

Shades of #8BA6D3

#8BA6D3
(139,166,211)
#7F97C0
(127,151,192)
#7388AD
(115,136,173)
#67799A
(103,121,154)
#5B6A87
(91,106,135)
#4F5B74
(79,91,116)
#434C61
(67,76,97)
#373D4E
(55,61,78)
#2B2E3B
(43,46,59)
#1F1F28
(31,31,40)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #8BA6D3

#8BA6D3
(139,166,211)
#95AED7
(149,174,215)
#9FB6DB
(159,182,219)
#A9BEDF
(169,190,223)
#B3C6E3
(179,198,227)
#BDCEE7
(189,206,231)
#C7D6EB
(199,214,235)
#D1DEEF
(209,222,239)
#DBE6F3
(219,230,243)
#E5EEF7
(229,238,247)
#EFF6FB
(239,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BA6D3; }

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

This text font color is #8BA6D3.


Background Color

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

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

This div background color is #8BA6D3.


Border color

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

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

This div border color is #8BA6D3.


Opacity

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

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

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

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

This text has shadow with #8BA6D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BA6D3 on black background.


Color preview on white background

This text has color #8BA6D3 on white background.



Black color preview on #8BA6D3 background

This text has black color on #8BA6D3 background.


White color preview on #8BA6D3 background

This text has white color on #8BA6D3 background.