COLOR #8CB0DB

HEX: #8CB0DB
RGB: (140,176,219)

Color info

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

RGB color model

#8CB0DB color RGB value is (140,176,219).

  • red value is 140;
  • green value is 176;
  • blue value is 219.
RGB:
(140,176,219)
(55%,69%,86%)

RGB channels and saturation

R 140 of 255 = 55%
G 176 of 255 = 69%
B 219 of 255 = 86%

140
176
219

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

Portions of RGB colors in percentages

R + G + B =
140 + 176 + 219 = 535 (100%)
R 140 of 535 ~ 26.17%
G 176 of 535 ~ 32.9%
B 219 of 535 ~ 40.93%

%26.17
%32.9
%40.93

CMYK color model

#8CB0DB color CMYK value is (36,20,0,14).

  • cyan value is 36.07%
  • magenta value is 19.63%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(36,20,0,14)
C36M20Y0K14 
(36%,20%,0%,14%)
(0.36/0.20/0.00/0.14)	

CMYK percentages

%36.07
%19.63
%0
%14.12

Codes

Color #8CB0DB in popluar color models

8CB0DB
RGB140176219
HSL213°52.32%70.39%
HSB/HSV213°36.07%85.88%
CMYK36.07%19.63%0.00%
14.12%

Color #8CB0DB in popluar number systems.

HEX8CB0DB
Decimal140176219
Binary100011001011000011011011
Octal214260333

Shades and tints

Shades of #8CB0DB

#8CB0DB
(140,176,219)
#80A0C8
(128,160,200)
#7490B5
(116,144,181)
#6880A2
(104,128,162)
#5C708F
(92,112,143)
#50607C
(80,96,124)
#445069
(68,80,105)
#384056
(56,64,86)
#2C3043
(44,48,67)
#202030
(32,32,48)
#14101D
(20,16,29)
#000000
(0,0,0)

Tints of #8CB0DB

#8CB0DB
(140,176,219)
#96B7DE
(150,183,222)
#A0BEE1
(160,190,225)
#AAC5E4
(170,197,228)
#B4CCE7
(180,204,231)
#BED3EA
(190,211,234)
#C8DAED
(200,218,237)
#D2E1F0
(210,225,240)
#DCE8F3
(220,232,243)
#E6EFF6
(230,239,246)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB0DB color. Also use rgb(140,176,219) instead hex code.

Text Font Color

.myTextColor { color: #8CB0DB; }

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

This text font color is #8CB0DB.


Background Color

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

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

This div background color is #8CB0DB.


Border color

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

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

This div border color is #8CB0DB.


Opacity

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

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

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

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

This text has shadow with #8CB0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB0DB on black background.


Color preview on white background

This text has color #8CB0DB on white background.



Black color preview on #8CB0DB background

This text has black color on #8CB0DB background.


White color preview on #8CB0DB background

This text has white color on #8CB0DB background.