COLOR #8BB5E1

HEX: #8BB5E1
RGB: (139,181,225)

Color info

#8BB5E1 contains mainly green and blue colors. Web safe color of #8BB5E1 is #99CCCC (or #9CC).

RGB color model

#8BB5E1 color RGB value is (139,181,225).

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

RGB channels and saturation

R 139 of 255 = 55%
G 181 of 255 = 71%
B 225 of 255 = 88%

139
181
225

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

Portions of RGB colors in percentages

R + G + B =
139 + 181 + 225 = 545 (100%)
R 139 of 545 ~ 25.5%
G 181 of 545 ~ 33.21%
B 225 of 545 ~ 41.28%

%25.5
%33.21
%41.28

CMYK color model

#8BB5E1 color CMYK value is (38,20,0,12).

  • cyan value is 38.22%
  • magenta value is 19.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(38,20,0,12)
C38M20Y0K12 
(38%,20%,0%,12%)
(0.38/0.20/0.00/0.12)	

CMYK percentages

%38.22
%19.56
%0
%11.76

Codes

Color #8BB5E1 in popluar color models

8BB5E1
RGB139181225
HSL211°58.90%71.37%
HSB/HSV211°38.22%88.24%
CMYK38.22%19.56%0.00%
11.76%

Color #8BB5E1 in popluar number systems.

HEX8BB5E1
Decimal139181225
Binary100010111011010111100001
Octal213265341

Shades and tints

Shades of #8BB5E1

#8BB5E1
(139,181,225)
#7FA5CD
(127,165,205)
#7395B9
(115,149,185)
#6785A5
(103,133,165)
#5B7591
(91,117,145)
#4F657D
(79,101,125)
#435569
(67,85,105)
#374555
(55,69,85)
#2B3541
(43,53,65)
#1F252D
(31,37,45)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #8BB5E1

#8BB5E1
(139,181,225)
#95BBE3
(149,187,227)
#9FC1E5
(159,193,229)
#A9C7E7
(169,199,231)
#B3CDE9
(179,205,233)
#BDD3EB
(189,211,235)
#C7D9ED
(199,217,237)
#D1DFEF
(209,223,239)
#DBE5F1
(219,229,241)
#E5EBF3
(229,235,243)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BB5E1; }

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

This text font color is #8BB5E1.


Background Color

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

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

This div background color is #8BB5E1.


Border color

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

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

This div border color is #8BB5E1.


Opacity

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

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

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

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

This text has shadow with #8BB5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB5E1 on black background.


Color preview on white background

This text has color #8BB5E1 on white background.



Black color preview on #8BB5E1 background

This text has black color on #8BB5E1 background.


White color preview on #8BB5E1 background

This text has white color on #8BB5E1 background.