COLOR #8BB4D9

HEX: #8BB4D9
RGB: (139,180,217)

Color info

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

RGB color model

#8BB4D9 color RGB value is (139,180,217).

  • red value is 139;
  • green value is 180;
  • blue value is 217.
RGB:
(139,180,217)
(55%,71%,85%)

RGB channels and saturation

R 139 of 255 = 55%
G 180 of 255 = 71%
B 217 of 255 = 85%

139
180
217

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

Portions of RGB colors in percentages

R + G + B =
139 + 180 + 217 = 536 (100%)
R 139 of 536 ~ 25.93%
G 180 of 536 ~ 33.58%
B 217 of 536 ~ 40.49%

%25.93
%33.58
%40.49

CMYK color model

#8BB4D9 color CMYK value is (36,17,0,15).

  • cyan value is 35.94%
  • magenta value is 17.05%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(36,17,0,15)
C36M17Y0K15 
(36%,17%,0%,15%)
(0.36/0.17/0.00/0.15)	

CMYK percentages

%35.94
%17.05
%0
%14.9

Codes

Color #8BB4D9 in popluar color models

8BB4D9
RGB139180217
HSL208°50.65%69.80%
HSB/HSV208°35.94%85.10%
CMYK35.94%17.05%0.00%
14.90%

Color #8BB4D9 in popluar number systems.

HEX8BB4D9
Decimal139180217
Binary100010111011010011011001
Octal213264331

Shades and tints

Shades of #8BB4D9

#8BB4D9
(139,180,217)
#7FA4C6
(127,164,198)
#7394B3
(115,148,179)
#6784A0
(103,132,160)
#5B748D
(91,116,141)
#4F647A
(79,100,122)
#435467
(67,84,103)
#374454
(55,68,84)
#2B3441
(43,52,65)
#1F242E
(31,36,46)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #8BB4D9

#8BB4D9
(139,180,217)
#95BADC
(149,186,220)
#9FC0DF
(159,192,223)
#A9C6E2
(169,198,226)
#B3CCE5
(179,204,229)
#BDD2E8
(189,210,232)
#C7D8EB
(199,216,235)
#D1DEEE
(209,222,238)
#DBE4F1
(219,228,241)
#E5EAF4
(229,234,244)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB4D9 color. Also use rgb(139,180,217) instead hex code.

Text Font Color

.myTextColor { color: #8BB4D9; }

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

This text font color is #8BB4D9.


Background Color

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

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

This div background color is #8BB4D9.


Border color

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

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

This div border color is #8BB4D9.


Opacity

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

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

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

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

This text has shadow with #8BB4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB4D9 on black background.


Color preview on white background

This text has color #8BB4D9 on white background.



Black color preview on #8BB4D9 background

This text has black color on #8BB4D9 background.


White color preview on #8BB4D9 background

This text has white color on #8BB4D9 background.