COLOR #968DC3

HEX: #968DC3
RGB: (150,141,195)

Color info

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

RGB color model

#968DC3 color RGB value is (150,141,195).

  • red value is 150;
  • green value is 141;
  • blue value is 195.
RGB:
(150,141,195)
(59%,55%,76%)

RGB channels and saturation

R 150 of 255 = 59%
G 141 of 255 = 55%
B 195 of 255 = 76%

150
141
195

R + G + B ~ 63%. #968DC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 141 + 195 = 486 (100%)
R 150 of 486 ~ 30.86%
G 141 of 486 ~ 29.01%
B 195 of 486 ~ 40.12%

%30.86
%29.01
%40.12

CMYK color model

#968DC3 color CMYK value is (23,28,0,24).

  • cyan value is 23.08%
  • magenta value is 27.69%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(23,28,0,24)
C23M28Y0K24 
(23%,28%,0%,24%)
(0.23/0.28/0.00/0.24)	

CMYK percentages

%23.08
%27.69
%0
%23.53

Codes

Color #968DC3 in popluar color models

968DC3
RGB150141195
HSL250°31.03%65.88%
HSB/HSV250°27.69%76.47%
CMYK23.08%27.69%0.00%
23.53%

Color #968DC3 in popluar number systems.

HEX968DC3
Decimal150141195
Binary100101101000110111000011
Octal226215303

Shades and tints

Shades of #968DC3

#968DC3
(150,141,195)
#8981B2
(137,129,178)
#7C75A1
(124,117,161)
#6F6990
(111,105,144)
#625D7F
(98,93,127)
#55516E
(85,81,110)
#48455D
(72,69,93)
#3B394C
(59,57,76)
#2E2D3B
(46,45,59)
#21212A
(33,33,42)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #968DC3

#968DC3
(150,141,195)
#9F97C8
(159,151,200)
#A8A1CD
(168,161,205)
#B1ABD2
(177,171,210)
#BAB5D7
(186,181,215)
#C3BFDC
(195,191,220)
#CCC9E1
(204,201,225)
#D5D3E6
(213,211,230)
#DEDDEB
(222,221,235)
#E7E7F0
(231,231,240)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968DC3 color. Also use rgb(150,141,195) instead hex code.

Text Font Color

.myTextColor { color: #968DC3; }

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

This text font color is #968DC3.


Background Color

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

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

This div background color is #968DC3.


Border color

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

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

This div border color is #968DC3.


Opacity

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

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

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

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

This text has shadow with #968DC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968DC3 on black background.


Color preview on white background

This text has color #968DC3 on white background.



Black color preview on #968DC3 background

This text has black color on #968DC3 background.


White color preview on #968DC3 background

This text has white color on #968DC3 background.