COLOR #8CBCD4

HEX: #8CBCD4 RGB: (140,188,212)

Color info

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

RGB color model

#8CBCD4 color RGB value is (140,188,212).

RGB: (140,188,212) (55%, 74%, 83%)

RGB channels and saturation

R 140 of 255 = 55%
G 188 of 255 = 74%
B 212 of 255 = 83%

140
188
212

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

Portions of RGB colors in percentages

R + G + B = 140 + 188 + 212 = 540 (100%)
R 140 of 540 ~ 25.93%
G 188 of 540 ~ 34.81%
B 212 of 540 ~ 39.26'%

%25.93
%34.81
%39.26

CMYK color model

#8CBCD4 color CMYK value is (34,11,0,17).

  • cyan value is 33.96%
  • magenta value is 11.32%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (34,11,0,17)
C34M11Y0K17 (34%, 11%, 0%, 17%)
(0.34 / 0.11 / 0.00 / 0.17)

CMYK percentages

%33.96
%11.32
%0
%16.86

Codes

Color #8CBCD4 in popluar color models

8C BC D4
RGB 140 188 212
HSL 200° 45.57% 69.02%
HSB/HSV 200° 33.96% 83.14%
CMYK 33.96% 11.32% 0.00%
16.86%

Color #8CBCD4 in popluar number systems.

HEX 8C BC D4
Decimal 140 188 212
Binary 10001100 10111100 11010100
Octal 214 274 324

Shades and tints

Shades of #8CBCD4

#8CBCD4
(140,188,212)
#80ABC1
(128,171,193)
#749AAE
(116,154,174)
#68899B
(104,137,155)
#5C7888
(92,120,136)
#506775
(80,103,117)
#445662
(68,86,98)
#38454F
(56,69,79)
#2C343C
(44,52,60)
#202329
(32,35,41)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #8CBCD4

#8CBCD4
(140,188,212)
#96C2D7
(150,194,215)
#A0C8DA
(160,200,218)
#AACEDD
(170,206,221)
#B4D4E0
(180,212,224)
#BEDAE3
(190,218,227)
#C8E0E6
(200,224,230)
#D2E6E9
(210,230,233)
#DCECEC
(220,236,236)
#E6F2EF
(230,242,239)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CBCD4 color. Also use rgb(140,188,212) instead hex code.

Text Font Color

.myTextColor { color: #8CBCD4; }

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

This text font color is #8CBCD4.

Background Color

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

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

This div background color is #8CBCD4.

Border color

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

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

This div border color is #8CBCD4.

Opacity

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

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

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

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

This text has shadow with #8CBCD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CBCD4.

Preview

Color preview on black background

This text has color #8CBCD4 on black background.


Color preview on white background

This text has color #8CBCD4 on white background.


Black color preview on #8CBCD4 background

This text has black color on #8CBCD4 background.


White color preview on #8CBCD4 background

This text has white color on #8CBCD4 background.


Related colors

Complementary color

Complementary color for #hex is #73432B.


I love getcolorcode.com

Triadic colors

1 #D48CBC and #BCD48C with #8CBCD4 are triadic colors.

2 #D4BC8C and #BC8CD4 with #8CBCD4 are triadic colors.