COLOR #968A8C

HEX: #968A8C
RGB: (150,138,140)

Color info

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

RGB color model

#968A8C color RGB value is (150,138,140).

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

RGB channels and saturation

R 150 of 255 = 59%
G 138 of 255 = 54%
B 140 of 255 = 55%

150
138
140

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

Portions of RGB colors in percentages

R + G + B =
150 + 138 + 140 = 428 (100%)
R 150 of 428 ~ 35.05%
G 138 of 428 ~ 32.24%
B 140 of 428 ~ 32.71%

%35.05
%32.24
%32.71

CMYK color model

#968A8C color CMYK value is (0,8,7,41).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 6.67%
  • key color value is 41.18%
CMYK:
(0,8,7,41)
C0M8Y7K41 
(0%,8%,7%,41%)
(0.00/0.08/0.07/0.41)	

CMYK percentages

%0
%8
%6.67
%41.18

Codes

Color #968A8C in popluar color models

968A8C
RGB150138140
HSL350°5.41%56.47%
HSB/HSV350°8.00%58.82%
CMYK0.00%8.00%6.67%
41.18%

Color #968A8C in popluar number systems.

HEX968A8C
Decimal150138140
Binary100101101000101010001100
Octal226212214

Shades and tints

Shades of #968A8C

#968A8C
(150,138,140)
#897E80
(137,126,128)
#7C7274
(124,114,116)
#6F6668
(111,102,104)
#625A5C
(98,90,92)
#554E50
(85,78,80)
#484244
(72,66,68)
#3B3638
(59,54,56)
#2E2A2C
(46,42,44)
#211E20
(33,30,32)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #968A8C

#968A8C
(150,138,140)
#9F9496
(159,148,150)
#A89EA0
(168,158,160)
#B1A8AA
(177,168,170)
#BAB2B4
(186,178,180)
#C3BCBE
(195,188,190)
#CCC6C8
(204,198,200)
#D5D0D2
(213,208,210)
#DEDADC
(222,218,220)
#E7E4E6
(231,228,230)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968A8C; }

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

This text font color is #968A8C.


Background Color

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

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

This div background color is #968A8C.


Border color

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

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

This div border color is #968A8C.


Opacity

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

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

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

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

This text has shadow with #968A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968A8C on black background.


Color preview on white background

This text has color #968A8C on white background.



Black color preview on #968A8C background

This text has black color on #968A8C background.


White color preview on #968A8C background

This text has white color on #968A8C background.