COLOR #968C9B

HEX: #968C9B
RGB: (150,140,155)

Color info

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

RGB color model

#968C9B color RGB value is (150,140,155).

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

RGB channels and saturation

R 150 of 255 = 59%
G 140 of 255 = 55%
B 155 of 255 = 61%

150
140
155

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

Portions of RGB colors in percentages

R + G + B =
150 + 140 + 155 = 445 (100%)
R 150 of 445 ~ 33.71%
G 140 of 445 ~ 31.46%
B 155 of 445 ~ 34.83%

%33.71
%31.46
%34.83

CMYK color model

#968C9B color CMYK value is (3,10,0,39).

  • cyan value is 3.23%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(3,10,0,39)
C3M10Y0K39 
(3%,10%,0%,39%)
(0.03/0.10/0.00/0.39)	

CMYK percentages

%3.23
%9.68
%0
%39.22

Codes

Color #968C9B in popluar color models

968C9B
RGB150140155
HSL280°6.98%57.84%
HSB/HSV280°9.68%60.78%
CMYK3.23%9.68%0.00%
39.22%

Color #968C9B in popluar number systems.

HEX968C9B
Decimal150140155
Binary100101101000110010011011
Octal226214233

Shades and tints

Shades of #968C9B

#968C9B
(150,140,155)
#89808D
(137,128,141)
#7C747F
(124,116,127)
#6F6871
(111,104,113)
#625C63
(98,92,99)
#555055
(85,80,85)
#484447
(72,68,71)
#3B3839
(59,56,57)
#2E2C2B
(46,44,43)
#21201D
(33,32,29)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #968C9B

#968C9B
(150,140,155)
#9F96A4
(159,150,164)
#A8A0AD
(168,160,173)
#B1AAB6
(177,170,182)
#BAB4BF
(186,180,191)
#C3BEC8
(195,190,200)
#CCC8D1
(204,200,209)
#D5D2DA
(213,210,218)
#DEDCE3
(222,220,227)
#E7E6EC
(231,230,236)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968C9B; }

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

This text font color is #968C9B.


Background Color

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

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

This div background color is #968C9B.


Border color

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

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

This div border color is #968C9B.


Opacity

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

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

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

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

This text has shadow with #968C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968C9B on black background.


Color preview on white background

This text has color #968C9B on white background.



Black color preview on #968C9B background

This text has black color on #968C9B background.


White color preview on #968C9B background

This text has white color on #968C9B background.