COLOR #8CB2CA

HEX: #8CB2CA
RGB: (140,178,202)

Color info

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

RGB color model

#8CB2CA color RGB value is (140,178,202).

  • red value is 140;
  • green value is 178;
  • blue value is 202.
RGB:
(140,178,202)
(55%,70%,79%)

RGB channels and saturation

R 140 of 255 = 55%
G 178 of 255 = 70%
B 202 of 255 = 79%

140
178
202

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

Portions of RGB colors in percentages

R + G + B =
140 + 178 + 202 = 520 (100%)
R 140 of 520 ~ 26.92%
G 178 of 520 ~ 34.23%
B 202 of 520 ~ 38.85%

%26.92
%34.23
%38.85

CMYK color model

#8CB2CA color CMYK value is (31,12,0,21).

  • cyan value is 30.69%
  • magenta value is 11.88%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(31,12,0,21)
C31M12Y0K21 
(31%,12%,0%,21%)
(0.31/0.12/0.00/0.21)	

CMYK percentages

%30.69
%11.88
%0
%20.78

Codes

Color #8CB2CA in popluar color models

8CB2CA
RGB140178202
HSL203°36.90%67.06%
HSB/HSV203°30.69%79.22%
CMYK30.69%11.88%0.00%
20.78%

Color #8CB2CA in popluar number systems.

HEX8CB2CA
Decimal140178202
Binary100011001011001011001010
Octal214262312

Shades and tints

Shades of #8CB2CA

#8CB2CA
(140,178,202)
#80A2B8
(128,162,184)
#7492A6
(116,146,166)
#688294
(104,130,148)
#5C7282
(92,114,130)
#506270
(80,98,112)
#44525E
(68,82,94)
#38424C
(56,66,76)
#2C323A
(44,50,58)
#202228
(32,34,40)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #8CB2CA

#8CB2CA
(140,178,202)
#96B9CE
(150,185,206)
#A0C0D2
(160,192,210)
#AAC7D6
(170,199,214)
#B4CEDA
(180,206,218)
#BED5DE
(190,213,222)
#C8DCE2
(200,220,226)
#D2E3E6
(210,227,230)
#DCEAEA
(220,234,234)
#E6F1EE
(230,241,238)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB2CA color. Also use rgb(140,178,202) instead hex code.

Text Font Color

.myTextColor { color: #8CB2CA; }

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

This text font color is #8CB2CA.


Background Color

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

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

This div background color is #8CB2CA.


Border color

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

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

This div border color is #8CB2CA.


Opacity

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

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

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

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

This text has shadow with #8CB2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB2CA on black background.


Color preview on white background

This text has color #8CB2CA on white background.



Black color preview on #8CB2CA background

This text has black color on #8CB2CA background.


White color preview on #8CB2CA background

This text has white color on #8CB2CA background.