COLOR #8BB0D5

HEX: #8BB0D5 RGB: (139,176,213)

Color info

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

RGB color model

#8BB0D5 color RGB value is (139,176,213).

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

RGB channels and saturation

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

139
176
213

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

Portions of RGB colors in percentages

R + G + B = 139 + 176 + 213 = 528 (100%)
R 139 of 528 ~ 26.33%
G 176 of 528 ~ 33.33%
B 213 of 528 ~ 40.34'%

%26.33
%33.33
%40.34

CMYK color model

#8BB0D5 color CMYK value is (35,17,0,16).

  • cyan value is 34.74%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (35,17,0,16)
C35M17Y0K16 (35%, 17%, 0%, 16%)
(0.35 / 0.17 / 0.00 / 0.16)

CMYK percentages

%34.74
%17.37
%0
%16.47

Codes

Color #8BB0D5 in popluar color models

8B B0 D5
RGB 139 176 213
HSL 210° 46.84% 69.02%
HSB/HSV 210° 34.74% 83.53%
CMYK 34.74% 17.37% 0.00%
16.47%

Color #8BB0D5 in popluar number systems.

HEX 8B B0 D5
Decimal 139 176 213
Binary 10001011 10110000 11010101
Octal 213 260 325

Shades and tints

Shades of #8BB0D5

#8BB0D5
(139,176,213)
#7FA0C2
(127,160,194)
#7390AF
(115,144,175)
#67809C
(103,128,156)
#5B7089
(91,112,137)
#4F6076
(79,96,118)
#435063
(67,80,99)
#374050
(55,64,80)
#2B303D
(43,48,61)
#1F202A
(31,32,42)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #8BB0D5

#8BB0D5
(139,176,213)
#95B7D8
(149,183,216)
#9FBEDB
(159,190,219)
#A9C5DE
(169,197,222)
#B3CCE1
(179,204,225)
#BDD3E4
(189,211,228)
#C7DAE7
(199,218,231)
#D1E1EA
(209,225,234)
#DBE8ED
(219,232,237)
#E5EFF0
(229,239,240)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BB0D5; }

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

This text font color is #8BB0D5.

Background Color

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

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

This div background color is #8BB0D5.

Border color

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

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

This div border color is #8BB0D5.

Opacity

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

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

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

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

This text has shadow with #8BB0D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BB0D5.

Preview

Color preview on black background

This text has color #8BB0D5 on black background.


Color preview on white background

This text has color #8BB0D5 on white background.


Black color preview on #8BB0D5 background

This text has black color on #8BB0D5 background.


White color preview on #8BB0D5 background

This text has white color on #8BB0D5 background.


Related colors

Complementary color

Complementary color for #hex is #744F2A.


I love getcolorcode.com

Triadic colors

1 #D58BB0 and #B0D58B with #8BB0D5 are triadic colors.

2 #D5B08B and #B08BD5 with #8BB0D5 are triadic colors.