COLOR #8BABE6

HEX: #8BABE6
RGB: (139,171,230)

Color info

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

RGB color model

#8BABE6 color RGB value is (139,171,230).

  • red value is 139;
  • green value is 171;
  • blue value is 230.
RGB:
(139,171,230)
(55%,67%,90%)

RGB channels and saturation

R 139 of 255 = 55%
G 171 of 255 = 67%
B 230 of 255 = 90%

139
171
230

R + G + B ~ 71%. #8BABE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 171 + 230 = 540 (100%)
R 139 of 540 ~ 25.74%
G 171 of 540 ~ 31.67%
B 230 of 540 ~ 42.59%

%25.74
%31.67
%42.59

CMYK color model

#8BABE6 color CMYK value is (40,26,0,10).

  • cyan value is 39.57%
  • magenta value is 25.65%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(40,26,0,10)
C40M26Y0K10 
(40%,26%,0%,10%)
(0.40/0.26/0.00/0.10)	

CMYK percentages

%39.57
%25.65
%0
%9.8

Codes

Color #8BABE6 in popluar color models

8BABE6
RGB139171230
HSL219°64.54%72.35%
HSB/HSV219°39.57%90.20%
CMYK39.57%25.65%0.00%
9.80%

Color #8BABE6 in popluar number systems.

HEX8BABE6
Decimal139171230
Binary100010111010101111100110
Octal213253346

Shades and tints

Shades of #8BABE6

#8BABE6
(139,171,230)
#7F9CD2
(127,156,210)
#738DBE
(115,141,190)
#677EAA
(103,126,170)
#5B6F96
(91,111,150)
#4F6082
(79,96,130)
#43516E
(67,81,110)
#37425A
(55,66,90)
#2B3346
(43,51,70)
#1F2432
(31,36,50)
#13151E
(19,21,30)
#000000
(0,0,0)

Tints of #8BABE6

#8BABE6
(139,171,230)
#95B2E8
(149,178,232)
#9FB9EA
(159,185,234)
#A9C0EC
(169,192,236)
#B3C7EE
(179,199,238)
#BDCEF0
(189,206,240)
#C7D5F2
(199,213,242)
#D1DCF4
(209,220,244)
#DBE3F6
(219,227,246)
#E5EAF8
(229,234,248)
#EFF1FA
(239,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BABE6; }

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

This text font color is #8BABE6.


Background Color

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

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

This div background color is #8BABE6.


Border color

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

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

This div border color is #8BABE6.


Opacity

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

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

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

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

This text has shadow with #8BABE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BABE6 on black background.


Color preview on white background

This text has color #8BABE6 on white background.



Black color preview on #8BABE6 background

This text has black color on #8BABE6 background.


White color preview on #8BABE6 background

This text has white color on #8BABE6 background.