COLOR #8CBAD0

HEX: #8CBAD0 RGB: (140,186,208)

Color info

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

RGB color model

#8CBAD0 color RGB value is (140,186,208).

RGB: (140,186,208) (55%, 73%, 82%)

RGB channels and saturation

R 140 of 255 = 55%
G 186 of 255 = 73%
B 208 of 255 = 82%

140
186
208

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

Portions of RGB colors in percentages

R + G + B = 140 + 186 + 208 = 534 (100%)
R 140 of 534 ~ 26.22%
G 186 of 534 ~ 34.83%
B 208 of 534 ~ 38.95'%

%26.22
%34.83
%38.95

CMYK color model

#8CBAD0 color CMYK value is (33,11,0,18).

  • cyan value is 32.69%
  • magenta value is 10.58%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (33,11,0,18)
C33M11Y0K18 (33%, 11%, 0%, 18%)
(0.33 / 0.11 / 0.00 / 0.18)

CMYK percentages

%32.69
%10.58
%0
%18.43

Codes

Color #8CBAD0 in popluar color models

8C BA D0
RGB 140 186 208
HSL 199° 41.98% 68.24%
HSB/HSV 199° 32.69% 81.57%
CMYK 32.69% 10.58% 0.00%
18.43%

Color #8CBAD0 in popluar number systems.

HEX 8C BA D0
Decimal 140 186 208
Binary 10001100 10111010 11010000
Octal 214 272 320

Shades and tints

Shades of #8CBAD0

#8CBAD0
(140,186,208)
#80AABE
(128,170,190)
#749AAC
(116,154,172)
#688A9A
(104,138,154)
#5C7A88
(92,122,136)
#506A76
(80,106,118)
#445A64
(68,90,100)
#384A52
(56,74,82)
#2C3A40
(44,58,64)
#202A2E
(32,42,46)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #8CBAD0

#8CBAD0
(140,186,208)
#96C0D4
(150,192,212)
#A0C6D8
(160,198,216)
#AACCDC
(170,204,220)
#B4D2E0
(180,210,224)
#BED8E4
(190,216,228)
#C8DEE8
(200,222,232)
#D2E4EC
(210,228,236)
#DCEAF0
(220,234,240)
#E6F0F4
(230,240,244)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CBAD0 color. Also use rgb(140,186,208) instead hex code.

Text Font Color

.myTextColor { color: #8CBAD0; }

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

This text font color is #8CBAD0.

Background Color

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

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

This div background color is #8CBAD0.

Border color

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

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

This div border color is #8CBAD0.

Opacity

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

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

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

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

This text has shadow with #8CBAD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CBAD0.

Preview

Color preview on black background

This text has color #8CBAD0 on black background.


Color preview on white background

This text has color #8CBAD0 on white background.


Black color preview on #8CBAD0 background

This text has black color on #8CBAD0 background.


White color preview on #8CBAD0 background

This text has white color on #8CBAD0 background.


Related colors

Complementary color

Complementary color for #hex is #73452F.


I love getcolorcode.com

Triadic colors

1 #D08CBA and #BAD08C with #8CBAD0 are triadic colors.

2 #D0BA8C and #BA8CD0 with #8CBAD0 are triadic colors.