COLOR #968EEE

HEX: #968EEE RGB: (150,142,238)

Color info

#968EEE contains mainly blue color. Web safe color of #968EEE is #9999FF (or #99F).

RGB color model

#968EEE color RGB value is (150,142,238).

RGB: (150,142,238) (59%, 56%, 93%)

RGB channels and saturation

R 150 of 255 = 59%
G 142 of 255 = 56%
B 238 of 255 = 93%

150
142
238

R + G + B ~ 69%. #968EEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 142 + 238 = 530 (100%)
R 150 of 530 ~ 28.3%
G 142 of 530 ~ 26.79%
B 238 of 530 ~ 44.91'%

%28.3
%26.79
%44.91

CMYK color model

#968EEE color CMYK value is (37,40,0,7).

  • cyan value is 36.97%
  • magenta value is 40.34%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (37,40,0,7)
C37M40Y0K7 (37%, 40%, 0%, 7%)
(0.37 / 0.40 / 0.00 / 0.07)

CMYK percentages

%36.97
%40.34
%0
%6.67

Codes

Color #968EEE in popluar color models

96 8E EE
RGB 150 142 238
HSL 245° 73.85% 74.51%
HSB/HSV 245° 40.34% 93.33%
CMYK 36.97% 40.34% 0.00%
6.67%

Color #968EEE in popluar number systems.

HEX 96 8E EE
Decimal 150 142 238
Binary 10010110 10001110 11101110
Octal 226 216 356

Shades and tints

Shades of #968EEE

#968EEE
(150,142,238)
#8982D9
(137,130,217)
#7C76C4
(124,118,196)
#6F6AAF
(111,106,175)
#625E9A
(98,94,154)
#555285
(85,82,133)
#484670
(72,70,112)
#3B3A5B
(59,58,91)
#2E2E46
(46,46,70)
#212231
(33,34,49)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #968EEE

#968EEE
(150,142,238)
#9F98EF
(159,152,239)
#A8A2F0
(168,162,240)
#B1ACF1
(177,172,241)
#BAB6F2
(186,182,242)
#C3C0F3
(195,192,243)
#CCCAF4
(204,202,244)
#D5D4F5
(213,212,245)
#DEDEF6
(222,222,246)
#E7E8F7
(231,232,247)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968EEE; }

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

This text font color is #968EEE.

Background Color

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

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

This div background color is #968EEE.

Border color

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

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

This div border color is #968EEE.

Opacity

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

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

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

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

This text has shadow with #968EEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968EEE.

Preview

Color preview on black background

This text has color #968EEE on black background.


Color preview on white background

This text has color #968EEE on white background.


Black color preview on #968EEE background

This text has black color on #968EEE background.


White color preview on #968EEE background

This text has white color on #968EEE background.


Related colors

Complementary color

Complementary color for #hex is #697111.


I love getcolorcode.com

Triadic colors

1 #EE968E and #8EEE96 with #968EEE are triadic colors.

2 #EE8E96 and #8E96EE with #968EEE are triadic colors.