COLOR #96888E

HEX: #96888E
RGB: (150,136,142)

Color info

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

RGB color model

#96888E color RGB value is (150,136,142).

  • red value is 150;
  • green value is 136;
  • blue value is 142.
RGB:
(150,136,142)
(59%,53%,56%)

RGB channels and saturation

R 150 of 255 = 59%
G 136 of 255 = 53%
B 142 of 255 = 56%

150
136
142

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

Portions of RGB colors in percentages

R + G + B =
150 + 136 + 142 = 428 (100%)
R 150 of 428 ~ 35.05%
G 136 of 428 ~ 31.78%
B 142 of 428 ~ 33.18%

%35.05
%31.78
%33.18

CMYK color model

#96888E color CMYK value is (0,9,5,41).

  • cyan value is 0.00%
  • magenta value is 9.33%
  • yellow value is 5.33%
  • key color value is 41.18%
CMYK:
(0,9,5,41)
C0M9Y5K41 
(0%,9%,5%,41%)
(0.00/0.09/0.05/0.41)	

CMYK percentages

%0
%9.33
%5.33
%41.18

Codes

Color #96888E in popluar color models

96888E
RGB150136142
HSL334°6.25%56.08%
HSB/HSV334°9.33%58.82%
CMYK0.00%9.33%5.33%
41.18%

Color #96888E in popluar number systems.

HEX96888E
Decimal150136142
Binary100101101000100010001110
Octal226210216

Shades and tints

Shades of #96888E

#96888E
(150,136,142)
#897C82
(137,124,130)
#7C7076
(124,112,118)
#6F646A
(111,100,106)
#62585E
(98,88,94)
#554C52
(85,76,82)
#484046
(72,64,70)
#3B343A
(59,52,58)
#2E282E
(46,40,46)
#211C22
(33,28,34)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #96888E

#96888E
(150,136,142)
#9F9298
(159,146,152)
#A89CA2
(168,156,162)
#B1A6AC
(177,166,172)
#BAB0B6
(186,176,182)
#C3BAC0
(195,186,192)
#CCC4CA
(204,196,202)
#D5CED4
(213,206,212)
#DED8DE
(222,216,222)
#E7E2E8
(231,226,232)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96888E color. Also use rgb(150,136,142) instead hex code.

Text Font Color

.myTextColor { color: #96888E; }

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

This text font color is #96888E.


Background Color

.myBgColor { background-color: #96888E; }

<div style="background-color:#96888E">Inner text</div>

This div background color is #96888E.


Border color

.myBorderColor { border: 1px solid #96888E; }

<div style="border:3px solid #96888E">Div</div>

This div border color is #96888E.


Opacity

.myOpacity80 { color: #96888E; opacity: 0.8; }

<p style="color:#96888E;opacity:0.8;">80%</p>

Text with #96888E 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 #96888E;}

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

This text has shadow with #96888E color.

.textShadow {text-shadow: 3px 3px 1px #96888E, 3px 3px 1px red;}

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

This text has shadow with #96888E primary color and red secondary color.


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

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

This text has shadow with #96888E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96888E on black background.


Color preview on white background

This text has color #96888E on white background.



Black color preview on #96888E background

This text has black color on #96888E background.


White color preview on #96888E background

This text has white color on #96888E background.