COLOR #968EDB

HEX: #968EDB
RGB: (150,142,219)

Color info

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

RGB color model

#968EDB color RGB value is (150,142,219).

  • red value is 150;
  • green value is 142;
  • blue value is 219.
RGB:
(150,142,219)
(59%,56%,86%)

RGB channels and saturation

R 150 of 255 = 59%
G 142 of 255 = 56%
B 219 of 255 = 86%

150
142
219

R + G + B ~ 67%. #968EDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 142 + 219 = 511 (100%)
R 150 of 511 ~ 29.35%
G 142 of 511 ~ 27.79%
B 219 of 511 ~ 42.86%

%29.35
%27.79
%42.86

CMYK color model

#968EDB color CMYK value is (32,35,0,14).

  • cyan value is 31.51%
  • magenta value is 35.16%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(32,35,0,14)
C32M35Y0K14 
(32%,35%,0%,14%)
(0.32/0.35/0.00/0.14)	

CMYK percentages

%31.51
%35.16
%0
%14.12

Codes

Color #968EDB in popluar color models

968EDB
RGB150142219
HSL246°51.68%70.78%
HSB/HSV246°35.16%85.88%
CMYK31.51%35.16%0.00%
14.12%

Color #968EDB in popluar number systems.

HEX968EDB
Decimal150142219
Binary100101101000111011011011
Octal226216333

Shades and tints

Shades of #968EDB

#968EDB
(150,142,219)
#8982C8
(137,130,200)
#7C76B5
(124,118,181)
#6F6AA2
(111,106,162)
#625E8F
(98,94,143)
#55527C
(85,82,124)
#484669
(72,70,105)
#3B3A56
(59,58,86)
#2E2E43
(46,46,67)
#212230
(33,34,48)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #968EDB

#968EDB
(150,142,219)
#9F98DE
(159,152,222)
#A8A2E1
(168,162,225)
#B1ACE4
(177,172,228)
#BAB6E7
(186,182,231)
#C3C0EA
(195,192,234)
#CCCAED
(204,202,237)
#D5D4F0
(213,212,240)
#DEDEF3
(222,222,243)
#E7E8F6
(231,232,246)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968EDB color. Also use rgb(150,142,219) instead hex code.

Text Font Color

.myTextColor { color: #968EDB; }

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

This text font color is #968EDB.


Background Color

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

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

This div background color is #968EDB.


Border color

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

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

This div border color is #968EDB.


Opacity

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

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

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

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

This text has shadow with #968EDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968EDB on black background.


Color preview on white background

This text has color #968EDB on white background.



Black color preview on #968EDB background

This text has black color on #968EDB background.


White color preview on #968EDB background

This text has white color on #968EDB background.