COLOR #96897C

HEX: #96897C
RGB: (150,137,124)

Color info

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

RGB color model

#96897C color RGB value is (150,137,124).

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

RGB channels and saturation

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

150
137
124

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

Portions of RGB colors in percentages

R + G + B =
150 + 137 + 124 = 411 (100%)
R 150 of 411 ~ 36.5%
G 137 of 411 ~ 33.33%
B 124 of 411 ~ 30.17%

%36.5
%33.33
%30.17

CMYK color model

#96897C color CMYK value is (0,9,17,41).

  • cyan value is 0.00%
  • magenta value is 8.67%
  • yellow value is 17.33%
  • key color value is 41.18%
CMYK:
(0,9,17,41)
C0M9Y17K41 
(0%,9%,17%,41%)
(0.00/0.09/0.17/0.41)	

CMYK percentages

%0
%8.67
%17.33
%41.18

Codes

Color #96897C in popluar color models

96897C
RGB150137124
HSL30°11.02%53.73%
HSB/HSV30°17.33%58.82%
CMYK0.00%8.67%17.33%
41.18%

Color #96897C in popluar number systems.

HEX96897C
Decimal150137124
Binary10010110100010011111100
Octal226211174

Shades and tints

Shades of #96897C

#96897C
(150,137,124)
#897D71
(137,125,113)
#7C7166
(124,113,102)
#6F655B
(111,101,91)
#625950
(98,89,80)
#554D45
(85,77,69)
#48413A
(72,65,58)
#3B352F
(59,53,47)
#2E2924
(46,41,36)
#211D19
(33,29,25)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #96897C

#96897C
(150,137,124)
#9F9387
(159,147,135)
#A89D92
(168,157,146)
#B1A79D
(177,167,157)
#BAB1A8
(186,177,168)
#C3BBB3
(195,187,179)
#CCC5BE
(204,197,190)
#D5CFC9
(213,207,201)
#DED9D4
(222,217,212)
#E7E3DF
(231,227,223)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96897C; }

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

This text font color is #96897C.


Background Color

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

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

This div background color is #96897C.


Border color

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

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

This div border color is #96897C.


Opacity

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

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

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

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

This text has shadow with #96897C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96897C on black background.


Color preview on white background

This text has color #96897C on white background.



Black color preview on #96897C background

This text has black color on #96897C background.


White color preview on #96897C background

This text has white color on #96897C background.