COLOR #8CB1F1

HEX: #8CB1F1
RGB: (140,177,241)

Color info

#8CB1F1 contains mainly blue color. Web safe color of #8CB1F1 is #9999FF (or #99F).

RGB color model

#8CB1F1 color RGB value is (140,177,241).

  • red value is 140;
  • green value is 177;
  • blue value is 241.
RGB:
(140,177,241)
(55%,69%,95%)

RGB channels and saturation

R 140 of 255 = 55%
G 177 of 255 = 69%
B 241 of 255 = 95%

140
177
241

R + G + B ~ 73%. #8CB1F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 177 + 241 = 558 (100%)
R 140 of 558 ~ 25.09%
G 177 of 558 ~ 31.72%
B 241 of 558 ~ 43.19%

%25.09
%31.72
%43.19

CMYK color model

#8CB1F1 color CMYK value is (42,27,0,5).

  • cyan value is 41.91%
  • magenta value is 26.56%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(42,27,0,5)
C42M27Y0K5 
(42%,27%,0%,5%)
(0.42/0.27/0.00/0.05)	

CMYK percentages

%41.91
%26.56
%0
%5.49

Codes

Color #8CB1F1 in popluar color models

8CB1F1
RGB140177241
HSL218°78.29%74.71%
HSB/HSV218°41.91%94.51%
CMYK41.91%26.56%0.00%
5.49%

Color #8CB1F1 in popluar number systems.

HEX8CB1F1
Decimal140177241
Binary100011001011000111110001
Octal214261361

Shades and tints

Shades of #8CB1F1

#8CB1F1
(140,177,241)
#80A1DC
(128,161,220)
#7491C7
(116,145,199)
#6881B2
(104,129,178)
#5C719D
(92,113,157)
#506188
(80,97,136)
#445173
(68,81,115)
#38415E
(56,65,94)
#2C3149
(44,49,73)
#202134
(32,33,52)
#14111F
(20,17,31)
#000000
(0,0,0)

Tints of #8CB1F1

#8CB1F1
(140,177,241)
#96B8F2
(150,184,242)
#A0BFF3
(160,191,243)
#AAC6F4
(170,198,244)
#B4CDF5
(180,205,245)
#BED4F6
(190,212,246)
#C8DBF7
(200,219,247)
#D2E2F8
(210,226,248)
#DCE9F9
(220,233,249)
#E6F0FA
(230,240,250)
#F0F7FB
(240,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB1F1; }

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

This text font color is #8CB1F1.


Background Color

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

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

This div background color is #8CB1F1.


Border color

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

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

This div border color is #8CB1F1.


Opacity

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

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

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

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

This text has shadow with #8CB1F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB1F1 on black background.


Color preview on white background

This text has color #8CB1F1 on white background.



Black color preview on #8CB1F1 background

This text has black color on #8CB1F1 background.


White color preview on #8CB1F1 background

This text has white color on #8CB1F1 background.