COLOR #968EAA

HEX: #968EAA RGB: (150,142,170)

Color info

#968EAA contains red, green and blue colors in about the same proportion. Web safe color of #968EAA is #999999 (or #999).

RGB color model

#968EAA color RGB value is (150,142,170).

RGB: (150,142,170) (59%, 56%, 67%)

RGB channels and saturation

R 150 of 255 = 59%
G 142 of 255 = 56%
B 170 of 255 = 67%

150
142
170

R + G + B ~ 61%. #968EAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 142 + 170 = 462 (100%)
R 150 of 462 ~ 32.47%
G 142 of 462 ~ 30.74%
B 170 of 462 ~ 36.8'%

%32.47
%30.74
%36.8

CMYK color model

#968EAA color CMYK value is (12,16,0,33).

  • cyan value is 11.76%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (12,16,0,33)
C12M16Y0K33 (12%, 16%, 0%, 33%)
(0.12 / 0.16 / 0.00 / 0.33)

CMYK percentages

%11.76
%16.47
%0
%33.33

Codes

Color #968EAA in popluar color models

96 8E AA
RGB 150 142 170
HSL 257° 14.14% 61.18%
HSB/HSV 257° 16.47% 66.67%
CMYK 11.76% 16.47% 0.00%
33.33%

Color #968EAA in popluar number systems.

HEX 96 8E AA
Decimal 150 142 170
Binary 10010110 10001110 10101010
Octal 226 216 252

Shades and tints

Shades of #968EAA

#968EAA
(150,142,170)
#89829B
(137,130,155)
#7C768C
(124,118,140)
#6F6A7D
(111,106,125)
#625E6E
(98,94,110)
#55525F
(85,82,95)
#484650
(72,70,80)
#3B3A41
(59,58,65)
#2E2E32
(46,46,50)
#212223
(33,34,35)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #968EAA

#968EAA
(150,142,170)
#9F98B1
(159,152,177)
#A8A2B8
(168,162,184)
#B1ACBF
(177,172,191)
#BAB6C6
(186,182,198)
#C3C0CD
(195,192,205)
#CCCAD4
(204,202,212)
#D5D4DB
(213,212,219)
#DEDEE2
(222,222,226)
#E7E8E9
(231,232,233)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968EAA; }

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

This text font color is #968EAA.

Background Color

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

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

This div background color is #968EAA.

Border color

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

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

This div border color is #968EAA.

Opacity

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

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

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

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

This text has shadow with #968EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968EAA.

Preview

Color preview on black background

This text has color #968EAA on black background.


Color preview on white background

This text has color #968EAA on white background.


Black color preview on #968EAA background

This text has black color on #968EAA background.


White color preview on #968EAA background

This text has white color on #968EAA background.


Related colors

Complementary color

Complementary color for #hex is #697155.


I love getcolorcode.com

Triadic colors

1 #AA968E and #8EAA96 with #968EAA are triadic colors.

2 #AA8E96 and #8E96AA with #968EAA are triadic colors.