COLOR #8CCBF9

HEX: #8CCBF9
RGB: (140,203,249)

Color info

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

RGB color model

#8CCBF9 color RGB value is (140,203,249).

  • red value is 140;
  • green value is 203;
  • blue value is 249.
RGB:
(140,203,249)
(55%,80%,98%)

RGB channels and saturation

R 140 of 255 = 55%
G 203 of 255 = 80%
B 249 of 255 = 98%

140
203
249

R + G + B ~ 78%. #8CCBF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 203 + 249 = 592 (100%)
R 140 of 592 ~ 23.65%
G 203 of 592 ~ 34.29%
B 249 of 592 ~ 42.06%

%23.65
%34.29
%42.06

CMYK color model

#8CCBF9 color CMYK value is (44,18,0,2).

  • cyan value is 43.78%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(44,18,0,2)
C44M18Y0K2 
(44%,18%,0%,2%)
(0.44/0.18/0.00/0.02)	

CMYK percentages

%43.78
%18.47
%0
%2.35

Codes

Color #8CCBF9 in popluar color models

8CCBF9
RGB140203249
HSL205°90.08%76.27%
HSB/HSV205°43.78%97.65%
CMYK43.78%18.47%0.00%
2.35%

Color #8CCBF9 in popluar number systems.

HEX8CCBF9
Decimal140203249
Binary100011001100101111111001
Octal214313371

Shades and tints

Shades of #8CCBF9

#8CCBF9
(140,203,249)
#80B9E3
(128,185,227)
#74A7CD
(116,167,205)
#6895B7
(104,149,183)
#5C83A1
(92,131,161)
#50718B
(80,113,139)
#445F75
(68,95,117)
#384D5F
(56,77,95)
#2C3B49
(44,59,73)
#202933
(32,41,51)
#14171D
(20,23,29)
#000000
(0,0,0)

Tints of #8CCBF9

#8CCBF9
(140,203,249)
#96CFF9
(150,207,249)
#A0D3F9
(160,211,249)
#AAD7F9
(170,215,249)
#B4DBF9
(180,219,249)
#BEDFF9
(190,223,249)
#C8E3F9
(200,227,249)
#D2E7F9
(210,231,249)
#DCEBF9
(220,235,249)
#E6EFF9
(230,239,249)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CCBF9 color. Also use rgb(140,203,249) instead hex code.

Text Font Color

.myTextColor { color: #8CCBF9; }

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

This text font color is #8CCBF9.


Background Color

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

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

This div background color is #8CCBF9.


Border color

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

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

This div border color is #8CCBF9.


Opacity

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

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

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

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

This text has shadow with #8CCBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CCBF9 on black background.


Color preview on white background

This text has color #8CCBF9 on white background.



Black color preview on #8CCBF9 background

This text has black color on #8CCBF9 background.


White color preview on #8CCBF9 background

This text has white color on #8CCBF9 background.