COLOR #8C9CBE

HEX: #8C9CBE
RGB: (140,156,190)

Color info

#8C9CBE contains red, green and blue colors in about the same proportion. Web safe color of #8C9CBE is #9999CC (or #99C).

RGB color model

#8C9CBE color RGB value is (140,156,190).

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

RGB channels and saturation

R 140 of 255 = 55%
G 156 of 255 = 61%
B 190 of 255 = 75%

140
156
190

R + G + B ~ 64%. #8C9CBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 156 + 190 = 486 (100%)
R 140 of 486 ~ 28.81%
G 156 of 486 ~ 32.1%
B 190 of 486 ~ 39.09%

%28.81
%32.1
%39.09

CMYK color model

#8C9CBE color CMYK value is (26,18,0,25).

  • cyan value is 26.32%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(26,18,0,25)
C26M18Y0K25 
(26%,18%,0%,25%)
(0.26/0.18/0.00/0.25)	

CMYK percentages

%26.32
%17.89
%0
%25.49

Codes

Color #8C9CBE in popluar color models

8C9CBE
RGB140156190
HSL221°27.78%64.71%
HSB/HSV221°26.32%74.51%
CMYK26.32%17.89%0.00%
25.49%

Color #8C9CBE in popluar number systems.

HEX8C9CBE
Decimal140156190
Binary100011001001110010111110
Octal214234276

Shades and tints

Shades of #8C9CBE

#8C9CBE
(140,156,190)
#808EAD
(128,142,173)
#74809C
(116,128,156)
#68728B
(104,114,139)
#5C647A
(92,100,122)
#505669
(80,86,105)
#444858
(68,72,88)
#383A47
(56,58,71)
#2C2C36
(44,44,54)
#201E25
(32,30,37)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #8C9CBE

#8C9CBE
(140,156,190)
#96A5C3
(150,165,195)
#A0AEC8
(160,174,200)
#AAB7CD
(170,183,205)
#B4C0D2
(180,192,210)
#BEC9D7
(190,201,215)
#C8D2DC
(200,210,220)
#D2DBE1
(210,219,225)
#DCE4E6
(220,228,230)
#E6EDEB
(230,237,235)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9CBE; }

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

This text font color is #8C9CBE.


Background Color

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

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

This div background color is #8C9CBE.


Border color

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

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

This div border color is #8C9CBE.


Opacity

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

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

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

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

This text has shadow with #8C9CBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9CBE on black background.


Color preview on white background

This text has color #8C9CBE on white background.



Black color preview on #8C9CBE background

This text has black color on #8C9CBE background.


White color preview on #8C9CBE background

This text has white color on #8C9CBE background.