COLOR #8C9CCF

HEX: #8C9CCF
RGB: (140,156,207)

Color info

#8C9CCF contains mainly green and blue colors. Web safe color of #8C9CCF is #9999CC (or #99C).

RGB color model

#8C9CCF color RGB value is (140,156,207).

  • red value is 140;
  • green value is 156;
  • blue value is 207.
RGB:
(140,156,207)
(55%,61%,81%)

RGB channels and saturation

R 140 of 255 = 55%
G 156 of 255 = 61%
B 207 of 255 = 81%

140
156
207

R + G + B ~ 66%. #8C9CCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 156 + 207 = 503 (100%)
R 140 of 503 ~ 27.83%
G 156 of 503 ~ 31.01%
B 207 of 503 ~ 41.15%

%27.83
%31.01
%41.15

CMYK color model

#8C9CCF color CMYK value is (32,25,0,19).

  • cyan value is 32.37%
  • magenta value is 24.64%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(32,25,0,19)
C32M25Y0K19 
(32%,25%,0%,19%)
(0.32/0.25/0.00/0.19)	

CMYK percentages

%32.37
%24.64
%0
%18.82

Codes

Color #8C9CCF in popluar color models

8C9CCF
RGB140156207
HSL226°41.10%68.04%
HSB/HSV226°32.37%81.18%
CMYK32.37%24.64%0.00%
18.82%

Color #8C9CCF in popluar number systems.

HEX8C9CCF
Decimal140156207
Binary100011001001110011001111
Octal214234317

Shades and tints

Shades of #8C9CCF

#8C9CCF
(140,156,207)
#808EBD
(128,142,189)
#7480AB
(116,128,171)
#687299
(104,114,153)
#5C6487
(92,100,135)
#505675
(80,86,117)
#444863
(68,72,99)
#383A51
(56,58,81)
#2C2C3F
(44,44,63)
#201E2D
(32,30,45)
#14101B
(20,16,27)
#000000
(0,0,0)

Tints of #8C9CCF

#8C9CCF
(140,156,207)
#96A5D3
(150,165,211)
#A0AED7
(160,174,215)
#AAB7DB
(170,183,219)
#B4C0DF
(180,192,223)
#BEC9E3
(190,201,227)
#C8D2E7
(200,210,231)
#D2DBEB
(210,219,235)
#DCE4EF
(220,228,239)
#E6EDF3
(230,237,243)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9CCF color. Also use rgb(140,156,207) instead hex code.

Text Font Color

.myTextColor { color: #8C9CCF; }

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

This text font color is #8C9CCF.


Background Color

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

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

This div background color is #8C9CCF.


Border color

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

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

This div border color is #8C9CCF.


Opacity

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

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

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

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

This text has shadow with #8C9CCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9CCF on black background.


Color preview on white background

This text has color #8C9CCF on white background.



Black color preview on #8C9CCF background

This text has black color on #8C9CCF background.


White color preview on #8C9CCF background

This text has white color on #8C9CCF background.