COLOR #8C96CD

HEX: #8C96CD
RGB: (140,150,205)

Color info

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

RGB color model

#8C96CD color RGB value is (140,150,205).

  • red value is 140;
  • green value is 150;
  • blue value is 205.
RGB:
(140,150,205)
(55%,59%,80%)

RGB channels and saturation

R 140 of 255 = 55%
G 150 of 255 = 59%
B 205 of 255 = 80%

140
150
205

R + G + B ~ 65%. #8C96CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 150 + 205 = 495 (100%)
R 140 of 495 ~ 28.28%
G 150 of 495 ~ 30.3%
B 205 of 495 ~ 41.41%

%28.28
%30.3
%41.41

CMYK color model

#8C96CD color CMYK value is (32,27,0,20).

  • cyan value is 31.71%
  • magenta value is 26.83%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(32,27,0,20)
C32M27Y0K20 
(32%,27%,0%,20%)
(0.32/0.27/0.00/0.20)	

CMYK percentages

%31.71
%26.83
%0
%19.61

Codes

Color #8C96CD in popluar color models

8C96CD
RGB140150205
HSL231°39.39%67.65%
HSB/HSV231°31.71%80.39%
CMYK31.71%26.83%0.00%
19.61%

Color #8C96CD in popluar number systems.

HEX8C96CD
Decimal140150205
Binary100011001001011011001101
Octal214226315

Shades and tints

Shades of #8C96CD

#8C96CD
(140,150,205)
#8089BB
(128,137,187)
#747CA9
(116,124,169)
#686F97
(104,111,151)
#5C6285
(92,98,133)
#505573
(80,85,115)
#444861
(68,72,97)
#383B4F
(56,59,79)
#2C2E3D
(44,46,61)
#20212B
(32,33,43)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #8C96CD

#8C96CD
(140,150,205)
#969FD1
(150,159,209)
#A0A8D5
(160,168,213)
#AAB1D9
(170,177,217)
#B4BADD
(180,186,221)
#BEC3E1
(190,195,225)
#C8CCE5
(200,204,229)
#D2D5E9
(210,213,233)
#DCDEED
(220,222,237)
#E6E7F1
(230,231,241)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C96CD color. Also use rgb(140,150,205) instead hex code.

Text Font Color

.myTextColor { color: #8C96CD; }

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

This text font color is #8C96CD.


Background Color

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

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

This div background color is #8C96CD.


Border color

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

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

This div border color is #8C96CD.


Opacity

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

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

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

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

This text has shadow with #8C96CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C96CD on black background.


Color preview on white background

This text has color #8C96CD on white background.



Black color preview on #8C96CD background

This text has black color on #8C96CD background.


White color preview on #8C96CD background

This text has white color on #8C96CD background.