COLOR #968AE5

HEX: #968AE5
RGB: (150,138,229)

Color info

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

RGB color model

#968AE5 color RGB value is (150,138,229).

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

RGB channels and saturation

R 150 of 255 = 59%
G 138 of 255 = 54%
B 229 of 255 = 90%

150
138
229

R + G + B ~ 68%. #968AE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 138 + 229 = 517 (100%)
R 150 of 517 ~ 29.01%
G 138 of 517 ~ 26.69%
B 229 of 517 ~ 44.29%

%29.01
%26.69
%44.29

CMYK color model

#968AE5 color CMYK value is (34,40,0,10).

  • cyan value is 34.50%
  • magenta value is 39.74%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(34,40,0,10)
C34M40Y0K10 
(34%,40%,0%,10%)
(0.34/0.40/0.00/0.10)	

CMYK percentages

%34.5
%39.74
%0
%10.2

Codes

Color #968AE5 in popluar color models

968AE5
RGB150138229
HSL248°63.64%71.96%
HSB/HSV248°39.74%89.80%
CMYK34.50%39.74%0.00%
10.20%

Color #968AE5 in popluar number systems.

HEX968AE5
Decimal150138229
Binary100101101000101011100101
Octal226212345

Shades and tints

Shades of #968AE5

#968AE5
(150,138,229)
#897ED1
(137,126,209)
#7C72BD
(124,114,189)
#6F66A9
(111,102,169)
#625A95
(98,90,149)
#554E81
(85,78,129)
#48426D
(72,66,109)
#3B3659
(59,54,89)
#2E2A45
(46,42,69)
#211E31
(33,30,49)
#14121D
(20,18,29)
#000000
(0,0,0)

Tints of #968AE5

#968AE5
(150,138,229)
#9F94E7
(159,148,231)
#A89EE9
(168,158,233)
#B1A8EB
(177,168,235)
#BAB2ED
(186,178,237)
#C3BCEF
(195,188,239)
#CCC6F1
(204,198,241)
#D5D0F3
(213,208,243)
#DEDAF5
(222,218,245)
#E7E4F7
(231,228,247)
#F0EEF9
(240,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968AE5; }

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

This text font color is #968AE5.


Background Color

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

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

This div background color is #968AE5.


Border color

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

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

This div border color is #968AE5.


Opacity

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

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

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

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

This text has shadow with #968AE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968AE5 on black background.


Color preview on white background

This text has color #968AE5 on white background.



Black color preview on #968AE5 background

This text has black color on #968AE5 background.


White color preview on #968AE5 background

This text has white color on #968AE5 background.