COLOR #968CD2

HEX: #968CD2 RGB: (150,140,210)

Color info

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

RGB color model

#968CD2 color RGB value is (150,140,210).

RGB: (150,140,210) (59%, 55%, 82%)

RGB channels and saturation

R 150 of 255 = 59%
G 140 of 255 = 55%
B 210 of 255 = 82%

150
140
210

R + G + B ~ 65%. #968CD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 140 + 210 = 500 (100%)
R 150 of 500 ~ 30%
G 140 of 500 ~ 28%
B 210 of 500 ~ 42'%

%30
%28
%42

CMYK color model

#968CD2 color CMYK value is (29,33,0,18).

  • cyan value is 28.57%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (29,33,0,18)
C29M33Y0K18 (29%, 33%, 0%, 18%)
(0.29 / 0.33 / 0.00 / 0.18)

CMYK percentages

%28.57
%33.33
%0
%17.65

Codes

Color #968CD2 in popluar color models

96 8C D2
RGB 150 140 210
HSL 249° 43.75% 68.63%
HSB/HSV 249° 33.33% 82.35%
CMYK 28.57% 33.33% 0.00%
17.65%

Color #968CD2 in popluar number systems.

HEX 96 8C D2
Decimal 150 140 210
Binary 10010110 10001100 11010010
Octal 226 214 322

Shades and tints

Shades of #968CD2

#968CD2
(150,140,210)
#8980BF
(137,128,191)
#7C74AC
(124,116,172)
#6F6899
(111,104,153)
#625C86
(98,92,134)
#555073
(85,80,115)
#484460
(72,68,96)
#3B384D
(59,56,77)
#2E2C3A
(46,44,58)
#212027
(33,32,39)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #968CD2

#968CD2
(150,140,210)
#9F96D6
(159,150,214)
#A8A0DA
(168,160,218)
#B1AADE
(177,170,222)
#BAB4E2
(186,180,226)
#C3BEE6
(195,190,230)
#CCC8EA
(204,200,234)
#D5D2EE
(213,210,238)
#DEDCF2
(222,220,242)
#E7E6F6
(231,230,246)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968CD2 color. Also use rgb(150,140,210) instead hex code.

Text Font Color

.myTextColor { color: #968CD2; }

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

This text font color is #968CD2.

Background Color

.myBgColor { background-color: #968CD2; }

<div style="background-color:#968CD2">Inner text</div>

This div background color is #968CD2.

Border color

.myBorderColor { border: 1px solid #968CD2; }

<div style="border:3px solid #968CD2">Div</div>

This div border color is #968CD2.

Opacity

.myOpacity80 { color: #968CD2; opacity: 0.8; }

<p style="color:#968CD2;opacity:0.8;">80%</p>

Text with #968CD2 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 #968CD2;}

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

This text has shadow with #968CD2 color.


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

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

This text has shadow with #968CD2 primary color and red secondary color.


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

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

This text has shadow with #968CD2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #968CD2.

Preview

Color preview on black background

This text has color #968CD2 on black background.


Color preview on white background

This text has color #968CD2 on white background.


Black color preview on #968CD2 background

This text has black color on #968CD2 background.


White color preview on #968CD2 background

This text has white color on #968CD2 background.


Related colors

Complementary color

Complementary color for #hex is #69732D.


I love getcolorcode.com

Triadic colors

1 #D2968C and #8CD296 with #968CD2 are triadic colors.

2 #D28C96 and #8C96D2 with #968CD2 are triadic colors.