COLOR #8BB0D7

HEX: #8BB0D7 RGB: (139,176,215)

Color info

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

RGB color model

#8BB0D7 color RGB value is (139,176,215).

RGB: (139,176,215) (55%, 69%, 84%)

RGB channels and saturation

R 139 of 255 = 55%
G 176 of 255 = 69%
B 215 of 255 = 84%

139
176
215

R + G + B ~ 69%. #8BB0D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 176 + 215 = 530 (100%)
R 139 of 530 ~ 26.23%
G 176 of 530 ~ 33.21%
B 215 of 530 ~ 40.57'%

%26.23
%33.21
%40.57

CMYK color model

#8BB0D7 color CMYK value is (35,18,0,16).

  • cyan value is 35.35%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK: (35,18,0,16) C35M18Y0K16 (35%,18%,0%,16%) (0.35/0.18/0.00/0.16) 

CMYK percentages

%35.35
%18.14
%0
%15.69

Codes

Color #8BB0D7 in popluar color models

8B B0 D7
RGB 139 176 215
HSL 211° 48.72% 69.41%
HSB/HSV 211° 35.35% 84.31%
CMYK 35.35% 18.14% 0.00%
15.69%

Color #8BB0D7 in popluar number systems.

HEX 8B B0 D7
Decimal 139 176 215
Binary 10001011 10110000 11010111
Octal 213 260 327

Shades and tints

Shades of #8BB0D7

#8BB0D7
(139,176,215)
#7FA0C4
(127,160,196)
#7390B1
(115,144,177)
#67809E
(103,128,158)
#5B708B
(91,112,139)
#4F6078
(79,96,120)
#435065
(67,80,101)
#374052
(55,64,82)
#2B303F
(43,48,63)
#1F202C
(31,32,44)
#131019
(19,16,25)
#000000
(0,0,0)

Tints of #8BB0D7

#8BB0D7
(139,176,215)
#95B7DA
(149,183,218)
#9FBEDD
(159,190,221)
#A9C5E0
(169,197,224)
#B3CCE3
(179,204,227)
#BDD3E6
(189,211,230)
#C7DAE9
(199,218,233)
#D1E1EC
(209,225,236)
#DBE8EF
(219,232,239)
#E5EFF2
(229,239,242)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB0D7 color. Also use rgb(139,176,215) instead hex code.

Text Font Color

.myTextColor { color: #8BB0D7; }

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

This text font color is #8BB0D7.

Background Color

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

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

This div background color is #8BB0D7.

Border color

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

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

This div border color is #8BB0D7.

Opacity

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

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

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

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

This text has shadow with #8BB0D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BB0D7.

Preview

Color preview on black background

This text has color #8BB0D7 on black background.


Color preview on white background

This text has color #8BB0D7 on white background.


Black color preview on #8BB0D7 background

This text has black color on #8BB0D7 background.


White color preview on #8BB0D7 background

This text has white color on #8BB0D7 background.


Related colors

Complementary color

Complementary color for #hex is #744F28.


I love getcolorcode.com

Triadic colors

1 #D78BB0 and #B0D78B with #8BB0D7 are triadic colors.

2 #D7B08B and #B08BD7 with #8BB0D7 are triadic colors.