COLOR #8CB1CE

HEX: #8CB1CE RGB: (140,177,206)

Color info

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

RGB color model

#8CB1CE color RGB value is (140,177,206).

RGB: (140,177,206) (55%, 69%, 81%)

RGB channels and saturation

R 140 of 255 = 55%
G 177 of 255 = 69%
B 206 of 255 = 81%

140
177
206

R + G + B ~ 68%. #8CB1CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 177 + 206 = 523 (100%)
R 140 of 523 ~ 26.77%
G 177 of 523 ~ 33.84%
B 206 of 523 ~ 39.39'%

%26.77
%33.84
%39.39

CMYK color model

#8CB1CE color CMYK value is (32,14,0,19).

  • cyan value is 32.04%
  • magenta value is 14.08%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (32,14,0,19) C32M14Y0K19 (32%,14%,0%,19%) (0.32/0.14/0.00/0.19) 

CMYK percentages

%32.04
%14.08
%0
%19.22

Codes

Color #8CB1CE in popluar color models

8C B1 CE
RGB 140 177 206
HSL 206° 40.24% 67.84%
HSB/HSV 206° 32.04% 80.78%
CMYK 32.04% 14.08% 0.00%
19.22%

Color #8CB1CE in popluar number systems.

HEX 8C B1 CE
Decimal 140 177 206
Binary 10001100 10110001 11001110
Octal 214 261 316

Shades and tints

Shades of #8CB1CE

#8CB1CE
(140,177,206)
#80A1BC
(128,161,188)
#7491AA
(116,145,170)
#688198
(104,129,152)
#5C7186
(92,113,134)
#506174
(80,97,116)
#445162
(68,81,98)
#384150
(56,65,80)
#2C313E
(44,49,62)
#20212C
(32,33,44)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #8CB1CE

#8CB1CE
(140,177,206)
#96B8D2
(150,184,210)
#A0BFD6
(160,191,214)
#AAC6DA
(170,198,218)
#B4CDDE
(180,205,222)
#BED4E2
(190,212,226)
#C8DBE6
(200,219,230)
#D2E2EA
(210,226,234)
#DCE9EE
(220,233,238)
#E6F0F2
(230,240,242)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB1CE color. Also use rgb(140,177,206) instead hex code.

Text Font Color

.myTextColor { color: #8CB1CE; }

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

This text font color is #8CB1CE.

Background Color

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

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

This div background color is #8CB1CE.

Border color

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

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

This div border color is #8CB1CE.

Opacity

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

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

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

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

This text has shadow with #8CB1CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CB1CE.

Preview

Color preview on black background

This text has color #8CB1CE on black background.


Color preview on white background

This text has color #8CB1CE on white background.


Black color preview on #8CB1CE background

This text has black color on #8CB1CE background.


White color preview on #8CB1CE background

This text has white color on #8CB1CE background.


Related colors

Complementary color

Complementary color for #hex is #734E31.


I love getcolorcode.com

Triadic colors

1 #CE8CB1 and #B1CE8C with #8CB1CE are triadic colors.

2 #CEB18C and #B18CCE with #8CB1CE are triadic colors.