COLOR #968B9A

HEX: #968B9A
RGB: (150,139,154)

Color info

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

RGB color model

#968B9A color RGB value is (150,139,154).

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

RGB channels and saturation

R 150 of 255 = 59%
G 139 of 255 = 55%
B 154 of 255 = 60%

150
139
154

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

Portions of RGB colors in percentages

R + G + B =
150 + 139 + 154 = 443 (100%)
R 150 of 443 ~ 33.86%
G 139 of 443 ~ 31.38%
B 154 of 443 ~ 34.76%

%33.86
%31.38
%34.76

CMYK color model

#968B9A color CMYK value is (3,10,0,40).

  • cyan value is 2.60%
  • magenta value is 9.74%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(3,10,0,40)
C3M10Y0K40 
(3%,10%,0%,40%)
(0.03/0.10/0.00/0.40)	

CMYK percentages

%2.6
%9.74
%0
%39.61

Codes

Color #968B9A in popluar color models

968B9A
RGB150139154
HSL284°6.91%57.45%
HSB/HSV284°9.74%60.39%
CMYK2.60%9.74%0.00%
39.61%

Color #968B9A in popluar number systems.

HEX968B9A
Decimal150139154
Binary100101101000101110011010
Octal226213232

Shades and tints

Shades of #968B9A

#968B9A
(150,139,154)
#897F8C
(137,127,140)
#7C737E
(124,115,126)
#6F6770
(111,103,112)
#625B62
(98,91,98)
#554F54
(85,79,84)
#484346
(72,67,70)
#3B3738
(59,55,56)
#2E2B2A
(46,43,42)
#211F1C
(33,31,28)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #968B9A

#968B9A
(150,139,154)
#9F95A3
(159,149,163)
#A89FAC
(168,159,172)
#B1A9B5
(177,169,181)
#BAB3BE
(186,179,190)
#C3BDC7
(195,189,199)
#CCC7D0
(204,199,208)
#D5D1D9
(213,209,217)
#DEDBE2
(222,219,226)
#E7E5EB
(231,229,235)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968B9A; }

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

This text font color is #968B9A.


Background Color

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

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

This div background color is #968B9A.


Border color

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

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

This div border color is #968B9A.


Opacity

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

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

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

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

This text has shadow with #968B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968B9A on black background.


Color preview on white background

This text has color #968B9A on white background.



Black color preview on #968B9A background

This text has black color on #968B9A background.


White color preview on #968B9A background

This text has white color on #968B9A background.