COLOR #8CB9E9

HEX: #8CB9E9
RGB: (140,185,233)

Color info

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

RGB color model

#8CB9E9 color RGB value is (140,185,233).

  • red value is 140;
  • green value is 185;
  • blue value is 233.
RGB:
(140,185,233)
(55%,73%,91%)

RGB channels and saturation

R 140 of 255 = 55%
G 185 of 255 = 73%
B 233 of 255 = 91%

140
185
233

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

Portions of RGB colors in percentages

R + G + B =
140 + 185 + 233 = 558 (100%)
R 140 of 558 ~ 25.09%
G 185 of 558 ~ 33.15%
B 233 of 558 ~ 41.76%

%25.09
%33.15
%41.76

CMYK color model

#8CB9E9 color CMYK value is (40,21,0,9).

  • cyan value is 39.91%
  • magenta value is 20.60%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(40,21,0,9)
C40M21Y0K9 
(40%,21%,0%,9%)
(0.40/0.21/0.00/0.09)	

CMYK percentages

%39.91
%20.6
%0
%8.63

Codes

Color #8CB9E9 in popluar color models

8CB9E9
RGB140185233
HSL211°67.88%73.14%
HSB/HSV211°39.91%91.37%
CMYK39.91%20.60%0.00%
8.63%

Color #8CB9E9 in popluar number systems.

HEX8CB9E9
Decimal140185233
Binary100011001011100111101001
Octal214271351

Shades and tints

Shades of #8CB9E9

#8CB9E9
(140,185,233)
#80A9D4
(128,169,212)
#7499BF
(116,153,191)
#6889AA
(104,137,170)
#5C7995
(92,121,149)
#506980
(80,105,128)
#44596B
(68,89,107)
#384956
(56,73,86)
#2C3941
(44,57,65)
#20292C
(32,41,44)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #8CB9E9

#8CB9E9
(140,185,233)
#96BFEB
(150,191,235)
#A0C5ED
(160,197,237)
#AACBEF
(170,203,239)
#B4D1F1
(180,209,241)
#BED7F3
(190,215,243)
#C8DDF5
(200,221,245)
#D2E3F7
(210,227,247)
#DCE9F9
(220,233,249)
#E6EFFB
(230,239,251)
#F0F5FD
(240,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB9E9 color. Also use rgb(140,185,233) instead hex code.

Text Font Color

.myTextColor { color: #8CB9E9; }

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

This text font color is #8CB9E9.


Background Color

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

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

This div background color is #8CB9E9.


Border color

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

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

This div border color is #8CB9E9.


Opacity

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

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

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

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

This text has shadow with #8CB9E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB9E9 on black background.


Color preview on white background

This text has color #8CB9E9 on white background.



Black color preview on #8CB9E9 background

This text has black color on #8CB9E9 background.


White color preview on #8CB9E9 background

This text has white color on #8CB9E9 background.