COLOR #96897E

HEX: #96897E
RGB: (150,137,126)

Color info

#96897E contains red, green and blue colors in about the same proportion. Web safe color of #96897E is #999966 (or #996).

RGB color model

#96897E color RGB value is (150,137,126).

  • red value is 150;
  • green value is 137;
  • blue value is 126.
RGB:
(150,137,126)
(59%,54%,49%)

RGB channels and saturation

R 150 of 255 = 59%
G 137 of 255 = 54%
B 126 of 255 = 49%

150
137
126

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

Portions of RGB colors in percentages

R + G + B =
150 + 137 + 126 = 413 (100%)
R 150 of 413 ~ 36.32%
G 137 of 413 ~ 33.17%
B 126 of 413 ~ 30.51%

%36.32
%33.17
%30.51

CMYK color model

#96897E color CMYK value is (0,9,16,41).

  • cyan value is 0.00%
  • magenta value is 8.67%
  • yellow value is 16.00%
  • key color value is 41.18%
CMYK:
(0,9,16,41)
C0M9Y16K41 
(0%,9%,16%,41%)
(0.00/0.09/0.16/0.41)	

CMYK percentages

%0
%8.67
%16
%41.18

Codes

Color #96897E in popluar color models

96897E
RGB150137126
HSL28°10.26%54.12%
HSB/HSV28°16.00%58.82%
CMYK0.00%8.67%16.00%
41.18%

Color #96897E in popluar number systems.

HEX96897E
Decimal150137126
Binary10010110100010011111110
Octal226211176

Shades and tints

Shades of #96897E

#96897E
(150,137,126)
#897D73
(137,125,115)
#7C7168
(124,113,104)
#6F655D
(111,101,93)
#625952
(98,89,82)
#554D47
(85,77,71)
#48413C
(72,65,60)
#3B3531
(59,53,49)
#2E2926
(46,41,38)
#211D1B
(33,29,27)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #96897E

#96897E
(150,137,126)
#9F9389
(159,147,137)
#A89D94
(168,157,148)
#B1A79F
(177,167,159)
#BAB1AA
(186,177,170)
#C3BBB5
(195,187,181)
#CCC5C0
(204,197,192)
#D5CFCB
(213,207,203)
#DED9D6
(222,217,214)
#E7E3E1
(231,227,225)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96897E color. Also use rgb(150,137,126) instead hex code.

Text Font Color

.myTextColor { color: #96897E; }

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

This text font color is #96897E.


Background Color

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

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

This div background color is #96897E.


Border color

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

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

This div border color is #96897E.


Opacity

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

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

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

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

This text has shadow with #96897E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96897E on black background.


Color preview on white background

This text has color #96897E on white background.



Black color preview on #96897E background

This text has black color on #96897E background.


White color preview on #96897E background

This text has white color on #96897E background.