COLOR #968FD0

HEX: #968FD0
RGB: (150,143,208)

Color info

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

RGB color model

#968FD0 color RGB value is (150,143,208).

  • red value is 150;
  • green value is 143;
  • blue value is 208.
RGB:
(150,143,208)
(59%,56%,82%)

RGB channels and saturation

R 150 of 255 = 59%
G 143 of 255 = 56%
B 208 of 255 = 82%

150
143
208

R + G + B ~ 66%. #968FD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 143 + 208 = 501 (100%)
R 150 of 501 ~ 29.94%
G 143 of 501 ~ 28.54%
B 208 of 501 ~ 41.52%

%29.94
%28.54
%41.52

CMYK color model

#968FD0 color CMYK value is (28,31,0,18).

  • cyan value is 27.88%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(28,31,0,18)
C28M31Y0K18 
(28%,31%,0%,18%)
(0.28/0.31/0.00/0.18)	

CMYK percentages

%27.88
%31.25
%0
%18.43

Codes

Color #968FD0 in popluar color models

968FD0
RGB150143208
HSL246°40.88%68.82%
HSB/HSV246°31.25%81.57%
CMYK27.88%31.25%0.00%
18.43%

Color #968FD0 in popluar number systems.

HEX968FD0
Decimal150143208
Binary100101101000111111010000
Octal226217320

Shades and tints

Shades of #968FD0

#968FD0
(150,143,208)
#8982BE
(137,130,190)
#7C75AC
(124,117,172)
#6F689A
(111,104,154)
#625B88
(98,91,136)
#554E76
(85,78,118)
#484164
(72,65,100)
#3B3452
(59,52,82)
#2E2740
(46,39,64)
#211A2E
(33,26,46)
#140D1C
(20,13,28)
#000000
(0,0,0)

Tints of #968FD0

#968FD0
(150,143,208)
#9F99D4
(159,153,212)
#A8A3D8
(168,163,216)
#B1ADDC
(177,173,220)
#BAB7E0
(186,183,224)
#C3C1E4
(195,193,228)
#CCCBE8
(204,203,232)
#D5D5EC
(213,213,236)
#DEDFF0
(222,223,240)
#E7E9F4
(231,233,244)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968FD0 color. Also use rgb(150,143,208) instead hex code.

Text Font Color

.myTextColor { color: #968FD0; }

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

This text font color is #968FD0.


Background Color

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

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

This div background color is #968FD0.


Border color

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

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

This div border color is #968FD0.


Opacity

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

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

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

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

This text has shadow with #968FD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968FD0 on black background.


Color preview on white background

This text has color #968FD0 on white background.



Black color preview on #968FD0 background

This text has black color on #968FD0 background.


White color preview on #968FD0 background

This text has white color on #968FD0 background.