COLOR #8BB1DC

HEX: #8BB1DC
RGB: (139,177,220)

Color info

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

RGB color model

#8BB1DC color RGB value is (139,177,220).

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

RGB channels and saturation

R 139 of 255 = 55%
G 177 of 255 = 69%
B 220 of 255 = 86%

139
177
220

R + G + B ~ 70%. #8BB1DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 177 + 220 = 536 (100%)
R 139 of 536 ~ 25.93%
G 177 of 536 ~ 33.02%
B 220 of 536 ~ 41.04%

%25.93
%33.02
%41.04

CMYK color model

#8BB1DC color CMYK value is (37,20,0,14).

  • cyan value is 36.82%
  • magenta value is 19.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(37,20,0,14)
C37M20Y0K14 
(37%,20%,0%,14%)
(0.37/0.20/0.00/0.14)	

CMYK percentages

%36.82
%19.55
%0
%13.73

Codes

Color #8BB1DC in popluar color models

8BB1DC
RGB139177220
HSL212°53.64%70.39%
HSB/HSV212°36.82%86.27%
CMYK36.82%19.55%0.00%
13.73%

Color #8BB1DC in popluar number systems.

HEX8BB1DC
Decimal139177220
Binary100010111011000111011100
Octal213261334

Shades and tints

Shades of #8BB1DC

#8BB1DC
(139,177,220)
#7FA1C8
(127,161,200)
#7391B4
(115,145,180)
#6781A0
(103,129,160)
#5B718C
(91,113,140)
#4F6178
(79,97,120)
#435164
(67,81,100)
#374150
(55,65,80)
#2B313C
(43,49,60)
#1F2128
(31,33,40)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #8BB1DC

#8BB1DC
(139,177,220)
#95B8DF
(149,184,223)
#9FBFE2
(159,191,226)
#A9C6E5
(169,198,229)
#B3CDE8
(179,205,232)
#BDD4EB
(189,212,235)
#C7DBEE
(199,219,238)
#D1E2F1
(209,226,241)
#DBE9F4
(219,233,244)
#E5F0F7
(229,240,247)
#EFF7FA
(239,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BB1DC; }

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

This text font color is #8BB1DC.


Background Color

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

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

This div background color is #8BB1DC.


Border color

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

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

This div border color is #8BB1DC.


Opacity

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

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

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

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

This text has shadow with #8BB1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB1DC on black background.


Color preview on white background

This text has color #8BB1DC on white background.



Black color preview on #8BB1DC background

This text has black color on #8BB1DC background.


White color preview on #8BB1DC background

This text has white color on #8BB1DC background.