COLOR #968B9E

HEX: #968B9E
RGB: (150,139,158)

Color info

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

RGB color model

#968B9E color RGB value is (150,139,158).

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

RGB channels and saturation

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

150
139
158

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

Portions of RGB colors in percentages

R + G + B =
150 + 139 + 158 = 447 (100%)
R 150 of 447 ~ 33.56%
G 139 of 447 ~ 31.1%
B 158 of 447 ~ 35.35%

%33.56
%31.1
%35.35

CMYK color model

#968B9E color CMYK value is (5,12,0,38).

  • cyan value is 5.06%
  • magenta value is 12.03%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(5,12,0,38)
C5M12Y0K38 
(5%,12%,0%,38%)
(0.05/0.12/0.00/0.38)	

CMYK percentages

%5.06
%12.03
%0
%38.04

Codes

Color #968B9E in popluar color models

968B9E
RGB150139158
HSL275°8.92%58.24%
HSB/HSV275°12.03%61.96%
CMYK5.06%12.03%0.00%
38.04%

Color #968B9E in popluar number systems.

HEX968B9E
Decimal150139158
Binary100101101000101110011110
Octal226213236

Shades and tints

Shades of #968B9E

#968B9E
(150,139,158)
#897F90
(137,127,144)
#7C7382
(124,115,130)
#6F6774
(111,103,116)
#625B66
(98,91,102)
#554F58
(85,79,88)
#48434A
(72,67,74)
#3B373C
(59,55,60)
#2E2B2E
(46,43,46)
#211F20
(33,31,32)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #968B9E

#968B9E
(150,139,158)
#9F95A6
(159,149,166)
#A89FAE
(168,159,174)
#B1A9B6
(177,169,182)
#BAB3BE
(186,179,190)
#C3BDC6
(195,189,198)
#CCC7CE
(204,199,206)
#D5D1D6
(213,209,214)
#DEDBDE
(222,219,222)
#E7E5E6
(231,229,230)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968B9E; }

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

This text font color is #968B9E.


Background Color

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

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

This div background color is #968B9E.


Border color

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

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

This div border color is #968B9E.


Opacity

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

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

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

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

This text has shadow with #968B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968B9E on black background.


Color preview on white background

This text has color #968B9E on white background.



Black color preview on #968B9E background

This text has black color on #968B9E background.


White color preview on #968B9E background

This text has white color on #968B9E background.