COLOR #8BB4DB

HEX: #8BB4DB RGB: (139,180,219)

Color info

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

RGB color model

#8BB4DB color RGB value is (139,180,219).

RGB: (139,180,219) (55%, 71%, 86%)

RGB channels and saturation

R 139 of 255 = 55%
G 180 of 255 = 71%
B 219 of 255 = 86%

139
180
219

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

Portions of RGB colors in percentages

R + G + B = 139 + 180 + 219 = 538 (100%)
R 139 of 538 ~ 25.84%
G 180 of 538 ~ 33.46%
B 219 of 538 ~ 40.71'%

%25.84
%33.46
%40.71

CMYK color model

#8BB4DB color CMYK value is (37,18,0,14).

  • cyan value is 36.53%
  • magenta value is 17.81%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (37,18,0,14)
C37M18Y0K14 (37%, 18%, 0%, 14%)
(0.37 / 0.18 / 0.00 / 0.14)

CMYK percentages

%36.53
%17.81
%0
%14.12

Codes

Color #8BB4DB in popluar color models

8B B4 DB
RGB 139 180 219
HSL 209° 52.63% 70.20%
HSB/HSV 209° 36.53% 85.88%
CMYK 36.53% 17.81% 0.00%
14.12%

Color #8BB4DB in popluar number systems.

HEX 8B B4 DB
Decimal 139 180 219
Binary 10001011 10110100 11011011
Octal 213 264 333

Shades and tints

Shades of #8BB4DB

#8BB4DB
(139,180,219)
#7FA4C8
(127,164,200)
#7394B5
(115,148,181)
#6784A2
(103,132,162)
#5B748F
(91,116,143)
#4F647C
(79,100,124)
#435469
(67,84,105)
#374456
(55,68,86)
#2B3443
(43,52,67)
#1F2430
(31,36,48)
#13141D
(19,20,29)
#000000
(0,0,0)

Tints of #8BB4DB

#8BB4DB
(139,180,219)
#95BADE
(149,186,222)
#9FC0E1
(159,192,225)
#A9C6E4
(169,198,228)
#B3CCE7
(179,204,231)
#BDD2EA
(189,210,234)
#C7D8ED
(199,216,237)
#D1DEF0
(209,222,240)
#DBE4F3
(219,228,243)
#E5EAF6
(229,234,246)
#EFF0F9
(239,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BB4DB; }

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

This text font color is #8BB4DB.

Background Color

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

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

This div background color is #8BB4DB.

Border color

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

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

This div border color is #8BB4DB.

Opacity

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

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

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

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

This text has shadow with #8BB4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BB4DB.

Preview

Color preview on black background

This text has color #8BB4DB on black background.


Color preview on white background

This text has color #8BB4DB on white background.


Black color preview on #8BB4DB background

This text has black color on #8BB4DB background.


White color preview on #8BB4DB background

This text has white color on #8BB4DB background.


Related colors

Complementary color

Complementary color for #hex is #744B24.


I love getcolorcode.com

Triadic colors

1 #DB8BB4 and #B4DB8B with #8BB4DB are triadic colors.

2 #DBB48B and #B48BDB with #8BB4DB are triadic colors.