COLOR #968ADA

HEX: #968ADA
RGB: (150,138,218)

Color info

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

RGB color model

#968ADA color RGB value is (150,138,218).

  • red value is 150;
  • green value is 138;
  • blue value is 218.
RGB:
(150,138,218)
(59%,54%,85%)

RGB channels and saturation

R 150 of 255 = 59%
G 138 of 255 = 54%
B 218 of 255 = 85%

150
138
218

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

Portions of RGB colors in percentages

R + G + B =
150 + 138 + 218 = 506 (100%)
R 150 of 506 ~ 29.64%
G 138 of 506 ~ 27.27%
B 218 of 506 ~ 43.08%

%29.64
%27.27
%43.08

CMYK color model

#968ADA color CMYK value is (31,37,0,15).

  • cyan value is 31.19%
  • magenta value is 36.70%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(31,37,0,15)
C31M37Y0K15 
(31%,37%,0%,15%)
(0.31/0.37/0.00/0.15)	

CMYK percentages

%31.19
%36.7
%0
%14.51

Codes

Color #968ADA in popluar color models

968ADA
RGB150138218
HSL249°51.95%69.80%
HSB/HSV249°36.70%85.49%
CMYK31.19%36.70%0.00%
14.51%

Color #968ADA in popluar number systems.

HEX968ADA
Decimal150138218
Binary100101101000101011011010
Octal226212332

Shades and tints

Shades of #968ADA

#968ADA
(150,138,218)
#897EC7
(137,126,199)
#7C72B4
(124,114,180)
#6F66A1
(111,102,161)
#625A8E
(98,90,142)
#554E7B
(85,78,123)
#484268
(72,66,104)
#3B3655
(59,54,85)
#2E2A42
(46,42,66)
#211E2F
(33,30,47)
#14121C
(20,18,28)
#000000
(0,0,0)

Tints of #968ADA

#968ADA
(150,138,218)
#9F94DD
(159,148,221)
#A89EE0
(168,158,224)
#B1A8E3
(177,168,227)
#BAB2E6
(186,178,230)
#C3BCE9
(195,188,233)
#CCC6EC
(204,198,236)
#D5D0EF
(213,208,239)
#DEDAF2
(222,218,242)
#E7E4F5
(231,228,245)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968ADA color. Also use rgb(150,138,218) instead hex code.

Text Font Color

.myTextColor { color: #968ADA; }

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

This text font color is #968ADA.


Background Color

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

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

This div background color is #968ADA.


Border color

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

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

This div border color is #968ADA.


Opacity

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

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

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

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

This text has shadow with #968ADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968ADA on black background.


Color preview on white background

This text has color #968ADA on white background.



Black color preview on #968ADA background

This text has black color on #968ADA background.


White color preview on #968ADA background

This text has white color on #968ADA background.