COLOR #968CCA

HEX: #968CCA RGB: (150,140,202)

Color info

#968CCA contains mainly red and blue colors. Web safe color of #968CCA is #9999CC (or #99C).

RGB color model

#968CCA color RGB value is (150,140,202).

RGB: (150,140,202) (59%, 55%, 79%)

RGB channels and saturation

R 150 of 255 = 59%
G 140 of 255 = 55%
B 202 of 255 = 79%

150
140
202

R + G + B ~ 64%. #968CCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 140 + 202 = 492 (100%)
R 150 of 492 ~ 30.49%
G 140 of 492 ~ 28.46%
B 202 of 492 ~ 41.06'%

%30.49
%28.46
%41.06

CMYK color model

#968CCA color CMYK value is (26,31,0,21).

  • cyan value is 25.74%
  • magenta value is 30.69%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (26,31,0,21)
C26M31Y0K21 (26%, 31%, 0%, 21%)
(0.26 / 0.31 / 0.00 / 0.21)

CMYK percentages

%25.74
%30.69
%0
%20.78

Codes

Color #968CCA in popluar color models

96 8C CA
RGB 150 140 202
HSL 250° 36.90% 67.06%
HSB/HSV 250° 30.69% 79.22%
CMYK 25.74% 30.69% 0.00%
20.78%

Color #968CCA in popluar number systems.

HEX 96 8C CA
Decimal 150 140 202
Binary 10010110 10001100 11001010
Octal 226 214 312

Shades and tints

Shades of #968CCA

#968CCA
(150,140,202)
#8980B8
(137,128,184)
#7C74A6
(124,116,166)
#6F6894
(111,104,148)
#625C82
(98,92,130)
#555070
(85,80,112)
#48445E
(72,68,94)
#3B384C
(59,56,76)
#2E2C3A
(46,44,58)
#212028
(33,32,40)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #968CCA

#968CCA
(150,140,202)
#9F96CE
(159,150,206)
#A8A0D2
(168,160,210)
#B1AAD6
(177,170,214)
#BAB4DA
(186,180,218)
#C3BEDE
(195,190,222)
#CCC8E2
(204,200,226)
#D5D2E6
(213,210,230)
#DEDCEA
(222,220,234)
#E7E6EE
(231,230,238)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968CCA; }

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

This text font color is #968CCA.

Background Color

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

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

This div background color is #968CCA.

Border color

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

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

This div border color is #968CCA.

Opacity

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

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

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

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

This text has shadow with #968CCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968CCA.

Preview

Color preview on black background

This text has color #968CCA on black background.


Color preview on white background

This text has color #968CCA on white background.


Black color preview on #968CCA background

This text has black color on #968CCA background.


White color preview on #968CCA background

This text has white color on #968CCA background.


Related colors

Complementary color

Complementary color for #hex is #697335.


I love getcolorcode.com

Triadic colors

1 #CA968C and #8CCA96 with #968CCA are triadic colors.

2 #CA8C96 and #8C96CA with #968CCA are triadic colors.