COLOR #8BB1E1

HEX: #8BB1E1
RGB: (139,177,225)

Color info

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

RGB color model

#8BB1E1 color RGB value is (139,177,225).

  • red value is 139;
  • green value is 177;
  • blue value is 225.
RGB:
(139,177,225)
(55%,69%,88%)

RGB channels and saturation

R 139 of 255 = 55%
G 177 of 255 = 69%
B 225 of 255 = 88%

139
177
225

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

Portions of RGB colors in percentages

R + G + B =
139 + 177 + 225 = 541 (100%)
R 139 of 541 ~ 25.69%
G 177 of 541 ~ 32.72%
B 225 of 541 ~ 41.59%

%25.69
%32.72
%41.59

CMYK color model

#8BB1E1 color CMYK value is (38,21,0,12).

  • cyan value is 38.22%
  • magenta value is 21.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(38,21,0,12)
C38M21Y0K12 
(38%,21%,0%,12%)
(0.38/0.21/0.00/0.12)	

CMYK percentages

%38.22
%21.33
%0
%11.76

Codes

Color #8BB1E1 in popluar color models

8BB1E1
RGB139177225
HSL213°58.90%71.37%
HSB/HSV213°38.22%88.24%
CMYK38.22%21.33%0.00%
11.76%

Color #8BB1E1 in popluar number systems.

HEX8BB1E1
Decimal139177225
Binary100010111011000111100001
Octal213261341

Shades and tints

Shades of #8BB1E1

#8BB1E1
(139,177,225)
#7FA1CD
(127,161,205)
#7391B9
(115,145,185)
#6781A5
(103,129,165)
#5B7191
(91,113,145)
#4F617D
(79,97,125)
#435169
(67,81,105)
#374155
(55,65,85)
#2B3141
(43,49,65)
#1F212D
(31,33,45)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #8BB1E1

#8BB1E1
(139,177,225)
#95B8E3
(149,184,227)
#9FBFE5
(159,191,229)
#A9C6E7
(169,198,231)
#B3CDE9
(179,205,233)
#BDD4EB
(189,212,235)
#C7DBED
(199,219,237)
#D1E2EF
(209,226,239)
#DBE9F1
(219,233,241)
#E5F0F3
(229,240,243)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB1E1 color. Also use rgb(139,177,225) instead hex code.

Text Font Color

.myTextColor { color: #8BB1E1; }

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

This text font color is #8BB1E1.


Background Color

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

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

This div background color is #8BB1E1.


Border color

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

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

This div border color is #8BB1E1.


Opacity

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

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

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

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

This text has shadow with #8BB1E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB1E1 on black background.


Color preview on white background

This text has color #8BB1E1 on white background.



Black color preview on #8BB1E1 background

This text has black color on #8BB1E1 background.


White color preview on #8BB1E1 background

This text has white color on #8BB1E1 background.