COLOR #8C96DD

HEX: #8C96DD RGB: (140,150,221)

Color info

#8C96DD contains mainly blue color. Web safe color of #8C96DD is #9999CC (or #99C).

RGB color model

#8C96DD color RGB value is (140,150,221).

RGB: (140,150,221) (55%, 59%, 87%)

RGB channels and saturation

R 140 of 255 = 55%
G 150 of 255 = 59%
B 221 of 255 = 87%

140
150
221

R + G + B ~ 67%. #8C96DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 150 + 221 = 511 (100%)
R 140 of 511 ~ 27.4%
G 150 of 511 ~ 29.35%
B 221 of 511 ~ 43.25'%

%27.4
%29.35
%43.25

CMYK color model

#8C96DD color CMYK value is (37,32,0,13).

  • cyan value is 36.65%
  • magenta value is 32.13%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (37,32,0,13)
C37M32Y0K13 (37%, 32%, 0%, 13%)
(0.37 / 0.32 / 0.00 / 0.13)

CMYK percentages

%36.65
%32.13
%0
%13.33

Codes

Color #8C96DD in popluar color models

8C 96 DD
RGB 140 150 221
HSL 233° 54.36% 70.78%
HSB/HSV 233° 36.65% 86.67%
CMYK 36.65% 32.13% 0.00%
13.33%

Color #8C96DD in popluar number systems.

HEX 8C 96 DD
Decimal 140 150 221
Binary 10001100 10010110 11011101
Octal 214 226 335

Shades and tints

Shades of #8C96DD

#8C96DD
(140,150,221)
#8089C9
(128,137,201)
#747CB5
(116,124,181)
#686FA1
(104,111,161)
#5C628D
(92,98,141)
#505579
(80,85,121)
#444865
(68,72,101)
#383B51
(56,59,81)
#2C2E3D
(44,46,61)
#202129
(32,33,41)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #8C96DD

#8C96DD
(140,150,221)
#969FE0
(150,159,224)
#A0A8E3
(160,168,227)
#AAB1E6
(170,177,230)
#B4BAE9
(180,186,233)
#BEC3EC
(190,195,236)
#C8CCEF
(200,204,239)
#D2D5F2
(210,213,242)
#DCDEF5
(220,222,245)
#E6E7F8
(230,231,248)
#F0F0FB
(240,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C96DD; }

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

This text font color is #8C96DD.

Background Color

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

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

This div background color is #8C96DD.

Border color

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

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

This div border color is #8C96DD.

Opacity

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

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

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

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

This text has shadow with #8C96DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C96DD.

Preview

Color preview on black background

This text has color #8C96DD on black background.


Color preview on white background

This text has color #8C96DD on white background.


Black color preview on #8C96DD background

This text has black color on #8C96DD background.


White color preview on #8C96DD background

This text has white color on #8C96DD background.


Related colors

Complementary color

Complementary color for #hex is #736922.


I love getcolorcode.com

Triadic colors

1 #DD8C96 and #96DD8C with #8C96DD are triadic colors.

2 #DD968C and #968CDD with #8C96DD are triadic colors.