COLOR #8BABE7

HEX: #8BABE7 RGB: (139,171,231)

Color info

#8BABE7 contains mainly blue color. Web safe color of #8BABE7 is #9999FF (or #99F).

RGB color model

#8BABE7 color RGB value is (139,171,231).

RGB: (139,171,231) (55%, 67%, 91%)

RGB channels and saturation

R 139 of 255 = 55%
G 171 of 255 = 67%
B 231 of 255 = 91%

139
171
231

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

Portions of RGB colors in percentages

R + G + B = 139 + 171 + 231 = 541 (100%)
R 139 of 541 ~ 25.69%
G 171 of 541 ~ 31.61%
B 231 of 541 ~ 42.7'%

%25.69
%31.61
%42.7

CMYK color model

#8BABE7 color CMYK value is (40,26,0,9).

  • cyan value is 39.83%
  • magenta value is 25.97%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (40,26,0,9)
C40M26Y0K9 (40%, 26%, 0%, 9%)
(0.40 / 0.26 / 0.00 / 0.09)

CMYK percentages

%39.83
%25.97
%0
%9.41

Codes

Color #8BABE7 in popluar color models

8B AB E7
RGB 139 171 231
HSL 219° 65.71% 72.55%
HSB/HSV 219° 39.83% 90.59%
CMYK 39.83% 25.97% 0.00%
9.41%

Color #8BABE7 in popluar number systems.

HEX 8B AB E7
Decimal 139 171 231
Binary 10001011 10101011 11100111
Octal 213 253 347

Shades and tints

Shades of #8BABE7

#8BABE7
(139,171,231)
#7F9CD2
(127,156,210)
#738DBD
(115,141,189)
#677EA8
(103,126,168)
#5B6F93
(91,111,147)
#4F607E
(79,96,126)
#435169
(67,81,105)
#374254
(55,66,84)
#2B333F
(43,51,63)
#1F242A
(31,36,42)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #8BABE7

#8BABE7
(139,171,231)
#95B2E9
(149,178,233)
#9FB9EB
(159,185,235)
#A9C0ED
(169,192,237)
#B3C7EF
(179,199,239)
#BDCEF1
(189,206,241)
#C7D5F3
(199,213,243)
#D1DCF5
(209,220,245)
#DBE3F7
(219,227,247)
#E5EAF9
(229,234,249)
#EFF1FB
(239,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BABE7; }

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

This text font color is #8BABE7.

Background Color

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

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

This div background color is #8BABE7.

Border color

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

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

This div border color is #8BABE7.

Opacity

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

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

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

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

This text has shadow with #8BABE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BABE7.

Preview

Color preview on black background

This text has color #8BABE7 on black background.


Color preview on white background

This text has color #8BABE7 on white background.


Black color preview on #8BABE7 background

This text has black color on #8BABE7 background.


White color preview on #8BABE7 background

This text has white color on #8BABE7 background.


Related colors

Complementary color

Complementary color for #hex is #745418.


I love getcolorcode.com

Triadic colors

1 #E78BAB and #ABE78B with #8BABE7 are triadic colors.

2 #E7AB8B and #AB8BE7 with #8BABE7 are triadic colors.