COLOR #8CB2E5

HEX: #8CB2E5
RGB: (140,178,229)

Color info

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

RGB color model

#8CB2E5 color RGB value is (140,178,229).

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

RGB channels and saturation

R 140 of 255 = 55%
G 178 of 255 = 70%
B 229 of 255 = 90%

140
178
229

R + G + B ~ 72%. #8CB2E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 178 + 229 = 547 (100%)
R 140 of 547 ~ 25.59%
G 178 of 547 ~ 32.54%
B 229 of 547 ~ 41.86%

%25.59
%32.54
%41.86

CMYK color model

#8CB2E5 color CMYK value is (39,22,0,10).

  • cyan value is 38.86%
  • magenta value is 22.27%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(39,22,0,10)
C39M22Y0K10 
(39%,22%,0%,10%)
(0.39/0.22/0.00/0.10)	

CMYK percentages

%38.86
%22.27
%0
%10.2

Codes

Color #8CB2E5 in popluar color models

8CB2E5
RGB140178229
HSL214°63.12%72.35%
HSB/HSV214°38.86%89.80%
CMYK38.86%22.27%0.00%
10.20%

Color #8CB2E5 in popluar number systems.

HEX8CB2E5
Decimal140178229
Binary100011001011001011100101
Octal214262345

Shades and tints

Shades of #8CB2E5

#8CB2E5
(140,178,229)
#80A2D1
(128,162,209)
#7492BD
(116,146,189)
#6882A9
(104,130,169)
#5C7295
(92,114,149)
#506281
(80,98,129)
#44526D
(68,82,109)
#384259
(56,66,89)
#2C3245
(44,50,69)
#202231
(32,34,49)
#14121D
(20,18,29)
#000000
(0,0,0)

Tints of #8CB2E5

#8CB2E5
(140,178,229)
#96B9E7
(150,185,231)
#A0C0E9
(160,192,233)
#AAC7EB
(170,199,235)
#B4CEED
(180,206,237)
#BED5EF
(190,213,239)
#C8DCF1
(200,220,241)
#D2E3F3
(210,227,243)
#DCEAF5
(220,234,245)
#E6F1F7
(230,241,247)
#F0F8F9
(240,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB2E5; }

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

This text font color is #8CB2E5.


Background Color

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

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

This div background color is #8CB2E5.


Border color

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

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

This div border color is #8CB2E5.


Opacity

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

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

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

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

This text has shadow with #8CB2E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB2E5 on black background.


Color preview on white background

This text has color #8CB2E5 on white background.



Black color preview on #8CB2E5 background

This text has black color on #8CB2E5 background.


White color preview on #8CB2E5 background

This text has white color on #8CB2E5 background.