COLOR #8CBAF2

HEX: #8CBAF2
RGB: (140,186,242)

Color info

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

RGB color model

#8CBAF2 color RGB value is (140,186,242).

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

RGB channels and saturation

R 140 of 255 = 55%
G 186 of 255 = 73%
B 242 of 255 = 95%

140
186
242

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

Portions of RGB colors in percentages

R + G + B =
140 + 186 + 242 = 568 (100%)
R 140 of 568 ~ 24.65%
G 186 of 568 ~ 32.75%
B 242 of 568 ~ 42.61%

%24.65
%32.75
%42.61

CMYK color model

#8CBAF2 color CMYK value is (42,23,0,5).

  • cyan value is 42.15%
  • magenta value is 23.14%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(42,23,0,5)
C42M23Y0K5 
(42%,23%,0%,5%)
(0.42/0.23/0.00/0.05)	

CMYK percentages

%42.15
%23.14
%0
%5.1

Codes

Color #8CBAF2 in popluar color models

8CBAF2
RGB140186242
HSL213°79.69%74.90%
HSB/HSV213°42.15%94.90%
CMYK42.15%23.14%0.00%
5.10%

Color #8CBAF2 in popluar number systems.

HEX8CBAF2
Decimal140186242
Binary100011001011101011110010
Octal214272362

Shades and tints

Shades of #8CBAF2

#8CBAF2
(140,186,242)
#80AADC
(128,170,220)
#749AC6
(116,154,198)
#688AB0
(104,138,176)
#5C7A9A
(92,122,154)
#506A84
(80,106,132)
#445A6E
(68,90,110)
#384A58
(56,74,88)
#2C3A42
(44,58,66)
#202A2C
(32,42,44)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #8CBAF2

#8CBAF2
(140,186,242)
#96C0F3
(150,192,243)
#A0C6F4
(160,198,244)
#AACCF5
(170,204,245)
#B4D2F6
(180,210,246)
#BED8F7
(190,216,247)
#C8DEF8
(200,222,248)
#D2E4F9
(210,228,249)
#DCEAFA
(220,234,250)
#E6F0FB
(230,240,251)
#F0F6FC
(240,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CBAF2; }

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

This text font color is #8CBAF2.


Background Color

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

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

This div background color is #8CBAF2.


Border color

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

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

This div border color is #8CBAF2.


Opacity

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

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

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

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

This text has shadow with #8CBAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CBAF2 on black background.


Color preview on white background

This text has color #8CBAF2 on white background.



Black color preview on #8CBAF2 background

This text has black color on #8CBAF2 background.


White color preview on #8CBAF2 background

This text has white color on #8CBAF2 background.