COLOR #968C9E

HEX: #968C9E
RGB: (150,140,158)

Color info

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

RGB color model

#968C9E color RGB value is (150,140,158).

  • red value is 150;
  • green value is 140;
  • blue value is 158.
RGB:
(150,140,158)
(59%,55%,62%)

RGB channels and saturation

R 150 of 255 = 59%
G 140 of 255 = 55%
B 158 of 255 = 62%

150
140
158

R + G + B ~ 59%. #968C9E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 140 + 158 = 448 (100%)
R 150 of 448 ~ 33.48%
G 140 of 448 ~ 31.25%
B 158 of 448 ~ 35.27%

%33.48
%31.25
%35.27

CMYK color model

#968C9E color CMYK value is (5,11,0,38).

  • cyan value is 5.06%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(5,11,0,38)
C5M11Y0K38 
(5%,11%,0%,38%)
(0.05/0.11/0.00/0.38)	

CMYK percentages

%5.06
%11.39
%0
%38.04

Codes

Color #968C9E in popluar color models

968C9E
RGB150140158
HSL273°8.49%58.43%
HSB/HSV273°11.39%61.96%
CMYK5.06%11.39%0.00%
38.04%

Color #968C9E in popluar number systems.

HEX968C9E
Decimal150140158
Binary100101101000110010011110
Octal226214236

Shades and tints

Shades of #968C9E

#968C9E
(150,140,158)
#898090
(137,128,144)
#7C7482
(124,116,130)
#6F6874
(111,104,116)
#625C66
(98,92,102)
#555058
(85,80,88)
#48444A
(72,68,74)
#3B383C
(59,56,60)
#2E2C2E
(46,44,46)
#212020
(33,32,32)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #968C9E

#968C9E
(150,140,158)
#9F96A6
(159,150,166)
#A8A0AE
(168,160,174)
#B1AAB6
(177,170,182)
#BAB4BE
(186,180,190)
#C3BEC6
(195,190,198)
#CCC8CE
(204,200,206)
#D5D2D6
(213,210,214)
#DEDCDE
(222,220,222)
#E7E6E6
(231,230,230)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968C9E color. Also use rgb(150,140,158) instead hex code.

Text Font Color

.myTextColor { color: #968C9E; }

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

This text font color is #968C9E.


Background Color

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

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

This div background color is #968C9E.


Border color

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

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

This div border color is #968C9E.


Opacity

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

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

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

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

This text has shadow with #968C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968C9E on black background.


Color preview on white background

This text has color #968C9E on white background.



Black color preview on #968C9E background

This text has black color on #968C9E background.


White color preview on #968C9E background

This text has white color on #968C9E background.