COLOR #8CB0BD

HEX: #8CB0BD
RGB: (140,176,189)

Color info

#8CB0BD contains red, green and blue colors in about the same proportion. Web safe color of #8CB0BD is #9999CC (or #99C).

RGB color model

#8CB0BD color RGB value is (140,176,189).

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

RGB channels and saturation

R 140 of 255 = 55%
G 176 of 255 = 69%
B 189 of 255 = 74%

140
176
189

R + G + B ~ 66%. #8CB0BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 176 + 189 = 505 (100%)
R 140 of 505 ~ 27.72%
G 176 of 505 ~ 34.85%
B 189 of 505 ~ 37.43%

%27.72
%34.85
%37.43

CMYK color model

#8CB0BD color CMYK value is (26,7,0,26).

  • cyan value is 25.93%
  • magenta value is 6.88%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(26,7,0,26)
C26M7Y0K26 
(26%,7%,0%,26%)
(0.26/0.07/0.00/0.26)	

CMYK percentages

%25.93
%6.88
%0
%25.88

Codes

Color #8CB0BD in popluar color models

8CB0BD
RGB140176189
HSL196°27.07%64.51%
HSB/HSV196°25.93%74.12%
CMYK25.93%6.88%0.00%
25.88%

Color #8CB0BD in popluar number systems.

HEX8CB0BD
Decimal140176189
Binary100011001011000010111101
Octal214260275

Shades and tints

Shades of #8CB0BD

#8CB0BD
(140,176,189)
#80A0AC
(128,160,172)
#74909B
(116,144,155)
#68808A
(104,128,138)
#5C7079
(92,112,121)
#506068
(80,96,104)
#445057
(68,80,87)
#384046
(56,64,70)
#2C3035
(44,48,53)
#202024
(32,32,36)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #8CB0BD

#8CB0BD
(140,176,189)
#96B7C3
(150,183,195)
#A0BEC9
(160,190,201)
#AAC5CF
(170,197,207)
#B4CCD5
(180,204,213)
#BED3DB
(190,211,219)
#C8DAE1
(200,218,225)
#D2E1E7
(210,225,231)
#DCE8ED
(220,232,237)
#E6EFF3
(230,239,243)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB0BD; }

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

This text font color is #8CB0BD.


Background Color

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

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

This div background color is #8CB0BD.


Border color

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

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

This div border color is #8CB0BD.


Opacity

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

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

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

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

This text has shadow with #8CB0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB0BD on black background.


Color preview on white background

This text has color #8CB0BD on white background.



Black color preview on #8CB0BD background

This text has black color on #8CB0BD background.


White color preview on #8CB0BD background

This text has white color on #8CB0BD background.