COLOR #8CB8F2

HEX: #8CB8F2
RGB: (140,184,242)

Color info

#8CB8F2 contains mainly green and blue colors. Web safe color of #8CB8F2 is #99CCFF (or #9CF).

RGB color model

#8CB8F2 color RGB value is (140,184,242).

  • red value is 140;
  • green value is 184;
  • blue value is 242.
RGB:
(140,184,242)
(55%,72%,95%)

RGB channels and saturation

R 140 of 255 = 55%
G 184 of 255 = 72%
B 242 of 255 = 95%

140
184
242

R + G + B ~ 74%. #8CB8F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 184 + 242 = 566 (100%)
R 140 of 566 ~ 24.73%
G 184 of 566 ~ 32.51%
B 242 of 566 ~ 42.76%

%24.73
%32.51
%42.76

CMYK color model

#8CB8F2 color CMYK value is (42,24,0,5).

  • cyan value is 42.15%
  • magenta value is 23.97%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(42,24,0,5)
C42M24Y0K5 
(42%,24%,0%,5%)
(0.42/0.24/0.00/0.05)	

CMYK percentages

%42.15
%23.97
%0
%5.1

Codes

Color #8CB8F2 in popluar color models

8CB8F2
RGB140184242
HSL214°79.69%74.90%
HSB/HSV214°42.15%94.90%
CMYK42.15%23.97%0.00%
5.10%

Color #8CB8F2 in popluar number systems.

HEX8CB8F2
Decimal140184242
Binary100011001011100011110010
Octal214270362

Shades and tints

Shades of #8CB8F2

#8CB8F2
(140,184,242)
#80A8DC
(128,168,220)
#7498C6
(116,152,198)
#6888B0
(104,136,176)
#5C789A
(92,120,154)
#506884
(80,104,132)
#44586E
(68,88,110)
#384858
(56,72,88)
#2C3842
(44,56,66)
#20282C
(32,40,44)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #8CB8F2

#8CB8F2
(140,184,242)
#96BEF3
(150,190,243)
#A0C4F4
(160,196,244)
#AACAF5
(170,202,245)
#B4D0F6
(180,208,246)
#BED6F7
(190,214,247)
#C8DCF8
(200,220,248)
#D2E2F9
(210,226,249)
#DCE8FA
(220,232,250)
#E6EEFB
(230,238,251)
#F0F4FC
(240,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB8F2 color. Also use rgb(140,184,242) instead hex code.

Text Font Color

.myTextColor { color: #8CB8F2; }

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

This text font color is #8CB8F2.


Background Color

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

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

This div background color is #8CB8F2.


Border color

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

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

This div border color is #8CB8F2.


Opacity

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

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

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

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

This text has shadow with #8CB8F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB8F2 on black background.


Color preview on white background

This text has color #8CB8F2 on white background.



Black color preview on #8CB8F2 background

This text has black color on #8CB8F2 background.


White color preview on #8CB8F2 background

This text has white color on #8CB8F2 background.