COLOR #8BABD6

HEX: #8BABD6 RGB: (139,171,214)

Color info

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

RGB color model

#8BABD6 color RGB value is (139,171,214).

RGB: (139,171,214) (55%, 67%, 84%)

RGB channels and saturation

R 139 of 255 = 55%
G 171 of 255 = 67%
B 214 of 255 = 84%

139
171
214

R + G + B ~ 69%. #8BABD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 171 + 214 = 524 (100%)
R 139 of 524 ~ 26.53%
G 171 of 524 ~ 32.63%
B 214 of 524 ~ 40.84'%

%26.53
%32.63
%40.84

CMYK color model

#8BABD6 color CMYK value is (35,20,0,16).

  • cyan value is 35.05%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (35,20,0,16)
C35M20Y0K16 (35%, 20%, 0%, 16%)
(0.35 / 0.20 / 0.00 / 0.16)

CMYK percentages

%35.05
%20.09
%0
%16.08

Codes

Color #8BABD6 in popluar color models

8B AB D6
RGB 139 171 214
HSL 214° 47.77% 69.22%
HSB/HSV 214° 35.05% 83.92%
CMYK 35.05% 20.09% 0.00%
16.08%

Color #8BABD6 in popluar number systems.

HEX 8B AB D6
Decimal 139 171 214
Binary 10001011 10101011 11010110
Octal 213 253 326

Shades and tints

Shades of #8BABD6

#8BABD6
(139,171,214)
#7F9CC3
(127,156,195)
#738DB0
(115,141,176)
#677E9D
(103,126,157)
#5B6F8A
(91,111,138)
#4F6077
(79,96,119)
#435164
(67,81,100)
#374251
(55,66,81)
#2B333E
(43,51,62)
#1F242B
(31,36,43)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #8BABD6

#8BABD6
(139,171,214)
#95B2D9
(149,178,217)
#9FB9DC
(159,185,220)
#A9C0DF
(169,192,223)
#B3C7E2
(179,199,226)
#BDCEE5
(189,206,229)
#C7D5E8
(199,213,232)
#D1DCEB
(209,220,235)
#DBE3EE
(219,227,238)
#E5EAF1
(229,234,241)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BABD6 color. Also use rgb(139,171,214) instead hex code.

Text Font Color

.myTextColor { color: #8BABD6; }

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

This text font color is #8BABD6.

Background Color

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

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

This div background color is #8BABD6.

Border color

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

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

This div border color is #8BABD6.

Opacity

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

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

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

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

This text has shadow with #8BABD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BABD6.

Preview

Color preview on black background

This text has color #8BABD6 on black background.


Color preview on white background

This text has color #8BABD6 on white background.


Black color preview on #8BABD6 background

This text has black color on #8BABD6 background.


White color preview on #8BABD6 background

This text has white color on #8BABD6 background.


Related colors

Complementary color

Complementary color for #hex is #745429.


I love getcolorcode.com

Triadic colors

1 #D68BAB and #ABD68B with #8BABD6 are triadic colors.

2 #D6AB8B and #AB8BD6 with #8BABD6 are triadic colors.